Info.plist 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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>com.googleusercontent.apps.687389107077-8qr6dh8fr4uaja89sdr5ieqb7mep04qv</string>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>com.googleusercontent.apps.687389107077-8qr6dh8fr4uaja89sdr5ieqb7mep04qv</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. <true/>
  40. </dict>
  41. <key>UIApplicationSupportsIndirectInputEvents</key>
  42. <true/>
  43. <key>UILaunchScreen</key>
  44. <dict/>
  45. <key>UIRequiredDeviceCapabilities</key>
  46. <array>
  47. <string>armv7</string>
  48. </array>
  49. <key>UISupportedInterfaceOrientations</key>
  50. <array>
  51. <string>UIInterfaceOrientationPortrait</string>
  52. <string>UIInterfaceOrientationLandscapeLeft</string>
  53. <string>UIInterfaceOrientationLandscapeRight</string>
  54. </array>
  55. <key>UISupportedInterfaceOrientations~ipad</key>
  56. <array>
  57. <string>UIInterfaceOrientationPortrait</string>
  58. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  59. <string>UIInterfaceOrientationLandscapeLeft</string>
  60. <string>UIInterfaceOrientationLandscapeRight</string>
  61. </array>
  62. </dict>
  63. </plist>