File tree Expand file tree Collapse file tree 4 files changed +93
-93
lines changed Expand file tree Collapse file tree 4 files changed +93
-93
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ EXTERNAL SOURCES:
2525
2626SPEC CHECKSUMS:
2727 Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
28- image_picker_ios: 99dfe1854b4fa34d0364e74a78448a0151025425
28+ image_picker_ios: c560581cceedb403a6ff17f2f816d7fea1421fc1
2929 mono_kit: 67c15c1486e232d7f44ac47286933e80aa02f7a3
30- url_launcher_ios: bbd758c6e7f9fd7b5b1d4cde34d2b95fcce5e812
30+ url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
3131
3232PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
3333
34- COCOAPODS: 1.15 .2
34+ COCOAPODS: 1.16 .2
Original file line number Diff line number Diff line change 11import UIKit
22import Flutter
33
4- @UIApplicationMain
4+ @main
55@objc class AppDelegate : FlutterAppDelegate {
66 override func application(
77 _ application: UIApplication ,
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5+ <key >CADisableMinimumFrameDurationOnPhone </key >
6+ <true />
57 <key >CFBundleDevelopmentRegion </key >
68 <string >$(DEVELOPMENT_LANGUAGE) </string >
79 <key >CFBundleExecutable </key >
2224 <string >$(FLUTTER_BUILD_NUMBER) </string >
2325 <key >LSRequiresIPhoneOS </key >
2426 <true />
27+ <key >UIApplicationSupportsIndirectInputEvents </key >
28+ <true />
2529 <key >UILaunchStoryboardName </key >
2630 <string >LaunchScreen </string >
2731 <key >UIMainStoryboardFile </key >
4145 </array >
4246 <key >UIViewControllerBasedStatusBarAppearance </key >
4347 <false />
44- <key >CADisableMinimumFrameDurationOnPhone </key >
45- <true />
46- <key >UIApplicationSupportsIndirectInputEvents </key >
47- <true />
4848</dict >
4949</plist >
You can’t perform that action at this time.
0 commit comments