add wp8 splash
This commit is contained in:
parent
f6b18ed4cc
commit
d9ffddea05
7 changed files with 100 additions and 31 deletions
31
cordova/ProjectMakefile
Normal file
31
cordova/ProjectMakefile
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
.PHONY: android plugins wp8 ios
|
||||
|
||||
plugins:
|
||||
@echo "Intalling cordova plugins"
|
||||
cordova plugin add https://github.com/Initsogar/cordova-webintent.git
|
||||
cordova plugin add https://github.com/wildabeast/BarcodeScanner.git
|
||||
cordova plugin add org.apache.cordova.splashscreen
|
||||
cordova plugin add org.apache.cordova.statusbar
|
||||
cordova plugin add https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git --variable URL_SCHEME=bitcoin
|
||||
cordova plugin add org.apache.cordova.inappbrowser
|
||||
|
||||
android:
|
||||
cordova platforms add android
|
||||
|
||||
wp8:
|
||||
cordova platforms add wp8
|
||||
|
||||
ios:
|
||||
cordova platforms add ios
|
||||
|
||||
build-ios:
|
||||
cordova build ios
|
||||
|
||||
run-android:
|
||||
cordova run android
|
||||
|
||||
release-android:
|
||||
cordova build android --release
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue