Skip to content

Commit 70b8a5a

Browse files
authored
Merge pull request #128 from plindberg/master
Bump deploy target to iOS 11
2 parents 71e6df8 + 3cd12dd commit 70b8a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IDZSwiftCommonCrypto.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@
908908
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
909909
GCC_WARN_UNUSED_FUNCTION = YES;
910910
GCC_WARN_UNUSED_VARIABLE = YES;
911-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
911+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
912912
MTL_ENABLE_DEBUG_INFO = YES;
913913
ONLY_ACTIVE_ARCH = YES;
914914
SDKROOT = iphoneos;
@@ -965,7 +965,7 @@
965965
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
966966
GCC_WARN_UNUSED_FUNCTION = YES;
967967
GCC_WARN_UNUSED_VARIABLE = YES;
968-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
968+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
969969
MTL_ENABLE_DEBUG_INFO = NO;
970970
SDKROOT = iphoneos;
971971
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)