| <?xml version="1.0" encoding="UTF-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>UIApplicationSceneManifest</key> |
| <dict> |
| <key>UIApplicationSupportsMultipleScenes</key> |
| <true/> |
| <key>UISceneConfigurations</key> |
| <dict> |
| <key>UIWindowSceneSessionRoleApplication</key> |
| <array> |
| <dict> |
| <key>UISceneClassName</key> |
| <string>UIWindowScene</string> |
| <key>UISceneDelegateClassName</key> |
| <string>SceneDelegate</string> |
| <key>UISceneConfigurationName</key> |
| <string>Default Configuration</string> |
| <key>UILaunchStoryboardName</key> |
| <string>LaunchScreen</string> |
| <key>UISceneStoryboardFile</key> |
| <string>BaseScene</string> |
| </dict> |
| </array> |
| </dict> |
| </dict> |
| </dict> |
| </plist> |