123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?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>CFBundleAllowMixedLocalizations</key>
- <true/>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>极速驾培</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>com.sinotech.JSJPSchool</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>极速驾培</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0.4</string>
- <key>CFBundleVersion</key>
- <string>1.1.0</string>
- <key>LSApplicationCategoryType</key>
- <string></string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSCameraUsageDescription</key>
- <string>此App会在照片上传/上传头像服务中访问您的相机权限</string>
- <key>NSContactsUsageDescription</key>
- <string>仅存在手机本地方便用户联系,不用作上传到服务器或其它用途</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>后台获取位置用于验证学员计时的有效性,并绘制轨迹图,建议允许</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>使用期间总是访问位置以提供周边驾校资讯</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>用于联系客服的时候语音录入</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>此App会在存储图片服务中访问您的相册权限</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>此App会在获取图片服务中访问您的相册权限</string>
- <key>UIBackgroundModes</key>
- <array>
- <string>fetch</string>
- <string>remote-notification</string>
- </array>
- <key>UILaunchStoryboardName</key>
- <string>Launch</string>
- <key>UIMainStoryboardFile</key>
- <string></string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- </dict>
- </plist>
|