From 43429979820fe7a3e427e5415a3ad1ac36dc108d Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 19 Aug 2022 20:34:24 +0200 Subject: [PATCH] chore: Increase iOS platform version to 11.0 --- ios/Podfile | 2 +- scripts/release-ios-testflight.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index beb55ecd..fcd934c7 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, '10.0' +platform :ios, '11.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/scripts/release-ios-testflight.sh b/scripts/release-ios-testflight.sh index f536702c..a30d3e5a 100755 --- a/scripts/release-ios-testflight.sh +++ b/scripts/release-ios-testflight.sh @@ -4,7 +4,7 @@ flutter clean flutter pub get cd ios rm -rf Pods -rm Podfile.lock +rm -f Podfile.lock arch -x86_64 pod install arch -x86_64 pod update cd ..