forked from jeuelc/mworld-flat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
42 lines (20 loc) · 959 Bytes
/
config.xml
1
<?xml version="1.0" encoding="UTF-8" ?> <widget xmlns = "http://www.w3.org/ns/widgets" xmlns:gap = "http://phonegap.com/ns/1.0" id = "mworld.monash" version = "0.0.1"> <name>Mworld App</name> <description> This is beta version of uvmate mobile app for iPad. </description> <author href="http://www.uvmate.com" email="[email protected]"> Jeuel Condahan </author> <preference name="orientation" value="landscape" /> <preference name="fullscreen" value="true" /> <preference name="webviewbounce" value="false" /> <icon src="icons/icon.png" gap:platform="ios" width="57" height="57" /> <icon src="icons/icon-72.png" gap:platform="ios" width="72" height="72" /> <icon src="icons/icon-2x.png" gap:platform="ios" width="114" height="114" /> <gap:splash src="icons/splash.png" gap:platform="ios" width="1024" height="748" /></widget>