This commit is contained in:
Hamza-Ayed
2024-07-21 19:51:06 +03:00
parent 9b9e5f29f5
commit d6410e45a4
7 changed files with 154 additions and 152 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'