Skip to content

Instantly share code, notes, and snippets.

@CoBug92
Last active January 15, 2018 09:21
Show Gist options
  • Save CoBug92/5ded8a3f1469d930f7ed385295239f21 to your computer and use it in GitHub Desktop.
Save CoBug92/5ded8a3f1469d930f7ed385295239f21 to your computer and use it in GitHub Desktop.
1. If you don’t know the exact build time of your project, enable the following option in Xcode.
At least you’ll see how long you have to procrastinate until the build will be ready :)
So, just past following line to terminal.
defaults write com.apple.dt.Xcode ShowBuildOperationDuration -bool YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment