|
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
| 5 | + <key>CADisableMinimumFrameDurationOnPhone</key> |
| 6 | + <true/> |
5 | 7 | <key>CFBundleDevelopmentRegion</key> |
6 | 8 | <string>$(DEVELOPMENT_LANGUAGE)</string> |
7 | 9 | <key>CFBundleDisplayName</key> |
|
24 | 26 | <string>$(FLUTTER_BUILD_NUMBER)</string> |
25 | 27 | <key>LSRequiresIPhoneOS</key> |
26 | 28 | <true/> |
| 29 | + <key>UIApplicationSceneManifest</key> |
| 30 | + <dict> |
| 31 | + <key>UIApplicationSupportsMultipleScenes</key> |
| 32 | + <false/> |
| 33 | + <key>UISceneConfigurations</key> |
| 34 | + <dict> |
| 35 | + <key>UIWindowSceneSessionRoleApplication</key> |
| 36 | + <array> |
| 37 | + <dict> |
| 38 | + <key>UISceneClassName</key> |
| 39 | + <string>UIWindowScene</string> |
| 40 | + <key>UISceneConfigurationName</key> |
| 41 | + <string>flutter</string> |
| 42 | + <key>UISceneDelegateClassName</key> |
| 43 | + <string>FlutterSceneDelegate</string> |
| 44 | + <key>UISceneStoryboardFile</key> |
| 45 | + <string>Main</string> |
| 46 | + </dict> |
| 47 | + </array> |
| 48 | + </dict> |
| 49 | + </dict> |
| 50 | + <key>UIApplicationSupportsIndirectInputEvents</key> |
| 51 | + <true/> |
27 | 52 | <key>UILaunchStoryboardName</key> |
28 | 53 | <string>LaunchScreen</string> |
29 | 54 | <key>UIMainStoryboardFile</key> |
|
41 | 66 | <string>UIInterfaceOrientationLandscapeLeft</string> |
42 | 67 | <string>UIInterfaceOrientationLandscapeRight</string> |
43 | 68 | </array> |
44 | | - <key>CADisableMinimumFrameDurationOnPhone</key> |
45 | | - <true/> |
46 | | - <key>UIApplicationSupportsIndirectInputEvents</key> |
47 | | - <true/> |
48 | 69 | </dict> |
49 | 70 | </plist> |
0 commit comments