Skip to content

Commit

Permalink
Added build instructions for xcodebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
macmade committed Jul 10, 2015
1 parent b60aa82 commit 29bbaf9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ Installation

The default location is `/usr/local/bin`.

Here's an example with `xctool`:
Here's an example with `xcodebuild`:

git clone https://github.com/macmade/xcode-coveralls.git /tmp/xcode-coveralls
xcodebuild -project /tmp/xcode-coveralls/xcode-coveralls.xcodeproj -scheme xcode-coveralls DSTROOT=/ SYMROOT=build install

And here's an example with `xctool`:

git clone https://github.com/macmade/xcode-coveralls.git /tmp/xcode-coveralls
sudo xctool --project /tmp/xcode-coveralls/xcode-coveralls.xcodeproj --scheme xcode-coveralls DSTROOT=/ install
Expand Down

0 comments on commit 29bbaf9

Please sign in to comment.