Info.plist 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>com.sinotech.JSJPSchool</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.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.4</string>
  23. <key>CFBundleVersion</key>
  24. <string>1.1.0</string>
  25. <key>LSApplicationCategoryType</key>
  26. <string></string>
  27. <key>LSRequiresIPhoneOS</key>
  28. <true/>
  29. <key>NSAppTransportSecurity</key>
  30. <dict>
  31. <key>NSAllowsArbitraryLoads</key>
  32. <true/>
  33. </dict>
  34. <key>NSCameraUsageDescription</key>
  35. <string>此App会在照片上传/上传头像服务中访问您的相机权限</string>
  36. <key>NSContactsUsageDescription</key>
  37. <string>仅存在手机本地方便用户联系,不用作上传到服务器或其它用途</string>
  38. <key>NSLocationWhenInUseUsageDescription</key>
  39. <string>后台获取位置用于验证学员计时的有效性,并绘制轨迹图,建议允许</string>
  40. <key>NSLocationAlwaysAndWhenInUseUsageDescription</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>remote-notification</string>
  52. </array>
  53. <key>UILaunchStoryboardName</key>
  54. <string>Launch</string>
  55. <key>UIMainStoryboardFile</key>
  56. <string></string>
  57. <key>UIRequiredDeviceCapabilities</key>
  58. <array>
  59. <string>armv7</string>
  60. </array>
  61. <key>UISupportedInterfaceOrientations</key>
  62. <array>
  63. <string>UIInterfaceOrientationPortrait</string>
  64. </array>
  65. </dict>
  66. </plist>