From 505c82bd57ac67b6aa9347073f58367be565327b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 26 Sep 2016 08:53:32 -0400 Subject: #338 - fixes that error Former-commit-id: 12d0c3bcc0f6fe1753b0b5ad6d07ac43978b7757 --- config.xml | 6 +++++- package.json | 7 ++++--- plugins/fetch.json | 8 ++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/config.xml b/config.xml index a7ec8cb9..ed7b13ff 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client @@ -29,6 +29,9 @@ + + Store photos of events and live feeds + @@ -80,4 +83,5 @@ + diff --git a/package.json b/package.json index f0562c23..448df406 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,6 @@ "locator": "https://github.com/devgeeks/Canvas2ImagePlugin.git", "id": "org.devgeeks.Canvas2ImagePlugin" }, - "cordova-plugin-statusbar", { "locator": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions", "id": "com.telerik.plugins.nativepagetransitions" @@ -78,12 +77,14 @@ "id": "cordova-sqlite-storage" }, "cordova-plugin-app-version", + "cordova-plugin-android-permissions", + "cordova-plugin-network-information", + "cordova-plugin-statusbar", { "locator": "https://github.com/hypery2k/cordova-certificate-plugin", "id": "cordova-plugin-certificates" }, - "cordova-plugin-android-permissions", - "cordova-plugin-network-information" + "cordova-plugin-settings-hook" ], "cordovaPlatforms": [ {}, diff --git a/plugins/fetch.json b/plugins/fetch.json index 2c03e1b0..89424634 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -210,5 +210,13 @@ }, "is_top_level": true, "variables": {} + }, + "cordova-plugin-settings-hook": { + "source": { + "type": "registry", + "id": "cordova-plugin-settings-hook" + }, + "is_top_level": true, + "variables": {} } } \ No newline at end of file -- cgit v1.2.3