From 6f9d58df515d9963b4dd857905b72437be3f50f7 Mon Sep 17 00:00:00 2001 From: Krille Date: Sun, 29 Sep 2024 16:34:07 +0200 Subject: [PATCH] build: Increase iOS minimum deployment target to 13.0 --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 1f9db6f6e..fac4d8176 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, '12.1' +platform :ios, '13.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true'