|
8 | 8 | <string>Location permission is required to view your position.</string> |
9 | 9 | <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> |
10 | 10 | <string>Location permission is required to view your position.</string> |
| 11 | + <key>CADisableMinimumFrameDurationOnPhone</key> |
| 12 | + <true/> |
11 | 13 | <key>CFBundleDevelopmentRegion</key> |
12 | 14 | <string>$(DEVELOPMENT_LANGUAGE)</string> |
13 | 15 | <key>CFBundleDisplayName</key> |
|
30 | 32 | <string>$(FLUTTER_BUILD_NUMBER)</string> |
31 | 33 | <key>LSRequiresIPhoneOS</key> |
32 | 34 | <true/> |
| 35 | + <key>UIApplicationSceneManifest</key> |
| 36 | + <dict> |
| 37 | + <key>UIApplicationSupportsMultipleScenes</key> |
| 38 | + <false/> |
| 39 | + <key>UISceneConfigurations</key> |
| 40 | + <dict> |
| 41 | + <key>UIWindowSceneSessionRoleApplication</key> |
| 42 | + <array> |
| 43 | + <dict> |
| 44 | + <key>UISceneClassName</key> |
| 45 | + <string>UIWindowScene</string> |
| 46 | + <key>UISceneConfigurationName</key> |
| 47 | + <string>flutter</string> |
| 48 | + <key>UISceneDelegateClassName</key> |
| 49 | + <string>FlutterSceneDelegate</string> |
| 50 | + <key>UISceneStoryboardFile</key> |
| 51 | + <string>Main</string> |
| 52 | + </dict> |
| 53 | + </array> |
| 54 | + </dict> |
| 55 | + </dict> |
| 56 | + <key>UIApplicationSupportsIndirectInputEvents</key> |
| 57 | + <true/> |
33 | 58 | <key>UILaunchStoryboardName</key> |
34 | 59 | <string>LaunchScreen</string> |
35 | 60 | <key>UIMainStoryboardFile</key> |
|
47 | 72 | <string>UIInterfaceOrientationLandscapeLeft</string> |
48 | 73 | <string>UIInterfaceOrientationLandscapeRight</string> |
49 | 74 | </array> |
50 | | - <key>CADisableMinimumFrameDurationOnPhone</key> |
51 | | - <true/> |
52 | | - <key>UIApplicationSupportsIndirectInputEvents</key> |
53 | | - <true/> |
54 | 75 | </dict> |
55 | 76 | </plist> |
0 commit comments