123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version='1.0' encoding='utf-8'?>
- <widget android-packageName="io.cordova.hellocordova.android" id="io.cordova.hellocordova" ios-CFBundleIdentifier="io.cordova.hellocordova.ios" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
- <name>Hello Cordova</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="index.html" />
-
- <platform name="ios">
- <preference name="orientation" value="all" />
- <preference name="target-device" value="handset" />
- <preference name="deployment-target" value="8.0" />
-
- <splash src="res/screen/ios/Default~iphone.png" width="320" height="480"/>
- <splash src="res/screen/ios/Default@2x~iphone.png" width="640" height="960"/>
- <splash src="res/screen/ios/Default-Portrait~ipad.png" width="768" height="1024"/>
- <splash src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
- <splash src="res/screen/ios/Default-Landscape~ipad.png" width="1024" height="768"/>
- <splash src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
- <splash src="res/screen/ios/Default-568h@2x~iphone.png" width="640" height="1136"/>
- <splash src="res/screen/ios/Default-667h.png" width="750" height="1334"/>
- <splash src="res/screen/ios/Default-736h.png" width="1242" height="2208"/>
- <splash src="res/screen/ios/Default-Landscape-736h.png" width="2208" height="1242"/>
-
- <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
- <splash src="res/screen/ios/Default@2x~universal~comany.png" />
- <splash src="res/screen/ios/Default@2x~universal~comcom.png" />
- <splash src="res/screen/ios/Default@3x~universal~anyany.png" />
- <splash src="res/screen/ios/Default@3x~universal~anycom.png" />
- <splash src="res/screen/ios/Default@3x~universal~comany.png" />
- </platform>
-
- <access origin="http://*.apache.org" />
- <access origin="https://*.apache.org" />
-
- <allow-navigation href="http://*.apache.org" />
- <allow-navigation href="https://*.apache.org" />
-
- </widget>
|