| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?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>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleDisplayName</key>
- <string>海盛海智联</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1.11</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSCameraUsageDescription</key>
- <string>允许“海盛海智联”在您使用该应用时访问您的相机吗?你的相机将被用于扫一扫添加设备,发生火警录制视频和火警上报拍摄图片</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>允许“海盛海智联”在您使用该应用时访问您的位置吗?你的位置信息将被用于设备定位功能</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>允许“海盛海智联”在您使用该应用时访问您的位置吗?你的位置信息将被用于设备定位功能</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>允许“海盛海智联”在您使用该应用时访问您的麦克风吗?你的麦克风将被用于火警上报时录制语音</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>允许“海盛海智联”在您使用该应用时访问您的照片吗?你的照片信息将被用于火灾上报时添加照片,照片的保存</string>
- <key>UIBackgroundModes</key>
- <array>
- <string>fetch</string>
- <string>remote-notification</string>
- </array>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <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>
- </dict>
- </plist>
|