Awesome
This is a fork of DHowett's theos. For the original see http://github.com/DHowett/theos
#Theos A user-friendly framework for creating open iPhone projects
Initial Setup
Mac OS X
- Download and install iPhone SDK. Be sure to include the iPhone 3.0 SDK version
- Download and install latest git version from <a href="http://code.google.com/p/git-osx-installer/">Google Code</a>
- Type
cd ~ && git clone git://github.com/rpetrich/theos.git
inside a shell (via Terminal.app)
Project Setup
- Open a command shell and
cd
to the directory where you store your projects ~/theos/new-tweak.sh tweakname
(where tweakname is the name of the new project you are creating)cd tweakname
You are now inside the new project's directory