Skip to content

Commit 4228de6

Browse files
authored
Merge pull request #307 from Hxucaa/myfork/master
Fix iOS deployment target.
2 parents 0508b30 + 203b125 commit 4228de6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Swiftz.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,7 @@
15481548
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
15491549
GCC_WARN_UNUSED_FUNCTION = YES;
15501550
GCC_WARN_UNUSED_VARIABLE = YES;
1551+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
15511552
MACOSX_DEPLOYMENT_TARGET = 10.10;
15521553
MTL_ENABLE_DEBUG_INFO = YES;
15531554
ONLY_ACTIVE_ARCH = YES;
@@ -1588,6 +1589,7 @@
15881589
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
15891590
GCC_WARN_UNUSED_FUNCTION = YES;
15901591
GCC_WARN_UNUSED_VARIABLE = YES;
1592+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
15911593
MACOSX_DEPLOYMENT_TARGET = 10.10;
15921594
MTL_ENABLE_DEBUG_INFO = NO;
15931595
SDKROOT = macosx;

0 commit comments

Comments
 (0)