Skip to content

Commit 78b61a6

Browse files
authored
Merge pull request #14 from depthlove/update-deployment-target-number
update deployment target from 9.2 to 8.0
2 parents e5b814c + 569337e commit 78b61a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NetDiag.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
485485
GCC_WARN_UNUSED_FUNCTION = YES;
486486
GCC_WARN_UNUSED_VARIABLE = YES;
487-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
487+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
488488
MTL_ENABLE_DEBUG_INFO = YES;
489489
ONLY_ACTIVE_ARCH = YES;
490490
SDKROOT = iphoneos;
@@ -521,7 +521,7 @@
521521
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
522522
GCC_WARN_UNUSED_FUNCTION = YES;
523523
GCC_WARN_UNUSED_VARIABLE = YES;
524-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
524+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
525525
MTL_ENABLE_DEBUG_INFO = NO;
526526
SDKROOT = iphoneos;
527527
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)