Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Erwin <significant.bit@gmail.com>2017-03-16 22:02:07 +0300
committerMike Erwin <significant.bit@gmail.com>2017-03-16 22:02:55 +0300
commitb4e8dc8c82dfcae60f33e39684272867745a8af2 (patch)
treef01806c5cd7ee7c719743d93cde19fe60114245b
parent7eecc2e1c43ba9ca6da62f2a0931ff3ce206236c (diff)
set required MacOS version to 10.9
We could do more to simplify build files, but this is a start.
-rw-r--r--build_files/cmake/platform/platform_apple.cmake2
-rw-r--r--release/darwin/blender.app/Contents/Info.plist2
2 files changed, 3 insertions, 1 deletions
diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index 04485e31d98..f2a6aee7a59 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 36cb5d2ccaf..92e8d8cc761 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>