recreate example iOS project
@@ -1,5 +1,5 @@
|
||||
import UIKit
|
||||
import Flutter
|
||||
import UIKit
|
||||
|
||||
@main
|
||||
@objc class AppDelegate: FlutterAppDelegate {
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 130 B |
|
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 129 B |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 129 B |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 129 B |
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 127 B |
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 127 B |
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 127 B |
@@ -2,6 +2,8 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||
<true/>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
@@ -24,6 +26,8 @@
|
||||
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||||
<true/>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>LaunchScreen</string>
|
||||
<key>UIMainStoryboardFile</key>
|
||||
@@ -41,11 +45,5 @@
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||
<false/>
|
||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||
<true/>
|
||||
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||