make wp8 cordova project
This commit is contained in:
parent
da4945cc15
commit
32bab4ff3e
3 changed files with 22 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY:plugins ios-platform android-platform wp-platform
|
||||
.PHONY:plugins ios-platform android-platform wp8-platform
|
||||
|
||||
plugins:
|
||||
cordova plugin add cordova-plugin-globalization
|
||||
|
|
@ -30,7 +30,7 @@ plugins:
|
|||
|
||||
|
||||
|
||||
ios-platform android-platform wp-platform:
|
||||
ios-platform android-platform wp8-platform:
|
||||
cordova platforms add $(subst -platform,,$@) || echo "Platform already added"
|
||||
|
||||
ios: ios-platform plugins
|
||||
|
|
@ -41,7 +41,7 @@ android: android-platform plugins
|
|||
cordova plugin add https://github.com/jrontend/phonegap-plugin-barcodescanner
|
||||
cordova plugin add phonegap-plugin-push@1.2.3
|
||||
|
||||
wp: wp-platform plugins
|
||||
wp: wp8-platform plugins
|
||||
cordova plugin add https://github.com/jrontend/phonegap-plugin-barcodescanner
|
||||
|
||||
build-ios build-android build-wp8:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue