Info.plist 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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>CADisableMinimumFrameDurationOnPhone</key>
  6. <true/>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>$(DEVELOPMENT_LANGUAGE)</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>Palm Oil Mobile</string>
  11. <key>CFBundleExecutable</key>
  12. <string>$(EXECUTABLE_NAME)</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>palm_oil_mobile</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>$(FLUTTER_BUILD_NAME)</string>
  23. <key>CFBundleSignature</key>
  24. <string>????</string>
  25. <key>CFBundleVersion</key>
  26. <string>$(FLUTTER_BUILD_NUMBER)</string>
  27. <key>LSRequiresIPhoneOS</key>
  28. <true/>
  29. <key>UIApplicationSceneManifest</key>
  30. <dict>
  31. <key>UIApplicationSupportsMultipleScenes</key>
  32. <false/>
  33. <key>UISceneConfigurations</key>
  34. <dict>
  35. <key>UIWindowSceneSessionRoleApplication</key>
  36. <array>
  37. <dict>
  38. <key>UISceneClassName</key>
  39. <string>UIWindowScene</string>
  40. <key>UISceneConfigurationName</key>
  41. <string>flutter</string>
  42. <key>UISceneDelegateClassName</key>
  43. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  44. <key>UISceneStoryboardFile</key>
  45. <string>Main</string>
  46. </dict>
  47. </array>
  48. </dict>
  49. </dict>
  50. <key>UIApplicationSupportsIndirectInputEvents</key>
  51. <true/>
  52. <key>UILaunchStoryboardName</key>
  53. <string>LaunchScreen</string>
  54. <key>UIMainStoryboardFile</key>
  55. <string>Main</string>
  56. <key>UISupportedInterfaceOrientations</key>
  57. <array>
  58. <string>UIInterfaceOrientationPortrait</string>
  59. <string>UIInterfaceOrientationLandscapeLeft</string>
  60. <string>UIInterfaceOrientationLandscapeRight</string>
  61. </array>
  62. <key>UISupportedInterfaceOrientations~ipad</key>
  63. <array>
  64. <string>UIInterfaceOrientationPortrait</string>
  65. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  66. <string>UIInterfaceOrientationLandscapeLeft</string>
  67. <string>UIInterfaceOrientationLandscapeRight</string>
  68. </array>
  69. </dict>
  70. </plist>