aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cobrands/fixamingata/README.md5
-rw-r--r--cobrands/fixamingata/config.xml27
2 files changed, 18 insertions, 14 deletions
diff --git a/cobrands/fixamingata/README.md b/cobrands/fixamingata/README.md
new file mode 100644
index 0000000..4df8920
--- /dev/null
+++ b/cobrands/fixamingata/README.md
@@ -0,0 +1,5 @@
+# FixaMinGata-specific commands
+
+- <code>ln -s cobrands/fixamingata/config.xml config.xml</code>
+- <code>ln -s ../../cobrands/fixamingata/config.js www/js/config.js</code>
+- <code>compass compile -c www/cobrands/fixamingata/css/config.rb</code>
diff --git a/cobrands/fixamingata/config.xml b/cobrands/fixamingata/config.xml
index d1ee816..bdaf915 100644
--- a/cobrands/fixamingata/config.xml
+++ b/cobrands/fixamingata/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="42" id="se.sambruk.fixamingata" version="2.0.11" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="43" id="se.sambruk.fixamingata" version="2.0.12" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>FixaMinGata</name>
<description>
Rapportera problem på FixaMinGata
@@ -62,24 +62,23 @@
<hook src="scripts/prepare_index_html.js" type="after_prepare" />
<engine name="android" spec="^6.2.3" />
<plugin name="cordova-plugin-camera" spec="^2.4.1" />
- <plugin name="cordova-plugin-device" spec="~1.1.1" />
- <plugin name="cordova-plugin-dialogs" spec="~1.2.0" />
- <plugin name="cordova-plugin-file" spec="~4.1.1" />
- <plugin name="cordova-plugin-file-transfer" spec="~1.5.0" />
- <plugin name="cordova-plugin-geolocation" spec="~2.1.0" />
- <plugin name="cordova-plugin-inappbrowser" spec="~1.3.0" />
+ <plugin name="cordova-plugin-device" spec="^1.1.6" />
+ <plugin name="cordova-plugin-dialogs" spec="^1.2.1" />
+ <plugin name="cordova-plugin-file" spec="^4.1.1" />
+ <plugin name="cordova-plugin-file-transfer" spec="^1.5.1" />
+ <plugin name="cordova-plugin-geolocation" spec="^2.1.0" />
+ <plugin name="cordova-plugin-inappbrowser" spec="^1.3.0" />
<plugin name="cordova-plugin-ios-app-language" spec="./cordova-plugin-ios-app-language">
<variable name="IOS_LOCALIZATION" value="Swedish" />
</plugin>
- <plugin name="cordova-plugin-ios-disableshaketoedit" spec="~1.0.0" />
- <plugin name="cordova-plugin-media" spec="^2.2.0" />
- <plugin name="cordova-plugin-media-capture" spec="^1.2.0">
+ <plugin name="cordova-plugin-media" spec="^2.4.1" />
+ <plugin name="cordova-plugin-media-capture" spec="^1.4.3">
<variable name="CAMERA_USAGE_DESCRIPTION" value="För att ta bilder för problemrapportering" />
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="För att komma åt dina problemrapporteringsbilder" />
</plugin>
- <plugin name="cordova-plugin-network-information" spec="^1.2.1" />
+ <plugin name="cordova-plugin-network-information" spec="^1.3.3" />
<plugin name="cordova-plugin-splashscreen" spec="^3.2.2" />
- <plugin name="cordova-plugin-statusbar" spec="^2.1.3" />
- <plugin name="cordova-plugin-whitelist" spec="^1.2.2" />
- <plugin name="ionic-plugin-keyboard" spec="^2.0.1" />
+ <plugin name="cordova-plugin-statusbar" spec="^2.2.3" />
+ <plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
+ <plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
</widget>