Skip to content

Commit 3479a05

Browse files
committed
iOS 8 deployment target
1 parent 0530277 commit 3479a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftyTimer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
175175
GCC_WARN_UNUSED_FUNCTION = YES;
176176
GCC_WARN_UNUSED_VARIABLE = YES;
177-
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
177+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
178178
MTL_ENABLE_DEBUG_INFO = YES;
179179
ONLY_ACTIVE_ARCH = YES;
180180
SDKROOT = iphoneos;
@@ -216,7 +216,7 @@
216216
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
217217
GCC_WARN_UNUSED_FUNCTION = YES;
218218
GCC_WARN_UNUSED_VARIABLE = YES;
219-
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
219+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
220220
MTL_ENABLE_DEBUG_INFO = NO;
221221
SDKROOT = iphoneos;
222222
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)