This commit is contained in:
Hamza-Ayed
2024-07-21 09:47:05 +03:00
parent 54e92f4aa3
commit 6889985afc
3 changed files with 119 additions and 118 deletions

View File

@@ -1,6 +1,6 @@
# Uncomment this line to define a global platform for your project
platform :ios, '13.0'
$iOSVersion = '13.0' # or newer version
platform :ios, '14.0'
$iOSVersion = '14.0' # or newer version
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'