Skip to content

Commit 6a3512e

Browse files
authored
Update settings.md
1 parent 38b27fc commit 6a3512e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

settings.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
# Settings
66

7+
### Display Build Times in Xcode
8+
9+
This replaces the time the "build finished" with how long the build took.
10+
11+
```bash
12+
defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES
13+
```
14+
15+
Source: [Paul Hudson](https://twitter.com/twostraws/status/1501973333998555148), [Dave Verwer](https://iosdevweekly.com/issues/549?#tools)
16+
717
### Customizing the file header comment and other text macros
818

919
Xcode allows you to customize the file header and other so-called text macros using a plist file.

0 commit comments

Comments
 (0)