From 7101b9bbefa3663e290a2fcc218152ea8dee4e82 Mon Sep 17 00:00:00 2001 From: Corey Cole Date: Wed, 22 Jan 2020 15:49:37 -0800 Subject: [PATCH] fix(ios): update platform to 10.0 --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 98a90b8..2a3a960 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -# platform :ios, '9.0' +platform :ios, '10.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true'