Info.plist 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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>CFBundleURLTypes</key>
  6. <array>
  7. <dict>
  8. <key>CFBundleTypeRole</key>
  9. <string>Editor</string>
  10. <key>CFBundleURLSchemes</key>
  11. <array>
  12. <string>com.googleusercontent.apps.943833744003-m0b5sivh9uil14r0fuk7sa6dn79bokva</string>
  13. </array>
  14. </dict>
  15. </array>
  16. <key>UIApplicationSceneManifest</key>
  17. <dict>
  18. <key>UIApplicationSupportsMultipleScenes</key>
  19. <false/>
  20. <key>UISceneConfigurations</key>
  21. <dict>
  22. <key>UIWindowSceneSessionRoleApplication</key>
  23. <array>
  24. <dict>
  25. <key>UISceneConfigurationName</key>
  26. <string>Default Configuration</string>
  27. <key>UISceneDelegateClassName</key>
  28. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  29. <key>UISceneStoryboardFile</key>
  30. <string>Main</string>
  31. </dict>
  32. </array>
  33. </dict>
  34. </dict>
  35. <key>UIStatusBarStyle</key>
  36. <string>UIStatusBarStyleDefault</string>
  37. </dict>
  38. </plist>