Skip to content

Instantly share code, notes, and snippets.

@mayoff
Last active February 24, 2020 20:31
Show Gist options
  • Save mayoff/bcb5fc06b79f8b0a0270ebf48e38d4a1 to your computer and use it in GitHub Desktop.
Save mayoff/bcb5fc06b79f8b0a0270ebf48e38d4a1 to your computer and use it in GitHub Desktop.
Xcode secret settings
# Show the Xcode version number over the Dock icon.
defaults write com.apple.dt.Xcode DVTEnableDockIconVersionNumber -bool YES
# Or set ShowDVTDebugMenu.
# Show Index in the Report navigator.
# https://pspdfkit.com/blog/2019/how-xcode-indexing-works-and-how-to-solve-problems/
defaults write com.apple.dt.Xcode IDEIndexShowLog -bool YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment