Browse Source

ios: set iOS deployment target correctly everywhere

master
Saúl Ibarra Corretgé 6 years ago
parent
commit
43a8fd2a53
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      ios/app/app.xcodeproj/project.pbxproj

+ 2
- 2
ios/app/app.xcodeproj/project.pbxproj View File

850
 					"$(inherited)",
850
 					"$(inherited)",
851
 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
851
 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
852
 				);
852
 				);
853
-				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
853
+				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
854
 				MTL_ENABLE_DEBUG_INFO = YES;
854
 				MTL_ENABLE_DEBUG_INFO = YES;
855
 				ONLY_ACTIVE_ARCH = YES;
855
 				ONLY_ACTIVE_ARCH = YES;
856
 				SDKROOT = iphoneos;
856
 				SDKROOT = iphoneos;
902
 					"$(inherited)",
902
 					"$(inherited)",
903
 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
903
 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
904
 				);
904
 				);
905
-				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
905
+				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
906
 				MTL_ENABLE_DEBUG_INFO = NO;
906
 				MTL_ENABLE_DEBUG_INFO = NO;
907
 				SDKROOT = iphoneos;
907
 				SDKROOT = iphoneos;
908
 				VALIDATE_PRODUCT = YES;
908
 				VALIDATE_PRODUCT = YES;

Loading…
Cancel
Save