We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b27fc commit 6a3512eCopy full SHA for 6a3512e
settings.md
@@ -4,6 +4,16 @@
4
5
# Settings
6
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
17
### Customizing the file header comment and other text macros
18
19
Xcode allows you to customize the file header and other so-called text macros using a plist file.
0 commit comments