xcode

  • TIL - Xcode can display build time right there in the activity view:

    defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES

    Command line preference settings. Living in the future.

  • Preparing to Ignore Files with Git and Xcode

    Source code version control is a core competency of the modern developer. But sometimes the system and the environment can get in the way. When using Xcode (or other tools) with services such as GitHub the default situation is to associate a folder with a new repository, including all files and … read more