8000 GitHub - jacter/iPhoneTemplates: Templates for creating UnitTesting friendly iPhone projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jacter/iPhoneTemplates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are just some Xcode templates I made for making iPhone apps setup with Google Toolbox for Mac.  To install them run the bash script in the Project Templates directory, as sudo, i.e. sudo ./install\_template.   This will create new project and file templates in Xcode which setup identical projects to those already provided by Apple, but with Google Toolbox for Mac setup for Unit Testing.  When creating a new Project choose the Google Toolbox category, then the View-based Application or OpenGL ES Application.  For a new Unit Test file choose the Google Toolbox category and the Google Toolbox Test Case.  This will set you up with a Unit Test that contains a failing test.  Make sure you put all your unit tests in the Unit Test bundle, and all your other classes in both bundles so the test files can see the class files you're testing.  The build is already setup so that if your Unit Tests fail your Application will fail to build as well.

That's all there is to it.

Eric Smith
Software Craftsman
8th Light

About

Templates for creating UnitTesting friendly iPhone projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.3%
  • Objective-C 46.9%
  • Shell 2.8%
0