Created
September 17, 2015 10:51
-
-
Save wclr/3db6afee62f71578a6c6 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
<preference name="phonegap-version" value="cli-5.1.1" /> | |
<preference name="permissions" value="none" /> | |
<preference name="auto-hide-splash-screen" value="false" /> | |
<preference name="AutoHideSplashScreen" value="false" /> | |
<preference name="SplashScreenDelay" value="5000" /> | |
<preference name="FullScreen" value="true" /> | |
<gap:plugin name="cordova-plugin-device" source="npm" /> | |
<gap:plugin name="cordova-plugin-file-transfer" source="npm" /> | |
<gap:plugin name="cordova-plugin-globalization" source="npm" /> | |
<gap:plugin name="cordova-plugin-inappbrowser" source="npm" /> | |
<gap:plugin name="cordova-plugin-network-information" source="npm" /> | |
<gap:plugin name="cordova-plugin-splashscreen" source="npm" /> | |
<gap:plugin name="cordova-plugin-whitelist" source="npm" version="1.0.0" /> | |
<gap:plugin name="org.crosswalk.engine" /> | |
<gap:splash height="1024" src="res/splash/splash-captioned.png" width="1024" /> | |
<gap:splash gap:platform="ios" height="480" src="res/splash/ios/Default~iphone-captioned.png" width="320" /> | |
<gap:splash gap:platform="ios" height="960" src="res/splash/ios/Default@2x~iphone-captioned.png" width="640" /> | |
<gap:splash gap:platform="ios" height="1024" src="res/splash/ios/Default-Portrait~ipad-captioned.png" width="768" /> | |
<gap:splash gap:platform="ios" height="2048" src="res/splash/ios/Default-Portrait@2x~ipad-captioned.png" width="1536" /> | |
<gap:splash gap:platform="ios" height="768" src="res/splash/ios/Default-Landscape~ipad-captioned.png" width="1024" /> | |
<gap:splash gap:platform="ios" height="1536" src="res/splash/ios/Default-Landscape@2x~ipad-captioned.png" width="2048" /> | |
<gap:splash gap:platform="ios" height="1136" src="res/splash/ios/Default-568h@2x~iphone-captioned.png" width="640" /> | |
<gap:splash gap:platform="ios" height="1334" src="res/splash/ios/Default-667h-captioned.png" width="750" /> | |
<gap:splash gap:platform="ios" height="2208" src="res/splash/ios/Default-736h-captioned.png" width="1242" /> | |
<gap:splash gap:platform="ios" height="1242" src="res/splash/ios/Default-Landscape-736h-captioned.png" width="2208" /> | |
<gap:splash gap:platform="android" gap:qualifier="ldpi" src="res/splash/android/splash.9-captioned.png" /> | |
<gap:splash gap:platform="android" gap:qualifier="mdpi" src="res/splash/android/splash.9-captioned.png" /> | |
<gap:splash gap:platform="android" gap:qualifier="hdpi" src="res/splash/android/splash.9-captioned.png" /> | |
<gap:splash gap:platform="android" gap:qualifier="xhdpi" src="res/splash/android/splash.9-captioned.png" /> | |
<icon src="res/icon/icon-captioned.png" /> | |
<icon gap:platform="ios" height="60" src="res/icon/ios/icon-60-captioned.png" width="60" /> | |
<icon gap:platform="ios" height="120" src="res/icon/ios/[email protected]" width="120" /> | |
<icon gap:platform="ios" height="76" src="res/icon/ios/icon-76-captioned.png" width="76" /> | |
<icon gap:platform="ios" height="152" src="res/icon/ios/[email protected]" width="152" /> | |
<icon gap:platform="ios" height="40" src="res/icon/ios/icon-40-captioned.png" width="40" /> | |
<icon gap:platform="ios" height="80" src="res/icon/ios/[email protected]" width="80" /> | |
<icon gap:platform="ios" height="57" src="res/icon/ios/icon-captioned.png" width="57" /> | |
<icon gap:platform="ios" height="114" src="res/icon/ios/[email protected]" width="114" /> | |
<icon gap:platform="ios" height="72" src="res/icon/ios/icon-72-captioned.png" width="72" /> | |
<icon gap:platform="ios" height="144" src="res/icon/ios/[email protected]" width="144" /> | |
<icon gap:platform="ios" height="76" src="res/icon/ios/icon-76-captioned.png" width="76" /> | |
<icon gap:platform="ios" height="152" src="res/icon/ios/[email protected]" width="152" /> | |
<icon gap:platform="ios" height="29" src="res/icon/ios/icon-small-captioned.png" width="29" /> | |
<icon gap:platform="ios" height="58" src="res/icon/ios/[email protected]" width="58" /> | |
<icon gap:platform="ios" height="50" src="res/icon/ios/icon-50-captioned.png" width="50" /> | |
<icon gap:platform="ios" height="100" src="res/icon/ios/[email protected]" width="100" /> | |
<icon gap:platform="android" gap:qualifier="ldpi" height="36" src="res/icon/android/ldpi-captioned.png" width="36" /> | |
<icon gap:platform="android" gap:qualifier="mdpi" height="48" src="res/icon/android/mdpi-captioned.png" width="48" /> | |
<icon gap:platform="android" gap:qualifier="hdpi" height="72" src="res/icon/android/hdpi-captioned.png" width="72" /> | |
<icon gap:platform="android" gap:qualifier="xhdpi" height="96" src="res/icon/android/xhdpi-captioned.png" width="96" /> | |
<icon gap:platform="android" gap:qualifier="xxhdpi" height="144" src="res/icon/android/xxhdpi-captioned.png" width="144" /> | |
<icon gap:platform="android" gap:qualifier="xxxhdpi" height="192" src="res/icon/android/xxxhdpi-captioned.png" width="192" /> | |
<feature name="http://api.phonegap.com/1.0/device" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment