From 254be998caa4c9efbd3fa3f7deb7461f263685b2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 1 Oct 2016 08:59:31 -0400 Subject: nits Former-commit-id: 0ed7d481b05dd46cc907c561354151cef8f7f9b0 --- plugins/fetch.json | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) (limited to 'plugins') diff --git a/plugins/fetch.json b/plugins/fetch.json index 27ba9870..98cdea11 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -134,30 +134,11 @@ "is_top_level": true, "variables": {} }, - "org.apache.cordova.media": { - "source": { - "type": "git", - "url": "https://github.com/pliablepixels/cordova-plugin-media", - "subdir": ".", - "ref": "playback-only" - }, - "is_top_level": true, - "variables": {} - }, "cordova-plugin-compat": { "source": { "type": "registry", "id": "cordova-plugin-compat" }, - "is_top_level": false, - "variables": {} - }, - "cordova-plugin-media": { - "source": { - "type": "git", - "url": "https://github.com/pliablepixels/cordova-plugin-media", - "subdir": "." - }, "is_top_level": true, "variables": {} }, @@ -236,5 +217,14 @@ }, "is_top_level": true, "variables": {} + }, + "cordova-plugin-media": { + "source": { + "type": "git", + "url": "https://github.com/pliablepixels/cordova-plugin-media", + "subdir": "." + }, + "is_top_level": true, + "variables": {} } } \ No newline at end of file -- cgit v1.2.3 From 8e0730aabe1dd728f531f63114ae556023a6616f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 2 Oct 2016 17:53:37 -0400 Subject: #201 - initial framework - still buggy Former-commit-id: 06b81da17f62a04219cba920d3997c3040e76d94 --- plugins/fetch.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/fetch.json b/plugins/fetch.json index 98cdea11..8fcf245c 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -209,19 +209,19 @@ "is_top_level": false, "variables": {} }, - "cordova-plugin-certificates": { + "cordova-plugin-media": { "source": { "type": "git", - "url": "https://github.com/hypery2k/cordova-certificate-plugin", + "url": "https://github.com/pliablepixels/cordova-plugin-media", "subdir": "." }, "is_top_level": true, "variables": {} }, - "cordova-plugin-media": { + "cordova-plugin-certificates": { "source": { "type": "git", - "url": "https://github.com/pliablepixels/cordova-plugin-media", + "url": "https://github.com/hypery2k/cordova-certificate-plugin", "subdir": "." }, "is_top_level": true, -- cgit v1.2.3