Created
June 7, 2019 07:57
-
-
Save tomasharkema/a856f657653065f95e6f97f3203fe1da to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dict> | |
<key>UIApplicationSupportsMultipleScenes</key> | |
<true/> | |
<key>UISceneConfigurations</key> | |
<dict> | |
<key>UIWindowSceneSessionRoleApplication</key> | |
<array> | |
<dict> | |
<key>UILaunchStoryboardName</key> | |
<string>LaunchScreen</string> | |
<key>UISceneConfigurationName</key> | |
<string>Default Configuration</string> | |
<key>UISceneDelegateClassName</key> | |
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string> | |
</dict> | |
</array> | |
</dict> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment