SwiftApplication.plist 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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>CFBundleDevelopmentRegion</key>
  6. <string>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleExecutable</key>
  8. <string>$(EXECUTABLE_NAME)</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>$(PRODUCT_NAME)</string>
  15. <key>CFBundlePackageType</key>
  16. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>1.0</string>
  19. <key>CFBundleURLTypes</key>
  20. <array>
  21. <dict>
  22. <key>CFBundleTypeRole</key>
  23. <string>Editor</string>
  24. <key>CFBundleURLName</key>
  25. <string></string>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>com.googleusercontent.apps.585304629422-ab795evno6vsrj7i7o1a3gi6eo01508b</string>
  29. </array>
  30. </dict>
  31. </array>
  32. <key>CFBundleVersion</key>
  33. <string>1</string>
  34. <key>LSRequiresIPhoneOS</key>
  35. <true/>
  36. <key>UIApplicationSceneManifest</key>
  37. <dict>
  38. <key>UIApplicationSupportsMultipleScenes</key>
  39. <false/>
  40. <key>UISceneConfigurations</key>
  41. <dict>
  42. <key>UIWindowSceneSessionRoleApplication</key>
  43. <array>
  44. <dict>
  45. <key>UISceneConfigurationName</key>
  46. <string>Default Configuration</string>
  47. <key>UISceneDelegateClassName</key>
  48. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  49. </dict>
  50. </array>
  51. </dict>
  52. </dict>
  53. <key>UILaunchStoryboardName</key>
  54. <string>LaunchScreen</string>
  55. <key>UIRequiredDeviceCapabilities</key>
  56. <array>
  57. <string>armv7</string>
  58. </array>
  59. <key>UISupportedInterfaceOrientations</key>
  60. <array>
  61. <string>UIInterfaceOrientationPortrait</string>
  62. <string>UIInterfaceOrientationLandscapeLeft</string>
  63. <string>UIInterfaceOrientationLandscapeRight</string>
  64. </array>
  65. <key>UISupportedInterfaceOrientations~ipad</key>
  66. <array>
  67. <string>UIInterfaceOrientationPortrait</string>
  68. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  69. <string>UIInterfaceOrientationLandscapeLeft</string>
  70. <string>UIInterfaceOrientationLandscapeRight</string>
  71. </array>
  72. </dict>
  73. </plist>