Building a Repository of Xcode Code Snippets
This post will outline a process of checking Xcode Code Snippets into source control in order to build out a library of snippets you can easily import on new machines or take with you to new companies. (You can also use this to create a shared library of snippets within a development team.) I won’t go over how to create and use code snippets within Xcode, but if you’d like a refresher, check out this post by Sarun....