| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version='1.0' encoding='utf-8'?>
- <widget android-targetSdkVersion="22" android-versionCode="37" id="com.izouma.milk" ios-CFBundleIdentifier="com.brightdairy.milk" ios-CFBundleVersion="1.3.7" version="1.3.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
- <name>奶源追溯</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="milk.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:*" />
- <allow-intent href="itms-apps:*" />
- <allow-intent href="market:*" />
- <allow-navigation href="*" />
- <platform name="android">
- <allow-intent href="market:*" />
- <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="xxhdpi" src="res/splash.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>
- <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/ios/Default@2x~universal~anyany.png" />
- </platform>
- <preference name="SuppressesIncrementalRendering" value="true" />
- <preference name="Orientation" value="portrait" />
- <preference name="forceUpdate" value="true" />
- <preference name="ShowSplashScreenSpinner" value="false" />
- <preference name="SplashMaintainAspectRatio" value="true" />
- <plugin name="cordova-plugin-whitelist" spec="1" />
- <plugin name="cordova-plugin-splashscreen" spec="~5.0.1" />
- <plugin name="cordova-plugin-x-toast" spec="~2.6.0" />
- <plugin name="cordova-plugin-wkwebview-engine" spec="~1.1.4" />
- <plugin name="cordova-plugin-camera" spec="~4.0.2" />
- <plugin name="cordova-plugin-remote-injection" spec="^0.5.2" />
- <plugin name="cordova-plugin-device" spec="^2.0.2" />
- <plugin name="cordova-plugin-app-version" spec="^0.1.9" />
- <plugin name="cordova-plugin-navigationbar" spec="https://github.com/x1ongzhu/cordova-plugin-navigationbar.git" />
- <plugin name="cordova-plugin-tencent-bg-location" spec="../cordova-plugin-tencent-bg-location">
- <variable name="API_KEY" value="PPQBZ-HCQLO-MMNWE-SHIDE-Y42BH-D3F76" />
- </plugin>
- <plugin name="cordova-plugin-handheld" spec="https://github.com/x1ongzhu/cordova-plugin-handheld.git">
- <variable name="APP_ID" value="d0f09be14a67a2082bdf777eb0b2a8c2" />
- </plugin>
- <engine name="android" spec="^7.1.4" />
- </widget>
|