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 @@ - - - - - - - - - - -