[Bf-blender-cvs] [6f51cb0ad76] master: Info.plist: Bump LSMinimumSystemVersion to silence warning

Ankit Meel noreply at git.blender.org
Fri Jan 14 15:04:11 CET 2022


Commit: 6f51cb0ad76afc06006a58e665b07537e380dbc0
Author: Ankit Meel
Date:   Fri Jan 14 19:33:06 2022 +0530
Branches: master
https://developer.blender.org/rB6f51cb0ad76afc06006a58e665b07537e380dbc0

Info.plist: Bump LSMinimumSystemVersion to silence warning

Didn't remove the key-value pair since old Xcode behavior is not
known.

warning: LSMinimumSystemVersion of '10.9.0' is less than the value of
MACOSX_DEPLOYMENT_TARGET '10.13' - setting to '10.13'. (in target
'blender' from project 'Blender')

Reviewed By: #platform_macos, brecht
Differential Revision: https://developer.blender.org/D13831

===================================================================

M	release/darwin/Blender.app/Contents/Info.plist

===================================================================

diff --git a/release/darwin/Blender.app/Contents/Info.plist b/release/darwin/Blender.app/Contents/Info.plist
index 9b2d5248d8e..263bd8cbba1 100644
--- a/release/darwin/Blender.app/Contents/Info.plist
+++ b/release/darwin/Blender.app/Contents/Info.plist
@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
 	<key>LSMinimumSystemVersion</key>
-	<string>10.9.0</string>
+	<string>10.13</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 		<dict>



More information about the Bf-blender-cvs mailing list