From 4a9eb1a983f3a10d94ec3d1582c45cfbe4a3b1e6 Mon Sep 17 00:00:00 2001 From: Corey Cole Date: Wed, 29 Jan 2020 16:13:11 -0800 Subject: [PATCH] fix(ios): update ios platform to 10.0 related to https://github.com/cloudwebrtc/flutter-webrtc/pull/172 --- example/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index 31f96e0a42..e316b8bb8e 100644 --- a/example/ios/Podfile +++ b/example/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' # source 'https://git.coding.net/hging/Specs.git' # CocoaPods analytics sends network stats synchronously affecting flutter build latency.