Skip to content

Various Xcode new file templates so you can create them from File->New File dialog in Xcode.

License

Notifications You must be signed in to change notification settings

bendjones/AvocadoXCodeTemplates

 
 

Repository files navigation

Avocado Test XCode Template Installation:

From a console run the following commands:

    $ bash install.sh

Project Additions:

  • Add all the files in Project Files to your Tests Target in XCode

  • In your Podfile add the following where ProjectTestTargetName is the name of the OCUnit test target in your project:

     target :ProjectTestTargetName, :exclusive => true do    
         pod 'OCMock'  
         pod 'OCHamcrest'  
         pod 'Nocilla', :podspec => 'https://raw.github.com/luisobo/Nocilla/master/Nocilla.podspec'  
     end
    

Enjoy!

About

Various Xcode new file templates so you can create them from File->New File dialog in Xcode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.0%
  • Objective-C 39.0%