File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/ios/testing.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 370
370
"$(SRCROOT)/../../node_modules/react-native/React/**",
371
371
);
372
372
INFOPLIST_FILE = testing/Info.plist;
373
- IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
373
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
374
374
LD_RUNPATH_SEARCH_PATHS = (
375
375
"$(inherited)",
376
376
"@executable_path/Frameworks",
406
406
"$(SRCROOT)/../../node_modules/react-native/React/**",
407
407
);
408
408
INFOPLIST_FILE = testing/Info.plist;
409
- IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
409
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
410
410
LD_RUNPATH_SEARCH_PATHS = (
411
411
"$(inherited)",
412
412
"@executable_path/Frameworks",
465
465
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
466
466
GCC_WARN_UNUSED_FUNCTION = YES;
467
467
GCC_WARN_UNUSED_VARIABLE = YES;
468
- IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
468
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
469
469
MTL_ENABLE_DEBUG_INFO = YES;
470
470
ONLY_ACTIVE_ARCH = YES;
471
471
OTHER_LDFLAGS = "";
507
507
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
508
508
GCC_WARN_UNUSED_FUNCTION = YES;
509
509
GCC_WARN_UNUSED_VARIABLE = YES;
510
- IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
510
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
511
511
MTL_ENABLE_DEBUG_INFO = NO;
512
512
ONLY_ACTIVE_ARCH = YES;
513
513
OTHER_LDFLAGS = "";
You can’t perform that action at this time.
0 commit comments