The Panda likes to get up and running with his iOS projects quickly. He also likes to make sure his apps work, and thus is a furious advocate of unit testing.
To use these magical Xcode project templates, simply copy each folder to:
~/Library/Application Support/Developer/Shared/Xcode/Project Templates
If the Project Templates doesn't exist, just create it. You may need to restart Xcode.
This template includes:
- a bare bones iOS project
- a separate target setup to run with the following test Setup:
- a Cocoa Framework target
- Required Gems
- bundler
- rack
- bacon
- dispatch
- Required Ruby
- a Unit Test bundle with a script to run all files with the file template "*_spec.rb"