File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ load 'remove_unsupported_libraries.rb'
33require_relative '../../../node_modules/react-native/scripts/react_native_pods'
44require_relative '../../../node_modules/@react-native-community/cli-platform-ios/native_modules'
55
6- platform :ios , '10.0 '
6+ platform :ios , '12.1 '
77
88target 'devhub' do
99 config = use_native_modules!
Original file line number Diff line number Diff line change 411411 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
412412 GCC_WARN_UNUSED_FUNCTION = YES;
413413 GCC_WARN_UNUSED_VARIABLE = YES;
414- IPHONEOS_DEPLOYMENT_TARGET = 10.0 ;
414+ IPHONEOS_DEPLOYMENT_TARGET = 12.1 ;
415415 LD_RUNPATH_SEARCH_PATHS = (
416416 /usr/lib/swift,
417417 "$(inherited)",
468468 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
469469 GCC_WARN_UNUSED_FUNCTION = YES;
470470 GCC_WARN_UNUSED_VARIABLE = YES;
471- IPHONEOS_DEPLOYMENT_TARGET = 10.0 ;
471+ IPHONEOS_DEPLOYMENT_TARGET = 12.1 ;
472472 LD_RUNPATH_SEARCH_PATHS = (
473473 /usr/lib/swift,
474474 "$(inherited)",
You can’t perform that action at this time.
0 commit comments