[Bf-blender-cvs] [b4e8dc8c82] blender2.8: set required MacOS version to 10.9

Mike Erwin noreply at git.blender.org
Thu Mar 16 20:09:42 CET 2017


Commit: b4e8dc8c82dfcae60f33e39684272867745a8af2
Author: Mike Erwin
Date:   Thu Mar 16 15:02:07 2017 -0400
Branches: blender2.8
https://developer.blender.org/rBb4e8dc8c82dfcae60f33e39684272867745a8af2

set required MacOS version to 10.9

We could do more to simplify build files, but this is a start.

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

M	build_files/cmake/platform/platform_apple.cmake
M	release/darwin/blender.app/Contents/Info.plist

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

diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index 04485e31d9..f2a6aee7a5 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -23,6 +23,8 @@
 
 # Libraries configuration for Apple.
 
+set(MACOSX_DEPLOYMENT_TARGET "10.9")
+
 if(NOT DEFINED LIBDIR)
 	if(WITH_CXX11)
 		set(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/darwin)
diff --git a/release/darwin/blender.app/Contents/Info.plist b/release/darwin/blender.app/Contents/Info.plist
index 36cb5d2cca..92e8d8cc76 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.7.0</string>
+	<string>10.9.0</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 		<dict>




More information about the Bf-blender-cvs mailing list