From b177899aae9c62d7f8170c5e5ebd79d0ed863c64 Mon Sep 17 00:00:00 2001 From: Bruno Lemos Date: Wed, 23 Jun 2021 18:08:15 -0300 Subject: [PATCH] [iOS] Bump deployment target to 12.1 (from 10.0) due to Flipper requirement --- packages/mobile/ios/Podfile | 2 +- packages/mobile/ios/devhub.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/mobile/ios/Podfile b/packages/mobile/ios/Podfile index a9747cd67..2d5b80f50 100644 --- a/packages/mobile/ios/Podfile +++ b/packages/mobile/ios/Podfile @@ -3,7 +3,7 @@ load 'remove_unsupported_libraries.rb' require_relative '../../../node_modules/react-native/scripts/react_native_pods' require_relative '../../../node_modules/@react-native-community/cli-platform-ios/native_modules' -platform :ios, '10.0' +platform :ios, '12.1' target 'devhub' do config = use_native_modules! diff --git a/packages/mobile/ios/devhub.xcodeproj/project.pbxproj b/packages/mobile/ios/devhub.xcodeproj/project.pbxproj index 04835ddb5..5e74aa079 100644 --- a/packages/mobile/ios/devhub.xcodeproj/project.pbxproj +++ b/packages/mobile/ios/devhub.xcodeproj/project.pbxproj @@ -411,7 +411,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.1; LD_RUNPATH_SEARCH_PATHS = ( /usr/lib/swift, "$(inherited)", @@ -468,7 +468,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.1; LD_RUNPATH_SEARCH_PATHS = ( /usr/lib/swift, "$(inherited)",