iut command generates iUnitTest’s empyt test project.
iUnitTest is an unit testing framework for iOS applications.
After Xcode 4 released, the format of template project was changed. The aim of this command is to make a iUnitTest test project easily.
- Ruby 1.8.7 or later
% gem install iut
% iut MyTestProject
Then MyTestProject directory was generated in the current directory.
It’s includes iUnitTest’s test project for Xcode 4.
BSD Licence