Info.plist 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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>农忙助手</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>farmer_client</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>NSAppTransportSecurity</key>
  30. <dict>
  31. <key>NSAllowsArbitraryLoads</key>
  32. <true/>
  33. </dict>
  34. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  35. <string>需要您提供定位信息,才能使用获取您附近的农机</string>
  36. <key>NSLocationAlwaysUsageDescription</key>
  37. <string>需要您提供后台定位信息,才能使用获取您附近的农机</string>
  38. <key>NSLocationUsageDescription</key>
  39. <string>需要您提供定位信息,才能使用获取您附近的农机</string>
  40. <key>NSLocationWhenInUseUsageDescription</key>
  41. <string>需要您提供定位信息,才能使用获取您附近的农机</string>
  42. <key>UILaunchStoryboardName</key>
  43. <string>LaunchScreen</string>
  44. <key>UIMainStoryboardFile</key>
  45. <string>Main</string>
  46. <key>UISupportedInterfaceOrientations</key>
  47. <array>
  48. <string>UIInterfaceOrientationPortrait</string>
  49. <string>UIInterfaceOrientationLandscapeLeft</string>
  50. <string>UIInterfaceOrientationLandscapeRight</string>
  51. </array>
  52. <key>UISupportedInterfaceOrientations~ipad</key>
  53. <array>
  54. <string>UIInterfaceOrientationPortrait</string>
  55. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  56. <string>UIInterfaceOrientationLandscapeLeft</string>
  57. <string>UIInterfaceOrientationLandscapeRight</string>
  58. </array>
  59. <key>UIViewControllerBasedStatusBarAppearance</key>
  60. <false/>
  61. <key>io.flutter.embedded_views_preview</key>
  62. <string>YES</string>
  63. </dict>
  64. </plist>