Skip to content

Commit 221717e

Browse files
committed
Update project
1 parent 382f981 commit 221717e

File tree

4 files changed

+93
-93
lines changed

4 files changed

+93
-93
lines changed

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ EXTERNAL SOURCES:
2525

2626
SPEC 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

3232
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
3333

34-
COCOAPODS: 1.15.2
34+
COCOAPODS: 1.16.2

example/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

example/ios/Runner/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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>
@@ -22,6 +24,8 @@
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>
@@ -41,9 +45,5 @@
4145
</array>
4246
<key>UIViewControllerBasedStatusBarAppearance</key>
4347
<false/>
44-
<key>CADisableMinimumFrameDurationOnPhone</key>
45-
<true/>
46-
<key>UIApplicationSupportsIndirectInputEvents</key>
47-
<true/>
4848
</dict>
4949
</plist>

0 commit comments

Comments
 (0)