Fix: Set ios target version 12

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 8ff76350eacc720c422954647682caac9da53618)
This commit is contained in:
dab246
2024-01-10 23:45:34 +07:00
committed by Dat Vu
parent 1a20180ae5
commit 2a1c5cd72f
5 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '11.0'
platform :ios, '12.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'