Skip to content

Commit 43f5296

Browse files
committed
Set macOS deployment target to 10.9.
1 parent a3709ed commit 43f5296

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Deque.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@
564564
GCC_WARN_UNUSED_FUNCTION = YES;
565565
GCC_WARN_UNUSED_VARIABLE = YES;
566566
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
567+
MACOSX_DEPLOYMENT_TARGET = 10.9;
567568
MTL_ENABLE_DEBUG_INFO = YES;
568569
ONLY_ACTIVE_ARCH = YES;
569570
SDKROOT = iphoneos;
@@ -612,6 +613,7 @@
612613
GCC_WARN_UNUSED_FUNCTION = YES;
613614
GCC_WARN_UNUSED_VARIABLE = YES;
614615
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
616+
MACOSX_DEPLOYMENT_TARGET = 10.9;
615617
MTL_ENABLE_DEBUG_INFO = NO;
616618
SDKROOT = iphoneos;
617619
SWIFT_VERSION = 3.0;

0 commit comments

Comments
 (0)