An Xcode project designed to speed up development of new projects. Seems like there are quite a few things in it I can take inspiration from for my own code.
What is it?
This project is inspired on HTML5 boilerplate.
- It is intended to provide a base of code to start with
- It is not intended to be a framework
- It is intended to be modified and extended by the developer to fit their needs
- It includes solid third-party libraries if needed to not reinvent the wheel
Via: Simon Teppett