summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/android.json7
-rw-r--r--plugins/fetch.json9
-rw-r--r--plugins/ios.json7
3 files changed, 23 insertions, 0 deletions
diff --git a/plugins/android.json b/plugins/android.json
index 73a49662..29af2768 100644
--- a/plugins/android.json
+++ b/plugins/android.json
@@ -51,6 +51,10 @@
{
"xml": "<feature name=\"AppVersion\"><param name=\"android-package\" value=\"uk.co.whiteoctober.cordova.AppVersion\" /></feature>",
"count": 1
+ },
+ {
+ "xml": "<feature name=\"ProgressIndicator\"><param name=\"android-package\" value=\"org.apache.cordova.plugin.ProgressIndicator\" /></feature>",
+ "count": 1
}
]
}
@@ -103,6 +107,9 @@
},
"uk.co.whiteoctober.cordova.appversion": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
+ },
+ "org.pbernasconi.progressindicator": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
"dependent_plugins": {}
diff --git a/plugins/fetch.json b/plugins/fetch.json
index ef371f01..5a8e6469 100644
--- a/plugins/fetch.json
+++ b/plugins/fetch.json
@@ -101,5 +101,14 @@
},
"is_top_level": true,
"variables": {}
+ },
+ "org.pbernasconi.progressindicator": {
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pbernasconi/cordova-progressIndicator.git",
+ "subdir": "."
+ },
+ "is_top_level": true,
+ "variables": {}
}
}
diff --git a/plugins/ios.json b/plugins/ios.json
index 54dfadfc..456521ba 100644
--- a/plugins/ios.json
+++ b/plugins/ios.json
@@ -55,6 +55,10 @@
{
"xml": "<feature name=\"AppVersion\"><param name=\"ios-package\" value=\"AppVersion\" /></feature>",
"count": 1
+ },
+ {
+ "xml": "<feature name=\"ProgressIndicator\"><param name=\"ios-package\" value=\"ProgressIndicator\" /></feature>",
+ "count": 1
}
]
}
@@ -125,6 +129,9 @@
},
"uk.co.whiteoctober.cordova.appversion": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
+ },
+ "org.pbernasconi.progressindicator": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
"dependent_plugins": {}