Skip to content

Commit 97d3256

Browse files
authored
Merge pull request #3 from spotify/release
Fix typo in Readme
2 parents f6985d1 + aabd1e8 commit 97d3256

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We are currently working on adding more installation options.
3333
You can automate the parsing of `xcactivitylog` files with a post-scheme build action. In this way, the last build log can be parsed as soon as a build finishes. To do that, open the scheme editor in a projeect and expand the "Build" panel on the left side. You can then add a new "Post-action" run script and invoke the `xclogparser` executable with the required parameters:
3434

3535
```bash
36-
xclogParser parse --project MyApp --reporter html --output MyAppLogs
36+
xclogparser parse --project MyApp --reporter html --output MyAppLogs
3737
open MyAppLogs
3838
```
3939

images/post-action-run-script.png

403 KB
Loading

0 commit comments

Comments
 (0)