Useful template for a new Objective-C project in Xcode by ShadeApps - all the necessary utilities to rocket start 🚀 your next iOS project.
Written entirely on plain old Objective-C and extremely extensible.
Xcode version 7.3.1 (7D1014) with iOS 9.2 SDK required. CocoaPods 1.0 is also a must.
Clone the repo and run $ pod intsall
in the dedicated project folder.
You could also use the built-in PodInstall.command file if you're super lazy.
./Fabric.framework/run
Tested on iPhone and iPad with iOS 8.0 and up, 9.0 and up and iOS 10.0 Developer Beta 1 & 2. Project minimal deployment target is iOS 8.0.
This project uses ARC and is Bitcode compatiable.
We'd love to see your ideas for improving this project! The best way to contribute is by submitting a pull request. We'll do our best to respond to your patch as soon as possible. You can also submit a new Github issue if you find bugs or have questions.