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

68 lines
3.5 KiB
XML
Raw Normal View History

2016-08-27 01:29:25 -06:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--
Copyright 2016 Netsyms Technologies.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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="104060" id="com.netsyms.terranquest.TerranQuest" version="1.4.6">
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>
2016-08-27 01:29:25 -06:00
<icon src="res/icon.png"/>
<preference name="SplashScreen" value="res/splash.9.png"/>
<preference name="FadeSplashScreen" value="true"/>
<preference name="FadeSplashScreenDuration" value="2000"/>
<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-08-27 01:29:25 -06:00
<preference name="ShowSplashScreen" value="false"/>
2016-03-15 18:21:34 -06:00
</platform>
2016-08-27 01:29:25 -06:00
<content src="index.html"/>
<access origin="*"/>
<allow-navigation href="*"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<allow-intent href="tel:*"/>
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>
2016-03-15 18:21:34 -06:00
<platform name="android">
2016-08-27 01:29:25 -06:00
<allow-intent href="market:*"/>
2016-03-15 18:21:34 -06:00
</platform>
<platform name="ios">
2016-08-27 01:29:25 -06:00
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
2016-03-15 18:21:34 -06:00
</platform>
2016-08-27 01:29:25 -06:00
<engine name="browser" spec="~4.0.0"/>
<engine name="android" spec="latest"/>
<plugin name="cordova-plugin-whitelist" spec="~1.2.1"/>
<plugin name="cordova-plugin-console" spec="https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git"/>
<plugin name="cordova-plugin-device" spec="https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git"/>
<plugin name="cordova-plugin-camera" spec="https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git"/>
<plugin name="cordova-plugin-splashscreen" spec="https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git"/>
<plugin name="cordova-plugin-network-information" spec="https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git"/>
<plugin name="cordova-plugin-dialogs" spec="https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git"/>
<plugin name="cordova-plugin-media" spec="https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git"/>
<plugin name="cordova-plugin-media-capture" spec="https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git"/>
<plugin name="cordova-plugin-geolocation" spec="https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git"/>
<plugin name="com.phonegap.plugins.barcodescanner" spec="https://github.com/Telerik-Verified-Plugins/BarcodeScanner"/>
2016-03-15 18:21:34 -06:00
</widget>