Skip to content

Instantly share code, notes, and snippets.

@samkhawase
Last active September 24, 2020 06:22
Show Gist options
  • Select an option

  • Save samkhawase/c953377dacddcd66a99ecf5c269ccb97 to your computer and use it in GitHub Desktop.

Select an option

Save samkhawase/c953377dacddcd66a99ecf5c269ccb97 to your computer and use it in GitHub Desktop.

Revisions

  1. samkhawase revised this gist Sep 24, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Info.plist
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    <plist version="1.0">
    <dict>
    <!-- ... -->
    <key>UIApplicationSceneManifest</key>
    <key>UIApplicationSceneManifest</key>
    <dict>
    <key>UIApplicationSupportsMultipleScenes</key>
    <false/>
    @@ -21,4 +21,5 @@
    </dict>
    </dict>
    <!-- ... -->
    </dict>
    </plist>
  2. samkhawase revised this gist Sep 24, 2020. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion Info.plist
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,7 @@
    <?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>
    @@ -15,4 +19,6 @@
    </dict>
    </array>
    </dict>
    </dict>
    </dict>
    <!-- ... -->
    </plist>
  3. samkhawase renamed this gist Sep 24, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. samkhawase created this gist Sep 24, 2020.
    18 changes: 18 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    <!-- ... -->
    <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>
    </dict>
    </array>
    </dict>
    </dict>