Created
September 11, 2015 11:54
-
-
Save wclr/f83e94fe4dd1346b0fd5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='utf-8'?> | |
<widget id="com.my.mobile.dev" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0"> | |
<name>My (Dev)</name> | |
<description>Official Mobile Application (Dev).</description> | |
<author email="[email protected]" href="http://my.com"> Team</author> | |
<content src="index.html" /> | |
<preference name="phonegap-version" value="cli-5.1.1" /> | |
<preference name="permissions" value="none" /> | |
<preference name="auto-hide-splash-screen" value="false" /> | |
<preference name="deployment-target" value="7.1" /> | |
<gap:plugin name="org.apache.cordova.device" source="npm" /> | |
<gap:plugin name="org.apache.cordova.file-transfer" source="npm" /> | |
<gap:plugin name="org.apache.cordova.globalization" source="npm" /> | |
<gap:plugin name="org.apache.cordova.inappbrowser" source="npm" /> | |
<gap:plugin name="org.apache.cordova.media" source="npm" /> | |
<gap:plugin name="org.apache.cordova.network-information" source="npm" /> | |
<gap:plugin name="org.apache.cordova.splashscreen" source="npm" /> | |
<gap:plugin name="cordova-plugin-whitelist" source="npm" version="1.0.0" /> | |
<gap:plugin name="org.crosswalk.engine" /> | |
<gap:plugin name="com.telerik.plugins.wkwebview" source="npm" /> | |
<platform name="ios"> | |
<icon src="icon.png" /> | |
<icon height="180" src="res/ios/[email protected]" width="180" /> | |
<icon height="60" src="res/ios/icon-60.png" width="60" /> | |
<icon height="120" src="res/ios/[email protected]" width="120" /> | |
<icon height="76" src="res/ios/icon-76.png" width="76" /> | |
<icon height="152" src="res/ios/[email protected]" width="152" /> | |
<icon height="40" src="res/ios/icon-40.png" width="40" /> | |
<icon height="80" src="res/ios/[email protected]" width="80" /> | |
<icon height="57" src="res/ios/icon.png" width="57" /> | |
<icon height="114" src="res/ios/[email protected]" width="114" /> | |
<icon height="72" src="res/ios/icon-72.png" width="72" /> | |
<icon height="144" src="res/ios/[email protected]" width="144" /> | |
<icon height="76" src="res/ios/icon-76.png" width="76" /> | |
<icon height="152" src="res/ios/[email protected]" width="152" /> | |
<icon height="29" src="res/ios/icon-small.png" width="29" /> | |
<icon height="58" src="res/ios/[email protected]" width="58" /> | |
<icon height="50" src="res/ios/icon-50.png" width="50" /> | |
<icon height="100" src="res/ios/[email protected]" width="100" /> | |
<splash height="480" src="res/screen/ios/Default~iphone.png" width="320" /> | |
<splash height="960" src="res/screen/ios/Default@2x~iphone.png" width="640" /> | |
<splash height="1024" src="res/screen/ios/Default-Portrait~ipad.png" width="768" /> | |
<splash height="2048" src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" /> | |
<splash height="768" src="res/screen/ios/Default-Landscape~ipad.png" width="1024" /> | |
<splash height="1536" src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" /> | |
<splash height="1136" src="res/screen/ios/Default-568h@2x~iphone.png" width="640" /> | |
<splash height="1334" src="res/screen/ios/Default-667h.png" width="750" /> | |
<splash height="2208" src="res/screen/ios/Default-736h.png" width="1242" /> | |
<splash height="1242" src="res/screen/ios/Default-Landscape-736h.png" width="2208" /> | |
</platform> | |
<platform name="android"> | |
<icon gap:qualifier="ldpi" height="36" src="res/android/ldpi.png" width="36" /> | |
<icon gap:qualifier="mdpi" height="48" src="res/android/mdpi.png" width="48" /> | |
<icon gap:qualifier="hdpi" height="72" src="res/android/hdpi.png" width="72" /> | |
<icon gap:qualifier="xhdpi" height="96" src="res/android/xhdpi.png" width="96" /> | |
<icon gap:qualifier="xxhdpi" height="144" src="res/android/xxhdpi.png" width="144" /> | |
<icon gap:qualifier="xxxhdpi" height="192" src="res/android/xxxhdpi.png" width="192" /> | |
<splash gap:qualifier="land-ldpi" height="200" src="res/screen/android/splash-land-ldpi.png" width="320" /> | |
<splash gap:qualifier="land-mdpi" height="320" src="res/screen/android/splash-land-mdpi.png" width="480" /> | |
<splash gap:qualifier="land-hdpi" height="480" src="res/screen/android/splash-land-hdpi.png" width="800" /> | |
<splash gap:qualifier="land-xhdpi" height="720" src="res/screen/android/splash-land-xhdpi.png" width="1280" /> | |
<splash gap:qualifier="port-ldpi" height="320" src="res/screen/android/splash-port-ldpi.png" width="200" /> | |
<splash gap:qualifier="port-mdpi" height="480" src="res/screen/android/splash-port-mdpi.png" width="320" /> | |
<splash gap:qualifier="port-hdpi" height="800" src="res/screen/android/splash-port-hdpi.png" width="480" /> | |
<splash gap:qualifier="port-xhdpi" height="1280" src="res/screen/android/splash-port-xhdpi.png" width="720" /> | |
</platform> | |
<feature name="http://api.phonegap.com/1.0/device" /> | |
<allow-navigation href="*" /> | |
<allow-intent href="*" /> | |
<access origin="*" /> | |
</widget> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment