build(ios): raise deployment target to iOS 15.0 for Firebase SDK
firebase_core 4.x bundles the Firebase iOS SDK which requires iOS 15.0+. Sets the Podfile platform and the three Xcode build configs accordingly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
# Uncomment this line to define a global platform for your project
|
||||
# platform :ios, '13.0'
|
||||
# Firebase iOS SDK (firebase_core 4.x) requires a minimum of iOS 15.0.
|
||||
platform :ios, '15.0'
|
||||
|
||||
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
||||
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
||||
|
||||
Reference in New Issue
Block a user