diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2023-05-26 00:06:06 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2023-05-26 00:06:06 +0200 |
| commit | 825d3442c320c5567317109947c8d1267704645b (patch) | |
| tree | f803c4c3524b1633cb6fef978d1e6c560fb2b1bb /CCCB Display/Info.plist | |
Initial Commit
Diffstat (limited to 'CCCB Display/Info.plist')
| -rw-r--r-- | CCCB Display/Info.plist | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/CCCB Display/Info.plist b/CCCB Display/Info.plist new file mode 100644 index 0000000..dd3c9af --- /dev/null +++ b/CCCB Display/Info.plist | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
| 3 | <plist version="1.0"> | ||
| 4 | <dict> | ||
| 5 | <key>UIApplicationSceneManifest</key> | ||
| 6 | <dict> | ||
| 7 | <key>UIApplicationSupportsMultipleScenes</key> | ||
| 8 | <false/> | ||
| 9 | <key>UISceneConfigurations</key> | ||
| 10 | <dict> | ||
| 11 | <key>UIWindowSceneSessionRoleApplication</key> | ||
| 12 | <array> | ||
| 13 | <dict> | ||
| 14 | <key>UISceneConfigurationName</key> | ||
| 15 | <string>Default Configuration</string> | ||
| 16 | <key>UISceneDelegateClassName</key> | ||
| 17 | <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string> | ||
| 18 | <key>UISceneStoryboardFile</key> | ||
| 19 | <string>Main</string> | ||
| 20 | </dict> | ||
| 21 | </array> | ||
| 22 | </dict> | ||
| 23 | </dict> | ||
| 24 | </dict> | ||
| 25 | </plist> | ||
