aboutsummaryrefslogtreecommitdiff
path: root/foray/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'foray/Info.plist')
-rw-r--r--foray/Info.plist25
1 files changed, 25 insertions, 0 deletions
diff --git a/foray/Info.plist b/foray/Info.plist
new file mode 100644
index 0000000..dd3c9af
--- /dev/null
+++ b/foray/Info.plist
@@ -0,0 +1,25 @@
+<?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>
+ <false/>
+ <key>UISceneConfigurations</key>
+ <dict>
+ <key>UIWindowSceneSessionRoleApplication</key>
+ <array>
+ <dict>
+ <key>UISceneConfigurationName</key>
+ <string>Default Configuration</string>
+ <key>UISceneDelegateClassName</key>
+ <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
+ <key>UISceneStoryboardFile</key>
+ <string>Main</string>
+ </dict>
+ </array>
+ </dict>
+ </dict>
+</dict>
+</plist>