Add globalization plugin

master
Skylar Ittner 8 years ago
parent 1b49996a64
commit 0239ce9f89

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="106020" id="com.netsyms.terranquest.TerranQuest" version="1.6.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">
<?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="106020" id="com.netsyms.terranquest.TerranQuest" version="1.6.2">
<name>TerranQuest</name>
<description>
Augmented Reality fantasy game
@ -86,4 +86,5 @@
<engine name="android" spec="latest"/>
<engine name="ios" spec="latest"/>
<plugin name="cordova-plugin-statusbar" spec="~2.2.0"/>
<plugin name="cordova-plugin-globalization" spec="~1.0.4"/>
</widget>

@ -27,3 +27,4 @@ cordova-plugin-compat=https://git-wip-us.apache.org/repos/asf/cordova-plugin-com
cordova-plugin-keyboard=https://github.com/cjpearson/cordova-plugin-keyboard
cordova-plugin-statusbar=https://github.com/apache/cordova-plugin-statusbar
cordova-plugin-ios-longpress-fix=https://github.com/EddyVerbruggen/cordova-plugin-ios-longpress-fix
cordova-plugin-globalization=https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git