Info.plist 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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>zh_CN</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>$(DISPLAY_NAME)</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>CFBundlePackageType</key>
  16. <string>APPL</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>$(MARKETING_VERSION)</string>
  19. <key>CFBundleSignature</key>
  20. <string>????</string>
  21. <key>CFBundleURLTypes</key>
  22. <array>
  23. <dict>
  24. <key>CFBundleTypeRole</key>
  25. <string>Editor</string>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>wis-hgj</string>
  29. </array>
  30. </dict>
  31. </array>
  32. <key>CFBundleVersion</key>
  33. <string>$(CURRENT_PROJECT_VERSION)</string>
  34. <key>ITSAppUsesNonExemptEncryption</key>
  35. <false/>
  36. <key>LSRequiresIPhoneOS</key>
  37. <true/>
  38. <key>NSAppTransportSecurity</key>
  39. <dict>
  40. <key>NSAllowsArbitraryLoads</key>
  41. <true/>
  42. </dict>
  43. <key>NSMicrophoneUsageDescription</key>
  44. <string>需要获取您手机的麦克风,以进行任务中的拍摄视频跟音频</string>
  45. <key>NSBluetoothAlwaysUsageDescription</key>
  46. <string>获取您手机的蓝牙信息</string>
  47. <key>NSBluetoothPeripheralUsageDescription</key>
  48. <string>是否允许此App访问蓝牙?</string>
  49. <key>NSCameraUsageDescription</key>
  50. <string>需要获取您的相机拍照权限,以进行任务中图片拍照或二维码扫描</string>
  51. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  52. <string>获取您的位置信息,以便就近安排工作任务</string>
  53. <key>NSLocationAlwaysUsageDescription</key>
  54. <string>获取您的位置信息,以便就近安排工作任务</string>
  55. <key>NSLocationUsageDescription</key>
  56. <string>获取您的位置信息,以便就近安排工作任务</string>
  57. <key>NSLocationWhenInUseUsageDescription</key>
  58. <string>获取您的位置信息,以便就近安排工作任务</string>
  59. <key>NSPhotoLibraryUsageDescription</key>
  60. <string>图片选择需要获取您手机相册中的信息</string>
  61. <key>UIBackgroundModes</key>
  62. <array/>
  63. <key>UILaunchStoryboardName</key>
  64. <string>LaunchScreen</string>
  65. <key>UIMainStoryboardFile</key>
  66. <string>Main</string>
  67. <key>UISupportedInterfaceOrientations</key>
  68. <array>
  69. <string>UIInterfaceOrientationPortrait</string>
  70. </array>
  71. <key>UISupportedInterfaceOrientations~ipad</key>
  72. <array>
  73. <string>UIInterfaceOrientationPortrait</string>
  74. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  75. <string>UIInterfaceOrientationLandscapeLeft</string>
  76. <string>UIInterfaceOrientationLandscapeRight</string>
  77. </array>
  78. <key>UIViewControllerBasedStatusBarAppearance</key>
  79. <false/>
  80. <key>io.flutter.embedded_views_preview</key>
  81. <string>YES</string>
  82. <key>CADisableMinimumFrameDurationOnPhone</key>
  83. <true/>
  84. <key>UIApplicationSupportsIndirectInputEvents</key>
  85. <true/>
  86. </dict>
  87. </plist>