I’ve mentioned a number of Xcode plugins most recently a nice plugin allowing you to tweak CAMediaTimingFunction control points visually.
Here’s an excellent Xcode plugin by Sam Dods called Stencil that allows you to easily create templates from a group of files within an Xcode project so that you can easily extend upon those files within a future project.
As stated on Sam’s blog:
Stencil is an Xcode plugin that provides the ability to create custom file templates and use them in your project to create new files groups. It’s intended to save you time while making it easy to extend a project in the future: for you, next week; for your current colleagues; and especially for people that might inherit a project from you in the future.
Templates created with Stencil can include not only source code files, but also interface builder files, and are easily created by selecting a project group and using th emenu selections added by the plugin.
You can read more about Stencil and go through creation of an Example template on Sam Dods blog.
You can find Stencil on the home page.
A nice time saving Xcode plugin.
Original article: Tool: Xcode Plugin Allowing You To Easily Create Templates From File Groups Within A Project
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.