This repository has been archived on 2019-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
App/config.xml

42 lines
1.6 KiB
XML
Raw Normal View History

2016-03-15 18:21:34 -06:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0" android-versionCode="103000" id="com.netsyms.terranquest.TerranQuest" version="1.3.0">
2016-03-15 18:21:34 -06:00
<name>TerranQuest</name>
<description>
Augmented Reality fantasy game
</description>
<author email="admin@netsyms.com" href="https://netsyms.com">
Netsyms Technologies
</author>
<icon src="res/icon.png"/>
2016-04-12 17:33:37 -06:00
<preference name="SplashScreen" value="res/splash.9.png"/>
2016-03-15 18:21:34 -06:00
<preference name="FadeSplashScreen" value="true"/>
<preference name="FadeSplashScreenDuration" value="2000"/>
2016-04-12 17:33:37 -06:00
<preference name="SplashScreenDelay" value="1000"/>
<preference name="SplashMaintainAspectRatio" value="false"/>
<preference name="SplashShowOnlyFirstTime" value="true"/>
<preference name="AutoHideSplashScreen" value="false"/>
<preference name="ShowSplashScreen" value="true"/>
2016-03-15 18:21:34 -06:00
<platform name="browser">
2016-04-12 17:33:37 -06:00
<preference name="ShowSplashScreen" value="false"/>
2016-03-15 18:21:34 -06:00
</platform>
<content src="index.html"/>
<access origin="*"/>
2016-04-12 17:33:37 -06:00
<allow-navigation href="*"/>
2016-03-15 18:21:34 -06:00
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<allow-intent href="tel:*"/>
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>
<platform name="android">
<allow-intent href="market:*"/>
</platform>
<platform name="ios">
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
</platform>
</widget>