Merge pull request #1372 from krille-chan/krille/fix-build-ios

build: Increase iOS minimum deployment target to 13.0
This commit is contained in:
Krille-chan 2024-09-29 16:48:17 +02:00 committed by GitHub
commit ee31a4d8f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project # 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. # CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true' ENV['COCOAPODS_DISABLE_STATS'] = 'true'