diff options
author | Nicholas Tay <nick@windblume.net> | 2022-03-14 14:42:17 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2022-03-14 15:48:51 +1100 |
commit | 2dc7c2df9ba4f6201d3dcefaa77a52425a65e2c7 (patch) | |
tree | 4d2d232ec5f2a1d48868e04200856978ec2f60b3 /foray/Info.plist | |
download | forayios-2dc7c2df9ba4f6201d3dcefaa77a52425a65e2c7.tar.gz forayios-2dc7c2df9ba4f6201d3dcefaa77a52425a65e2c7.tar.bz2 forayios-2dc7c2df9ba4f6201d3dcefaa77a52425a65e2c7.zip |
Initial Commit
Diffstat (limited to '')
-rw-r--r-- | foray/Info.plist | 25 |
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> |