Merge branch '0.25.0' into 0.25.0-dev

This commit is contained in:
Feodor Fitsner 2024-10-15 09:37:46 -07:00
commit bfcc219ed4
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
import UIKit
import Flutter
@UIApplicationMain
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,