Skip to content

Commit b177899

Browse files
committed
[iOS] Bump deployment target to 12.1 (from 10.0) due to Flipper requirement
1 parent df0bcf2 commit b177899

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/mobile/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load 'remove_unsupported_libraries.rb'
33
require_relative '../../../node_modules/react-native/scripts/react_native_pods'
44
require_relative '../../../node_modules/@react-native-community/cli-platform-ios/native_modules'
55

6-
platform :ios, '10.0'
6+
platform :ios, '12.1'
77

88
target 'devhub' do
99
config = use_native_modules!

packages/mobile/ios/devhub.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
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)",
@@ -468,7 +468,7 @@
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)",

0 commit comments

Comments
 (0)