Game Development Reference
In-Depth Information
<!-- retina iPad support: PhoneGap 2.5.0+ only -->
<gap:splash src="splash/apple-touch-startup-image-2048x1496.png"
gap:platform="ios" width="2048" height="1496" />
<gap:splash src="splash/apple-touch-startup-image-1536x2008.png"
gap:platform="ios" width="1536" height="2008" />
<!--ANDROID-->
<icon src="icons/android/ldpi.png" gap:platform="android"
gap:density="ldpi" width="36" height="36"/>
<icon src="icons/android/mdpi.png" gap:platform="android"
gap:density="mdpi" width="48" height="48"/>
<icon src="icons/android/hdpi.png" gap:platform="android"
gap:density="hdpi" width="72" height="72"/>
<icon src="icons/android/xdpi.png" gap:platform="android"
gap:density="xhdpi" width="96" height="96"/>
<gap:splash src="splash/android/ldpi.png" gap:platform="android"
gap:density="ldpi" />
<gap:splash src="splash/android/mdpi.png" gap:platform="android"
gap:density="mdpi" />
<gap:splash src="splash/android/hdpi.png" gap:platform="android"
gap:density="hdpi" />
<gap:splash src="splash/android/xhdpi.png" gap:platform="android"
gap:density="xhdpi" />
<preference name="orientation" value="portrait"/>
<preference name="fullscreen" value="true"/>
<access origin="*" />
</widget>
Submitting your Application to PhoneGap Build
With your configuration file complete, zip up your application directory. This ZIP file is what is uploaded to PhoneGap
Build. Be sure that your index.html and config.xml file are at the root of the zipped directory. Head back over to the
PhoneGap Build site so you can submit your application. Under the Apps tab, press the +new app button. Figure 13-6
shows the new app page.
 
Search WWH ::




Custom Search