From b4e8dc8c82dfcae60f33e39684272867745a8af2 Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Thu, 16 Mar 2017 15:02:07 -0400 Subject: [PATCH] set required MacOS version to 10.9 We could do more to simplify build files, but this is a start. --- build_files/cmake/platform/platform_apple.cmake | 2 ++ release/darwin/blender.app/Contents/Info.plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 @@ LSMinimumSystemVersion - 10.7.0 + 10.9.0 CFBundleDocumentTypes