123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>zh_CN</string>
- <key>CFBundleDisplayName</key>
- <string>$(DISPLAY_NAME)</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>$(MARKETING_VERSION)</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>wis-hgj</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSMicrophoneUsageDescription</key>
- <string>需要获取您手机的麦克风,以进行任务中的拍摄视频跟音频</string>
- <key>NSBluetoothAlwaysUsageDescription</key>
- <string>获取您手机的蓝牙信息</string>
- <key>NSBluetoothPeripheralUsageDescription</key>
- <string>是否允许此App访问蓝牙?</string>
- <key>NSCameraUsageDescription</key>
- <string>需要获取您的相机拍照权限,以进行任务中图片拍照或二维码扫描</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>获取您的位置信息,以便就近安排工作任务</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>获取您的位置信息,以便就近安排工作任务</string>
- <key>NSLocationUsageDescription</key>
- <string>获取您的位置信息,以便就近安排工作任务</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>获取您的位置信息,以便就近安排工作任务</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>图片选择需要获取您手机相册中的信息</string>
- <key>UIBackgroundModes</key>
- <array/>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- <key>io.flutter.embedded_views_preview</key>
- <string>YES</string>
- <key>CADisableMinimumFrameDurationOnPhone</key>
- <true/>
- <key>UIApplicationSupportsIndirectInputEvents</key>
- <true/>
- </dict>
- </plist>
|