summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/android.json9
-rw-r--r--plugins/fetch.json9
-rw-r--r--plugins/ios.json7
3 files changed, 24 insertions, 1 deletions
diff --git a/plugins/android.json b/plugins/android.json
index c821e2c4..b284091c 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=\"Canvas2ImagePlugin\"><param name=\"android-package\" value=\"org.devgeeks.Canvas2ImagePlugin.Canvas2ImagePlugin\" /></feature>",
+ "count": 1
}
]
}
@@ -60,7 +64,7 @@
"/*": [
{
"xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
- "count": 1
+ "count": 2
}
]
}
@@ -103,6 +107,9 @@
},
"uk.co.whiteoctober.cordova.appversion": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
+ },
+ "org.devgeeks.Canvas2ImagePlugin": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
"dependent_plugins": {}
diff --git a/plugins/fetch.json b/plugins/fetch.json
index 5a8e6469..7ffc871a 100644
--- a/plugins/fetch.json
+++ b/plugins/fetch.json
@@ -110,5 +110,14 @@
},
"is_top_level": true,
"variables": {}
+ },
+ "org.devgeeks.Canvas2ImagePlugin": {
+ "source": {
+ "type": "git",
+ "url": "https://github.com/devgeeks/Canvas2ImagePlugin.git",
+ "subdir": "."
+ },
+ "is_top_level": true,
+ "variables": {}
}
}
diff --git a/plugins/ios.json b/plugins/ios.json
index 12f0a4f0..fcba2cde 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=\"Canvas2ImagePlugin\"><param name=\"ios-package\" value=\"Canvas2ImagePlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
+ "count": 1
}
]
}
@@ -125,6 +129,9 @@
},
"uk.co.whiteoctober.cordova.appversion": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
+ },
+ "org.devgeeks.Canvas2ImagePlugin": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
"dependent_plugins": {}