|
45 | 45 | <string>Store camera photos to camera</string> |
46 | 46 | <key>NSPhotoLibraryUsageDescription</key> |
47 | 47 | <string>To Pick Photos from Library</string> |
48 | | - <key>UIApplicationSupportsMultipleScenes</key> |
49 | | - <false/> |
| 48 | + <key>UIApplicationSceneManifest</key> |
| 49 | + <dict> |
| 50 | + <key>UIApplicationSupportsMultipleScenes</key> |
| 51 | + <false/> |
| 52 | + <key>UISceneConfigurations</key> |
| 53 | + <dict> |
| 54 | + <key>UIWindowSceneSessionRoleApplication</key> |
| 55 | + <array> |
| 56 | + <dict> |
| 57 | + <key>UISceneConfigurationName</key> |
| 58 | + <string>Default Configuration</string> |
| 59 | + <key>UISceneDelegateClassName</key> |
| 60 | + <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string> |
| 61 | + <key>UISceneStoryboardFile</key> |
| 62 | + <string>Main</string> |
| 63 | + </dict> |
| 64 | + </array> |
| 65 | + </dict> |
| 66 | + </dict> |
50 | 67 | <key>UILaunchStoryboardName</key> |
51 | 68 | <string>LaunchScreen</string> |
52 | | - <key>UIMainStoryboardFile</key> |
53 | | - <string>Main</string> |
54 | 69 | <key>UIRequiredDeviceCapabilities</key> |
55 | 70 | <array> |
56 | 71 | <string>armv7</string> |
57 | 72 | </array> |
58 | | - <key>UISceneConfigurations</key> |
59 | | - <dict> |
60 | | - <key>UIWindowSceneSessionRoleApplication</key> |
61 | | - <array> |
62 | | - <dict> |
63 | | - <key>UISceneConfigurationName</key> |
64 | | - <string>Default Configuration</string> |
65 | | - <key>UISceneDelegateClassName</key> |
66 | | - <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string> |
67 | | - <key>UISceneStoryboardFile</key> |
68 | | - <string>Main</string> |
69 | | - </dict> |
70 | | - </array> |
71 | | - </dict> |
72 | 73 | <key>UISupportedInterfaceOrientations</key> |
73 | 74 | <array> |
74 | 75 | <string>UIInterfaceOrientationPortrait</string> |
|
0 commit comments