aboutsummaryrefslogtreecommitdiff
path: root/foray/Info.plist
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2022-03-19 13:28:04 +1100
committerNicholas Tay <nick@windblume.net>2022-03-19 13:28:10 +1100
commit01ed9d62a66f647755fd7968e354845f3efd96a8 (patch)
treebe1a8206050bcccc8620791ee7291f67e947d1f7 /foray/Info.plist
parent90eb491cb1bee1bd69a5a81cafd6e28d869700fa (diff)
downloadforayios-01ed9d62a66f647755fd7968e354845f3efd96a8.tar.gz
forayios-01ed9d62a66f647755fd7968e354845f3efd96a8.tar.bz2
forayios-01ed9d62a66f647755fd7968e354845f3efd96a8.zip
Storyboard is GONE
Note - I had to fo into the Target settings -> Info -> Custom iOS Target Properties -> adjust the Application Scene Manifest there. Resources: - https://ioscoachfrank.com/remove-main-storyboard.html - https://stackoverflow.com/questions/25167458/changing-navigation-title-programmatically
Diffstat (limited to 'foray/Info.plist')
-rw-r--r--foray/Info.plist11
1 files changed, 1 insertions, 10 deletions
diff --git a/foray/Info.plist b/foray/Info.plist
index dd3c9af..d790da0 100644
--- a/foray/Info.plist
+++ b/foray/Info.plist
@@ -9,16 +9,7 @@
<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>
+ <array/>
</dict>
</dict>
</dict>