Sync config.xml plugins, comment out Munzee settings, increase version to 1.5.1

master
Skylar Ittner 8 years ago
parent ef5e21eaca
commit 1d80b50063

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="105002" id="com.netsyms.terranquest.TerranQuest" version="1.5.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<widget android-versionCode="105010" id="com.netsyms.terranquest.TerranQuest" version="1.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<name>TerranQuest</name>
<description>
Augmented Reality fantasy game
@ -35,6 +35,8 @@
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<engine name="browser" spec="~4.0.0" />
<engine name="android" spec="latest" />
<plugin name="cordova-plugin-dialogs" spec="https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git" />
<plugin name="cordova-plugin-whitelist" spec="https://github.com/apache/cordova-plugin-whitelist.git" />
<plugin name="cordova-plugin-console" spec="https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git" />
@ -47,6 +49,4 @@
<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" />
<plugin name="cordova-plugin-inapppurchase" spec="~1.0.0" />
<engine name="browser" spec="~4.0.0" />
<engine name="android" spec="latest" />
</widget>

@ -23,11 +23,11 @@
<div class='list-group-item' onclick='openRules()'>
Show Rules
</div>
<div class='list-group-item' onclick='openscreen("munzeelink")'>
<!--<div class='list-group-item' onclick='openscreen("munzeelink")'>
Link with Munzee account
<br />
<span class="small">When you link a Munzee account, any Munzee QR codes you scan will be automatically captured in Munzee as well.</span>
</div>
</div>-->
<div class='list-group-item' onclick='askLogout()'>
Logout from app
</div>