Info.plist 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>CFBundleAllowMixedLocalizations</key>
  6. <true/>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>en</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>7.0</string>
  17. <key>CFBundleName</key>
  18. <string>优易学车</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>1.0.5</string>
  23. <key>CFBundleVersion</key>
  24. <string>1.1.0</string>
  25. <key>LSRequiresIPhoneOS</key>
  26. <true/>
  27. <key>MOBAppKey</key>
  28. <string>1cbd04c0272a8</string>
  29. <key>MOBAppSecret</key>
  30. <string>9a0d6b46f5d0e538ba644d4e9b62ba07</string>
  31. <key>NSAppTransportSecurity</key>
  32. <dict>
  33. <key>NSAllowsArbitraryLoads</key>
  34. <true/>
  35. </dict>
  36. <key>NSCameraUsageDescription</key>
  37. <string>此App会在照片上传/上传头像服务中访问您的相机权限</string>
  38. <key>NSContactsUsageDescription</key>
  39. <string>建议允许</string>
  40. <key>NSLocationAlwaysUsageDescription</key>
  41. <string>后台获取位置用于验证学员计时的有效性,并绘制轨迹图,建议允许</string>
  42. <key>NSMicrophoneUsageDescription</key>
  43. <string>用于联系客服的时候语音录入</string>
  44. <key>NSPhotoLibraryAddUsageDescription</key>
  45. <string>此App会在存储图片服务中访问您的相册权限</string>
  46. <key>NSPhotoLibraryUsageDescription</key>
  47. <string>此App会在获取图片服务中访问您的相册权限</string>
  48. <key>UIBackgroundModes</key>
  49. <array>
  50. <string>fetch</string>
  51. <string>location</string>
  52. <string>remote-notification</string>
  53. </array>
  54. <key>UILaunchStoryboardName</key>
  55. <string>LaunchScreen</string>
  56. <key>UIMainStoryboardFile</key>
  57. <string>Main</string>
  58. <key>UIRequiredDeviceCapabilities</key>
  59. <array>
  60. <string>armv7</string>
  61. </array>
  62. <key>UISupportedInterfaceOrientations</key>
  63. <array>
  64. <string>UIInterfaceOrientationPortrait</string>
  65. </array>
  66. </dict>
  67. </plist>