|
|
@@ -1,75 +1,75 @@
|
|
|
<?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>English</string>
|
|
|
- <key>CFBundleDisplayName</key>
|
|
|
- <string>元气竞技场</string>
|
|
|
- <key>CFBundleExecutable</key>
|
|
|
- <string>${EXECUTABLE_NAME}</string>
|
|
|
- <key>CFBundleIcons</key>
|
|
|
- <dict/>
|
|
|
- <key>CFBundleIcons~ipad</key>
|
|
|
- <dict/>
|
|
|
- <key>CFBundleIdentifier</key>
|
|
|
- <string>com.izouma.yuanqijjc</string>
|
|
|
- <key>CFBundleInfoDictionaryVersion</key>
|
|
|
- <string>6.0</string>
|
|
|
- <key>CFBundleLocalizations</key>
|
|
|
- <array>
|
|
|
- <string>zh_CN</string>
|
|
|
- </array>
|
|
|
- <key>CFBundleName</key>
|
|
|
- <string>${PRODUCT_NAME}</string>
|
|
|
- <key>CFBundlePackageType</key>
|
|
|
- <string>APPL</string>
|
|
|
- <key>CFBundleShortVersionString</key>
|
|
|
- <string>1.0.0</string>
|
|
|
- <key>CFBundleSignature</key>
|
|
|
- <string>????</string>
|
|
|
- <key>CFBundleVersion</key>
|
|
|
- <string>1.0.0</string>
|
|
|
- <key>ITSAppUsesNonExemptEncryption</key>
|
|
|
- <false/>
|
|
|
- <key>LSRequiresIPhoneOS</key>
|
|
|
- <true/>
|
|
|
- <key>NSAppTransportSecurity</key>
|
|
|
- <dict>
|
|
|
- <key>NSAllowsArbitraryLoads</key>
|
|
|
- <true/>
|
|
|
- </dict>
|
|
|
- <key>NSCameraUsageDescription</key>
|
|
|
- <string>需要相机权限才能继续使用</string>
|
|
|
- <key>NSLocationWhenInUseUsageDescription</key>
|
|
|
- <string>您的当前位置将会在地图上显示,并且用于获取周边的园区数据</string>
|
|
|
- <key>NSMainNibFile</key>
|
|
|
- <string/>
|
|
|
- <key>NSMainNibFile~ipad</key>
|
|
|
- <string/>
|
|
|
- <key>NSPhotoLibraryUsageDescription</key>
|
|
|
- <string>需要相册权限才能继续使用</string>
|
|
|
- <key>UIInterfaceOrientation</key>
|
|
|
- <array>
|
|
|
- <string>UIInterfaceOrientationPortrait</string>
|
|
|
- </array>
|
|
|
- <key>UILaunchStoryboardName</key>
|
|
|
- <string>CDVLaunchScreen</string>
|
|
|
- <key>UIRequiresFullScreen</key>
|
|
|
- <true/>
|
|
|
- <key>UISupportedInterfaceOrientations</key>
|
|
|
- <array>
|
|
|
- <string>UIInterfaceOrientationPortrait</string>
|
|
|
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
- </array>
|
|
|
- <key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
- <array>
|
|
|
- <string>UIInterfaceOrientationPortrait</string>
|
|
|
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
- </array>
|
|
|
- <key>UIBackgroundModes</key>
|
|
|
- <array>
|
|
|
- <string>remote-notification</string>
|
|
|
- </array>
|
|
|
- </dict>
|
|
|
-</plist>
|
|
|
+<dict>
|
|
|
+ <key>CFBundleDevelopmentRegion</key>
|
|
|
+ <string>English</string>
|
|
|
+ <key>CFBundleDisplayName</key>
|
|
|
+ <string>元气竞技场</string>
|
|
|
+ <key>CFBundleExecutable</key>
|
|
|
+ <string>${EXECUTABLE_NAME}</string>
|
|
|
+ <key>CFBundleIcons</key>
|
|
|
+ <dict/>
|
|
|
+ <key>CFBundleIcons~ipad</key>
|
|
|
+ <dict/>
|
|
|
+ <key>CFBundleIdentifier</key>
|
|
|
+ <string>com.izouma.yuanqijjc</string>
|
|
|
+ <key>CFBundleInfoDictionaryVersion</key>
|
|
|
+ <string>6.0</string>
|
|
|
+ <key>CFBundleLocalizations</key>
|
|
|
+ <array>
|
|
|
+ <string>zh_CN</string>
|
|
|
+ </array>
|
|
|
+ <key>CFBundleName</key>
|
|
|
+ <string>${PRODUCT_NAME}</string>
|
|
|
+ <key>CFBundlePackageType</key>
|
|
|
+ <string>APPL</string>
|
|
|
+ <key>CFBundleShortVersionString</key>
|
|
|
+ <string>1.0.1</string>
|
|
|
+ <key>CFBundleSignature</key>
|
|
|
+ <string>????</string>
|
|
|
+ <key>CFBundleVersion</key>
|
|
|
+ <string>2</string>
|
|
|
+ <key>ITSAppUsesNonExemptEncryption</key>
|
|
|
+ <false/>
|
|
|
+ <key>LSRequiresIPhoneOS</key>
|
|
|
+ <true/>
|
|
|
+ <key>NSAppTransportSecurity</key>
|
|
|
+ <dict>
|
|
|
+ <key>NSAllowsArbitraryLoads</key>
|
|
|
+ <true/>
|
|
|
+ </dict>
|
|
|
+ <key>NSCameraUsageDescription</key>
|
|
|
+ <string>需要相机权限才能继续使用</string>
|
|
|
+ <key>NSLocationWhenInUseUsageDescription</key>
|
|
|
+ <string>您的当前位置将会在地图上显示,并且用于获取周边的园区数据</string>
|
|
|
+ <key>NSMainNibFile</key>
|
|
|
+ <string></string>
|
|
|
+ <key>NSMainNibFile~ipad</key>
|
|
|
+ <string></string>
|
|
|
+ <key>NSPhotoLibraryUsageDescription</key>
|
|
|
+ <string>需要相册权限才能继续使用</string>
|
|
|
+ <key>UIBackgroundModes</key>
|
|
|
+ <array>
|
|
|
+ <string>remote-notification</string>
|
|
|
+ </array>
|
|
|
+ <key>UIInterfaceOrientation</key>
|
|
|
+ <array>
|
|
|
+ <string>UIInterfaceOrientationPortrait</string>
|
|
|
+ </array>
|
|
|
+ <key>UILaunchStoryboardName</key>
|
|
|
+ <string>CDVLaunchScreen</string>
|
|
|
+ <key>UIRequiresFullScreen</key>
|
|
|
+ <true/>
|
|
|
+ <key>UISupportedInterfaceOrientations</key>
|
|
|
+ <array>
|
|
|
+ <string>UIInterfaceOrientationPortrait</string>
|
|
|
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
+ </array>
|
|
|
+ <key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
+ <array>
|
|
|
+ <string>UIInterfaceOrientationPortrait</string>
|
|
|
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
+ </array>
|
|
|
+</dict>
|
|
|
+</plist>
|