You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Game/config.xml

66 lines
4.0 KiB
XML

<?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" id="com.netsyms.terranquest.TerranQuest" version="2.0.0">
<name>TerranQuest</name>
<description>
A mobile augmented reality fantasy game.
</description>
<author email="opensource@netsyms.com" href="https://netsyms.com">
Netsyms Technologies
</author>
<content src="index.html"/>
<access origin="*"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<allow-intent href="tel:*"/>
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>
<preference name="ShowSplashScreenSpinner" value="false"/>
<platform name="android">
<preference name="android-minSdkVersion" value="21" />
<preference name="HeaderColor" value="#324150"/>
<preference name="StatusBarBackgroundColor" value=""/>
<allow-intent href="market:*"/>
<icon background="res/android/mipmap-mdpi/ic_launcher_background.png" density="mdpi" foreground="res/android/mipmap-mdpi/ic_launcher_foreground.png" src="res/android/mipmap-mdpi/ic_launcher.png" />
<icon background="res/android/mipmap-hdpi/ic_launcher_background.png" density="hdpi" foreground="res/android/mipmap-hdpi/ic_launcher_foreground.png" src="res/android/mipmap-hdpi/ic_launcher.png" />
<icon background="res/android/mipmap-xhdpi/ic_launcher_background.png" density="xhdpi" foreground="res/android/mipmap-xhdpi/ic_launcher_foreground.png" src="res/android/mipmap-xhdpi/ic_launcher.png" />
<icon background="res/android/mipmap-xxhdpi/ic_launcher_background.png" density="xxhdpi" foreground="res/android/mipmap-xxhdpi/ic_launcher_foreground.png" src="res/android/mipmap-xxhdpi/ic_launcher.png" />
<icon background="res/android/mipmap-xxxhdpi/ic_launcher_background.png" density="xxxhdpi" foreground="res/android/mipmap-xxxhdpi/ic_launcher_foreground.png" src="res/android/mipmap-xxxhdpi/ic_launcher.png" />
<resource-file src="res/android/mipmap-anydpi-v26/ic_launcher.xml" target="app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" />
<splash src="res/android/drawable-land-hdpi/screen.png" density="land-hdpi"/>
<splash src="res/android/drawable-land-ldpi/screen.png" density="land-ldpi"/>
<splash src="res/android/drawable-land-mdpi/screen.png" density="land-mdpi"/>
<splash src="res/android/drawable-land-xhdpi/screen.png" density="land-xhdpi"/>
<splash src="res/android/drawable-land-xxhdpi/screen.png" density="land-xxhdpi"/>
<splash src="res/android/drawable-land-xxxhdpi/screen.png" density="land-xxxhdpi"/>
<splash src="res/android/drawable-port-hdpi/screen.png" density="port-hdpi"/>
<splash src="res/android/drawable-port-ldpi/screen.png" density="port-ldpi"/>
<splash src="res/android/drawable-port-mdpi/screen.png" density="port-mdpi"/>
<splash src="res/android/drawable-port-xhdpi/screen.png" density="port-xhdpi"/>
<splash src="res/android/drawable-port-xxhdpi/screen.png" density="port-xxhdpi"/>
<splash src="res/android/drawable-port-xxxhdpi/screen.png" density="port-xxxhdpi"/>
<hook type="before_prepare" src="scripts/get_dependencies.sh" />
<hook type="before_prepare" src="scripts/update_credits.sh" />
<hook type="after_prepare" src="scripts/clean_node_modules.sh" />
</platform>
<platform name="ios">
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
</platform>
<plugin name="cordova-plugin-whitelist" spec="1"/>
<plugin name="phonegap-plugin-barcodescanner" spec="~8.0.1"/>
<plugin name="cordova-plugin-statusbar" spec="~2.4.2"/>
<plugin name="cordova-plugin-headercolor" spec="1.0"/>
<plugin name="cordova-plugin-app-version" spec="~0.1.9"/>
<plugin name="cordova-plugin-inappbrowser" spec="~3.0.0"/>
<plugin name="cordova-plugin-transparent-status-bar" spec="~1.0.1"/>
<plugin name="cordova-plugin-geolocation" spec="~4.0.1"/>
</widget>