Info.plist 616 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>UIApplicationSceneManifest</key>
  6. <dict>
  7. <key>UIApplicationSupportsMultipleScenes</key>
  8. <false/>
  9. <key>UISceneConfigurations</key>
  10. <dict>
  11. <key>UIWindowSceneSessionRoleApplication</key>
  12. <array>
  13. <dict>
  14. <key>UISceneConfigurationName</key>
  15. <string>Default Configuration</string>
  16. <key>UISceneDelegateClassName</key>
  17. <string>SceneDelegate</string>
  18. </dict>
  19. </array>
  20. </dict>
  21. </dict>
  22. </dict>
  23. </plist>