Skip to content

Commit 723e19b

Browse files
st3fanstephencelis
authored andcommitted
Changed deployment targets to 8.0 for all targets
1 parent e59e9a8 commit 723e19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SQLite.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@
10351035
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10361036
GCC_WARN_UNUSED_FUNCTION = YES;
10371037
GCC_WARN_UNUSED_VARIABLE = YES;
1038-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1038+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
10391039
MTL_ENABLE_DEBUG_INFO = YES;
10401040
ONLY_ACTIVE_ARCH = YES;
10411041
SDKROOT = iphoneos;
@@ -1077,7 +1077,7 @@
10771077
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10781078
GCC_WARN_UNUSED_FUNCTION = YES;
10791079
GCC_WARN_UNUSED_VARIABLE = YES;
1080-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1080+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
10811081
MTL_ENABLE_DEBUG_INFO = NO;
10821082
SDKROOT = iphoneos;
10831083
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)