From 6ca276b718dc62086904b98722f8b21b16f2bb0a Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Thu, 30 Jun 2022 15:57:52 +0200 Subject: [PATCH] Update iOS version on Podfile from 9.0 to 10.0 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index e90c6390a..7508fd053 100644 --- a/Podfile +++ b/Podfile @@ -1,5 +1,5 @@ # Uncomment the next line to define a global platform for your project -platform :ios, '9.0' +platform :ios, '10.0' source "https://gitlab.linphone.org/BC/public/podspec.git" source "https://github.com/CocoaPods/Specs.git"