Skip to content

Commit b386426

Browse files
Merge pull request tristanhimmelman#1088 from better-apps/iphone-target-10.0
Update project.pbxproj
2 parents 633cbea + 6825888 commit b386426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ObjectMapper.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@
12861286
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
12871287
GCC_WARN_UNUSED_FUNCTION = YES;
12881288
GCC_WARN_UNUSED_VARIABLE = YES;
1289-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1289+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
12901290
MACOSX_DEPLOYMENT_TARGET = 10.9;
12911291
MTL_ENABLE_DEBUG_INFO = YES;
12921292
ONLY_ACTIVE_ARCH = YES;
@@ -1339,7 +1339,7 @@
13391339
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
13401340
GCC_WARN_UNUSED_FUNCTION = YES;
13411341
GCC_WARN_UNUSED_VARIABLE = YES;
1342-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1342+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
13431343
MACOSX_DEPLOYMENT_TARGET = 10.9;
13441344
MTL_ENABLE_DEBUG_INFO = NO;
13451345
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)