Skip to content

Commit

Permalink
Add build script to source control
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed Jul 26, 2017
1 parent f30e653 commit 9202aba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -e -x
rm -rf build
xcodebuild clean -workspace Psiphon\ Browser.xcworkspace -scheme Psiphon\ Browser
xcodebuild -workspace Psiphon\ Browser.xcworkspace -scheme Psiphon\ Browser -sdk iphoneos -configuration AppStoreDistribution archive -archivePath $PWD/build/PsiphonBrowser.xcarchive
xcodebuild -exportArchive -archivePath $PWD/build/PsiphonBrowser.xcarchive -exportOptionsPlist exportOptions.plist -exportPath $PWD/build

0 comments on commit 9202aba

Please sign in to comment.