Skip to content

Commit

Permalink
Merge pull request #16 from agens-no/xcodebuild-in-readme
Browse files Browse the repository at this point in the history
Adding xcodebuild example to readme
  • Loading branch information
hfossli committed Aug 29, 2018
2 parents bc653d8 + 49f2e2e commit eb80e98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -30,6 +30,13 @@ Or maybe you have an old build log from fastlane?
```sh
cat build.log | swiff -f
```
(Swiff parses the timestamps produced by fastlane)

### With xcodebuild

```swift
xcrun xcodebuild -project "MyApp.xcodeproj" -scheme "MyApp" | xcpretty | swiff
```

## 🤲 Example output

Expand Down

0 comments on commit eb80e98

Please sign in to comment.