From 2dc7c2df9ba4f6201d3dcefaa77a52425a65e2c7 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Mon, 14 Mar 2022 14:42:17 +1100 Subject: Initial Commit --- foray/Info.plist | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 foray/Info.plist (limited to 'foray/Info.plist') 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 @@ + + + + + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UIWindowSceneSessionRoleApplication + + + UISceneConfigurationName + Default Configuration + UISceneDelegateClassName + $(PRODUCT_MODULE_NAME).SceneDelegate + UISceneStoryboardFile + Main + + + + + + -- cgit