|
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> |
|
18 | 20 | <string>APPL</string> |
19 | 21 | <key>CFBundleShortVersionString</key> |
20 | 22 | <string>$(FLUTTER_BUILD_NAME)</string> |
| 23 | + <key>CFBundleSignature</key> |
| 24 | + <string>????</string> |
| 25 | + <key>CFBundleVersion</key> |
| 26 | + <string>$(FLUTTER_BUILD_NUMBER)</string> |
| 27 | + <key>LSRequiresIPhoneOS</key> |
| 28 | + <true/> |
21 | 29 | <key>NSCameraUsageDescription</key> |
22 | 30 | <string>UploadComponentNeeded</string> |
23 | 31 | <key>NSMicrophoneUsageDescription</key> |
24 | 32 | <string>UploadComponentNeeded</string> |
25 | 33 | <key>NSPhotoLibraryUsageDescription</key> |
26 | 34 | <string>UploadComponentNeeded</string> |
27 | | - <key>CFBundleSignature</key> |
28 | | - <string>????</string> |
29 | | - <key>CFBundleVersion</key> |
30 | | - <string>$(FLUTTER_BUILD_NUMBER)</string> |
31 | | - <key>LSRequiresIPhoneOS</key> |
| 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> |
32 | 57 | <true/> |
33 | 58 | <key>UILaunchStoryboardName</key> |
34 | 59 | <string>LaunchScreen</string> |
|
49 | 74 | </array> |
50 | 75 | <key>UIViewControllerBasedStatusBarAppearance</key> |
51 | 76 | <true/> |
52 | | - <key>CADisableMinimumFrameDurationOnPhone</key> |
53 | | - <true/> |
54 | | - <key>UIApplicationSupportsIndirectInputEvents</key> |
55 | | - <true/> |
56 | 77 | </dict> |
57 | 78 | </plist> |
0 commit comments