fix plugins build
This commit is contained in:
parent
32744f6ad1
commit
49e7b3956c
2 changed files with 5 additions and 14 deletions
|
|
@ -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-,,$@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue