File tree 2 files changed +4
-4
lines changed
IntegrationTests/IntegrationTests.xcodeproj
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 553
553
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
554
554
"$(SRCROOT)/../React/**",
555
555
);
556
- IPHONEOS_DEPLOYMENT_TARGET = 7 .0;
556
+ IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
557
557
MTL_ENABLE_DEBUG_INFO = YES;
558
558
ONLY_ACTIVE_ARCH = YES;
559
559
SDKROOT = iphoneos;
593
593
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
594
594
"$(SRCROOT)/../React/**",
595
595
);
596
- IPHONEOS_DEPLOYMENT_TARGET = 7 .0;
596
+ IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
597
597
MTL_ENABLE_DEBUG_INFO = NO;
598
598
SDKROOT = iphoneos;
599
599
VALIDATE_PRODUCT = YES;
Original file line number Diff line number Diff line change 261
261
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
262
262
GCC_WARN_UNUSED_FUNCTION = YES;
263
263
GCC_WARN_UNUSED_VARIABLE = YES;
264
- IPHONEOS_DEPLOYMENT_TARGET = 7 .0;
264
+ IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
265
265
MTL_ENABLE_DEBUG_INFO = YES;
266
266
ONLY_ACTIVE_ARCH = YES;
267
267
SDKROOT = iphoneos;
297
297
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
298
298
GCC_WARN_UNUSED_FUNCTION = YES;
299
299
GCC_WARN_UNUSED_VARIABLE = YES;
300
- IPHONEOS_DEPLOYMENT_TARGET = 7 .0;
300
+ IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
301
301
MTL_ENABLE_DEBUG_INFO = NO;
302
302
SDKROOT = iphoneos;
303
303
VALIDATE_PRODUCT = YES;
You can’t perform that action at this time.
0 commit comments