Info.plist 2.5 KB

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>CFBundleDevelopmentRegion</key>
  6. <string>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>海盛海智联</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>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>1.0</string>
  21. <key>CFBundleVersion</key>
  22. <string>1.11</string>
  23. <key>LSRequiresIPhoneOS</key>
  24. <true/>
  25. <key>NSAppTransportSecurity</key>
  26. <dict>
  27. <key>NSAllowsArbitraryLoads</key>
  28. <true/>
  29. </dict>
  30. <key>NSCameraUsageDescription</key>
  31. <string>允许“海盛海智联”在您使用该应用时访问您的相机吗?你的相机将被用于扫一扫添加设备,发生火警录制视频和火警上报拍摄图片</string>
  32. <key>NSLocationAlwaysUsageDescription</key>
  33. <string>允许“海盛海智联”在您使用该应用时访问您的位置吗?你的位置信息将被用于设备定位功能</string>
  34. <key>NSLocationWhenInUseUsageDescription</key>
  35. <string>允许“海盛海智联”在您使用该应用时访问您的位置吗?你的位置信息将被用于设备定位功能</string>
  36. <key>NSMicrophoneUsageDescription</key>
  37. <string>允许“海盛海智联”在您使用该应用时访问您的麦克风吗?你的麦克风将被用于火警上报时录制语音</string>
  38. <key>NSPhotoLibraryUsageDescription</key>
  39. <string>允许“海盛海智联”在您使用该应用时访问您的照片吗?你的照片信息将被用于火灾上报时添加照片,照片的保存</string>
  40. <key>UIBackgroundModes</key>
  41. <array>
  42. <string>fetch</string>
  43. <string>remote-notification</string>
  44. </array>
  45. <key>UIMainStoryboardFile</key>
  46. <string>Main</string>
  47. <key>UIRequiredDeviceCapabilities</key>
  48. <array>
  49. <string>armv7</string>
  50. </array>
  51. <key>UISupportedInterfaceOrientations</key>
  52. <array>
  53. <string>UIInterfaceOrientationPortrait</string>
  54. </array>
  55. <key>UISupportedInterfaceOrientations~ipad</key>
  56. <array>
  57. <string>UIInterfaceOrientationPortrait</string>
  58. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  59. <string>UIInterfaceOrientationLandscapeLeft</string>
  60. <string>UIInterfaceOrientationLandscapeRight</string>
  61. </array>
  62. </dict>
  63. </plist>