| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?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>CFBundleDevelopmentRegion</key>
- <string>zh_CN</string>
- <key>CFBundleDisplayName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIconFiles</key>
- <array>
- <string>Icon.png</string>
- <string>Icon-60.png</string>
- <string>Icon-60@2x.png</string>
- <string>Icon-76.png</string>
- <string>Icon-120.png</string>
- <string>Icon-152.png</string>
- </array>
- <key>CFBundleIcons</key>
- <dict/>
- <key>CFBundleIcons~ipad</key>
- <dict/>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>$(MARKETING_VERSION)</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>iosamap</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>MOBAppKey</key>
- <string>20f816e953fe5</string>
- <key>MOBAppSecret</key>
- <string>2af4099eed4d753f652f4aaa15838f38</string>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSCameraUsageDescription</key>
- <string>此App在上传图片或扫描条码访问您的相机权限</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>定位当前使用者的位置</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>此App在语音回复时访问您的语音权限</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>此App在上传图片访问您的相册权限</string>
- <key>UIBackgroundModes</key>
- <array/>
- <key>UILaunchStoryboardName</key>
- <string>Launch Screen</string>
- <key>UIMainStoryboardFile~ipad</key>
- <string>Main_iPad</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- </dict>
- </plist>
|