From c3f5791d80d1b97665e810bdeebbea7f21c65151 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 3 Aug 2022 17:38:52 +0300 Subject: [PATCH] Update podfile --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 4b37c6020..c1afdfc2a 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, '12.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true'