forked from byteball/obyte-gui-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
45 lines (36 loc) · 1.64 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
VERSION=`cut -d '"' -f2 $BUILDDIR/../version.js`
cordova-base:
grunt dist-mobile
ios-prod:
cordova/build.sh IOS --clear
cd ../obytebuilds/project-IOS && cordova build ios
open -a xcode ../obytebuilds/project-IOS/platforms/ios
ios-prod-fast:
cordova/build.sh IOS
cd ../obytebuilds/project-IOS && cordova build ios
open -a xcode ../obytebuilds/project-IOS/platforms/ios
ios-debug:
cordova/build.sh IOS --dbgjs --clear
cd ../obytebuilds/project-IOS && cordova build ios
open -a xcode ../obytebuilds/project-IOS/platforms/ios
ios-debug-fast:
cordova/build.sh IOS --dbgjs
cd ../obytebuilds/project-IOS && cordova build ios
#cd ../obytebuilds/project-IOS && cordova run ios --device --developmentTeam="96S944NY84"
open -a xcode ../obytebuilds/project-IOS/platforms/ios
android-prod:
cordova/build.sh ANDROID --clear
# cp ./etc/beep.ogg ./cordova/project/plugins/phonegap-plugin-barcodescanner/src/android/LibraryProject/res/raw/beep.ogg
cd ../obytebuilds/project-ANDROID && cordova run android --device
android-prod-fast:
cordova/build.sh ANDROID
cd ../obytebuilds/project-ANDROID && cordova run android --device
android-debug:
cordova/build.sh ANDROID --dbgjs --clear
# cp ./etc/beep.ogg ./cordova/project/plugins/phonegap-plugin-barcodescanner/src/android/LibraryProject/res/raw/beep.ogg
cd ../obytebuilds/project-ANDROID && cordova run android --device
android-debug-fast:
cordova/build.sh ANDROID --dbgjs
# cp ./etc/beep.ogg ./cordova/project/plugins/phonegap-plugin-barcodescanner/src/android/LibraryProject/res/raw/beep.ogg
cd ../obytebuilds/project-ANDROID && cordova run android --device
# cd ../obytebuilds/project-ANDROID && cordova build android