From 49e7b3956c6c2ae0d097088828448e87feda7420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Tue, 4 Oct 2016 14:35:20 -0300 Subject: [PATCH] fix plugins build --- app-template/ProjectMakefile | 8 +++++--- app-template/config.xml | 11 ----------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/app-template/ProjectMakefile b/app-template/ProjectMakefile index 0fc91e66a..1cf67c91d 100644 --- a/app-template/ProjectMakefile +++ b/app-template/ProjectMakefile @@ -9,13 +9,15 @@ ios-platform android-platform wp8-platform: cordova platforms add $(subst -platform,,$@) || echo "Platform already added" ios: ios-platform plugins - echo + cordova plugin add https://github.com/tjwoon/csZBar.git + cordova plugin add phonegap-plugin-push@1.5.3 android: android-platform plugins - echo + cordova plugin add https://github.com/jrontend/phonegap-plugin-barcodescanner + cordova plugin add phonegap-plugin-push@1.2.3 wp: wp8-platform plugins - echo + cordova plugin add https://github.com/jrontend/phonegap-plugin-barcodescanner build-ios build-android build-wp8: cordova build $(subst build-,,$@) diff --git a/app-template/config.xml b/app-template/config.xml index ab0260c0f..d58694e1e 100644 --- a/app-template/config.xml +++ b/app-template/config.xml @@ -58,17 +58,6 @@ - - - - - - - - - - -