Skip to content

Commit

Permalink
Put binary into /bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoNatan committed Apr 2, 2017
1 parent 7591889 commit bf0d794
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildForBrew.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
targetDir=$1
targetDir="$1"

xcodebuild clean build -project applesimutils/applesimutils.xcodeproj -scheme applesimutils -configuration Release -derivedDataPath ./build
cp build/Build/Products/Release/applesimutils $targetDir
mkdir -p "$targetDir"/bin
cp build/Build/Products/Release/applesimutils "$targetDir"/bin

0 comments on commit bf0d794

Please sign in to comment.