12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?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>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>7.0</string>
- <key>CFBundleName</key>
- <string>优易学车</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0.5</string>
- <key>CFBundleVersion</key>
- <string>1.1.0</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>MOBAppKey</key>
- <string>1cbd04c0272a8</string>
- <key>MOBAppSecret</key>
- <string>9a0d6b46f5d0e538ba644d4e9b62ba07</string>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSCameraUsageDescription</key>
- <string>此App会在照片上传/上传头像服务中访问您的相机权限</string>
- <key>NSContactsUsageDescription</key>
- <string>建议允许</string>
- <key>NSLocationAlwaysUsageDescription</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>location</string>
- <string>remote-notification</string>
- </array>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- </dict>
- </plist>
|