diff --git a/build/conf/mac/Contents/MacOS/idea b/build/conf/mac/Contents/MacOS/idea index b331a2693324..b4a222f467fb 100755 Binary files a/build/conf/mac/Contents/MacOS/idea and b/build/conf/mac/Contents/MacOS/idea differ diff --git a/native/MacLauncher/MacLauncher.xcodeproj/project.pbxproj b/native/MacLauncher/MacLauncher.xcodeproj/project.pbxproj index aa7a4778d120..1b6758aef024 100644 --- a/native/MacLauncher/MacLauncher.xcodeproj/project.pbxproj +++ b/native/MacLauncher/MacLauncher.xcodeproj/project.pbxproj @@ -164,7 +164,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.8; ONLY_ACTIVE_ARCH = NO; PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; + SDKROOT = macosx10.9; WRAPPER_EXTENSION = app; }; name = Release; @@ -182,7 +182,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.8; ONLY_ACTIVE_ARCH = NO; PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; + SDKROOT = macosx10.9; WRAPPER_EXTENSION = app; }; name = Debug;