Info.plist 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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>$(MARKETING_VERSION)</string>
  19. <key>CFBundleURLTypes</key>
  20. <array>
  21. <dict>
  22. <key>CFBundleTypeRole</key>
  23. <string>Editor</string>
  24. <key>CFBundleURLSchemes</key>
  25. <array>
  26. <string>com.googleusercontent.apps.826630069173-eb9kv95gb68j1d3j44rptu0s8ll4s7vj</string>
  27. </array>
  28. </dict>
  29. </array>
  30. <key>CFBundleVersion</key>
  31. <string>$(CURRENT_PROJECT_VERSION)</string>
  32. <key>LSRequiresIPhoneOS</key>
  33. <true/>
  34. <key>LSSupportsOpeningDocumentsInPlace</key>
  35. <true/>
  36. <key>NSAppTransportSecurity</key>
  37. <dict>
  38. <key>NSAllowsArbitraryLoads</key>
  39. <true/>
  40. </dict>
  41. <key>NSDocumentsFolderUsageDescription</key>
  42. <string>Learn Genie wants access to store system app files.</string>
  43. <key>UIApplicationSceneManifest</key>
  44. <dict>
  45. <key>UIApplicationSupportsMultipleScenes</key>
  46. <false/>
  47. <key>UISceneConfigurations</key>
  48. <dict>
  49. <key>UIWindowSceneSessionRoleApplication</key>
  50. <array>
  51. <dict>
  52. <key>UISceneConfigurationName</key>
  53. <string>Default Configuration</string>
  54. <key>UISceneDelegateClassName</key>
  55. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  56. <key>UISceneStoryboardFile</key>
  57. <string>Main</string>
  58. </dict>
  59. </array>
  60. </dict>
  61. </dict>
  62. <key>UIApplicationSupportsIndirectInputEvents</key>
  63. <true/>
  64. <key>UIFileSharingEnabled</key>
  65. <true/>
  66. <key>UILaunchStoryboardName</key>
  67. <string>Main</string>
  68. <key>UIMainStoryboardFile</key>
  69. <string>Main</string>
  70. <key>UIRequiredDeviceCapabilities</key>
  71. <array>
  72. <string>armv7</string>
  73. </array>
  74. <key>UISupportedInterfaceOrientations</key>
  75. <array>
  76. <string>UIInterfaceOrientationPortrait</string>
  77. </array>
  78. <key>UISupportedInterfaceOrientations~ipad</key>
  79. <array>
  80. <string>UIInterfaceOrientationPortrait</string>
  81. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  82. <string>UIInterfaceOrientationLandscapeLeft</string>
  83. <string>UIInterfaceOrientationLandscapeRight</string>
  84. </array>
  85. <key>UIUserInterfaceStyle</key>
  86. <string>Light</string>
  87. </dict>
  88. </plist>