Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.05 KB

File metadata and controls

39 lines (25 loc) · 1.05 KB

Magical Xcode Project Templates

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.

Installation

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.

Templates

iOS with Unit Testing

This template includes:

  • a bare bones iOS project
  • a separate target setup to run with the following test Setup:

Cocoa Framework with MacRuby tests

  • 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"