| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version='1.0' encoding='utf-8'?>
- <widget defaultlocale="zh-Hans" id="com.izouma.lingxiancar" ios-CFBundleIdentifier="com.izouma.lingxian" version="1.0.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
- <name>酷C用车</name>
- <description> A sample Apache Cordova application that responds to the deviceready event. </description>
- <author email="dev@cordova.apache.org" href="http://cordova.io"> Apache Cordova Team </author>
- <content src="car.html" />
- <access origin="*" />
- <allow-intent href="http://*/*" />
- <allow-intent href="https://*/*" />
- <allow-intent href="tel:*" />
- <allow-intent href="sms:*" />
- <allow-intent href="mailto:*" />
- <allow-intent href="geo:*" />
- <platform name="android">
- <allow-intent href="market:*" />
- <icon density="ldpi" src="res/icon/android/drawable-ldpi/ic_launcher.png" />
- <icon density="mdpi" src="res/icon/android/drawable-mdpi/ic_launcher.png" />
- <icon density="hdpi" src="res/icon/android/drawable-hdpi/ic_launcher.png" />
- <icon density="xhdpi" src="res/icon/android/drawable-xhdpi/ic_launcher.png" />
- <icon density="xxhdpi" src="res/icon/android/drawable-xxhdpi/ic_launcher.png" />
- <icon density="xxxhdpi" src="res/icon/android/drawable-xxxhdpi/ic_launcher.png" />
- <splash density="xxxhdpi" src="res/screen/1242×2208.png" />
- </platform>
- <platform name="ios">
- <allow-intent href="itms:*" />
- <allow-intent href="itms-apps:*" />
- <config-file parent="CFBundleLocalizations" target="*-Info.plist">
- <array>
- <string>zh_CN</string>
- </array>
- </config-file>
- <config-file parent="NSCameraUsageDescription" target="*-Info.plist">
- <string>需要相机权限才能继续使用</string>
- </config-file>
- <config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
- <string>需要相册权限才能继续使用</string>
- </config-file>
- <config-file parent="NSLocationWhenInUseUsageDescription" target="*-Info.plist">
- <string>您的当前位置将会在地图上显示,并且用于获取周边的车辆数据</string>
- </config-file>
- <icon height="40" src="res/icon/ios/Icon-Notification@2x.png" width="40" />
- <icon height="60" src="res/icon/ios/Icon-Notification@3x.png" width="60" />
- <icon height="29" src="res/icon/ios/Icon-Small.png" width="29" />
- <icon height="58" src="res/icon/ios/Icon-Small@2x.png" width="58" />
- <icon height="87" src="res/icon/ios/Icon-Small@3x.png" width="87" />
- <icon height="80" src="res/icon/ios/Icon-Small-40@2x.png" width="80" />
- <icon height="120" src="res/icon/ios/Icon-Small-40@3x.png" width="120" />
- <icon height="120" src="res/icon/ios/Icon-60@2x.png" width="120" />
- <icon height="180" src="res/icon/ios/Icon-60@3x.png" width="180" />
- <icon height="57" src="res/icon/ios/Icon.png" width="57" />
- <icon height="114" src="res/icon/ios/Icon@2x.png" width="114" />
- <icon height="167" src="res/icon/ios/iPad/Icon-83.5@2x.png" width="167" />
- <icon height="76" src="res/icon/ios/iPad/Icon-76.png" width="76" />
- <icon height="152" src="res/icon/ios/iPad/Icon-76@2x.png" width="152" />
- <icon height="1024" src="res/icon/ios/App Store Marketing/icon.png" width="1024" />
- <splash src="res/screen/Default@3x~universal~anyany.png" />
- </platform>
- <plugin name="cordova-plugin-whitelist" spec="1" />
- <plugin name="cordova-plugin-wechat" spec="~2.1.0">
- <variable name="WECHATAPPID" value="wxb72c361102cca2dc" />
- </plugin>
- <plugin name="cordova-plugin-alipay-v2" spec="~0.0.3">
- <variable name="APP_ID" value="2016091300498738" />
- </plugin>
- <plugin name="cordova-plugin-x-toast" spec="^2.6.0" />
- <plugin name="cordova-plugin-splashscreen" spec="^5.0.1" />
- <preference name="Orientation" value="portrait" />
- <preference name="ShowSplashScreenSpinner" value="false" />
- <preference name="SplashMaintainAspectRatio" value="true" />
- <plugin name="cordova-plugin-qqlocation" spec="../qqlocation">
- <variable name="API_KEY" value="PPQBZ-HCQLO-MMNWE-SHIDE-Y42BH-D3F76" />
- </plugin>
- <plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
- <plugin name="cordova-plugin-navigationbar" spec="../navigationbar" />
- <preference name="CheckUpdateOnLoad" value="true" />
- <preference name="CheckUpdateUrl" value="http://www.lingxiancar.com/appVersion/getUpdateInfo" />
- <plugin name="cordova-plugin-app-update" spec="https://github.com/x1ongzhu/cordova-plugin-app-update.git" />
- <plugin name="cordova-plugin-app-version" spec="^0.1.9" />
- <engine name="ios" spec="^4.5.4" />
- <engine name="android" spec="^6.3.0" />
- </widget>
|