diff options
author | Teddy Wing | 2018-10-24 02:18:38 +0200 |
---|---|---|
committer | Teddy Wing | 2018-10-24 02:18:38 +0200 |
commit | 0a423aa344c5e099efba3387c0ec7f50a4411f8c (patch) | |
tree | a0eea6ff05e6aa34fa9a74a05a0417b9fc821a42 /DomeKey.xcodeproj/project.pbxproj | |
parent | fbbe3f7e2fb506eb4097125d33608a54b4d7711e (diff) | |
download | DomeKey-0a423aa344c5e099efba3387c0ec7f50a4411f8c.tar.bz2 |
DomeKey.xcodeproj: Change deployment target to 10.7
Turns out the build had failed previously because the linked Rust
library expects 10.7. Change the deployment target to match and now it
works.
Diffstat (limited to 'DomeKey.xcodeproj/project.pbxproj')
-rw-r--r-- | DomeKey.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DomeKey.xcodeproj/project.pbxproj b/DomeKey.xcodeproj/project.pbxproj index 296d5e2..296ac3c 100644 --- a/DomeKey.xcodeproj/project.pbxproj +++ b/DomeKey.xcodeproj/project.pbxproj @@ -338,7 +338,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.6; + MACOSX_DEPLOYMENT_TARGET = 10.7; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; @@ -387,7 +387,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.6; + MACOSX_DEPLOYMENT_TARGET = 10.7; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; }; |