Info.plist 2.0 KB

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