Skip to content

Commit

Permalink
test: updated docs for android testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jan 18, 2017
1 parent fac6d78 commit 6a73e96
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions testbed/rebuild.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
#!/bin/bash

gulp prod
npm uninstall mkpath node-version-compare plist xml2js
# npm uninstall mkpath node-version-compare plist xml2js
rm -rf ../.installed
rm -rf ./plugins
rm -rf ./platforms
cordova platform add ios
cordova plugin add ../
cordova build ios --developmentTeam="PW4Q8885U7"
open -a Xcode platforms/ios/Branch\ Testing.xcworkspace
# cordova build ios --developmentTeam="PW4Q8885U7"
# open -a Xcode platforms/ios/Branch\ Testing.xcworkspace

cordova platform add android
cordova build android
open platforms/android/AndroidManifest.xml

0 comments on commit 6a73e96

Please sign in to comment.