forked from appsquickly/typhoon
-
Notifications
You must be signed in to change notification settings - Fork 0
Contribution guide
jasperblues edited this page Jan 7, 2013
·
1 revision
Open the project in XCode and choose Product/Build.
Includes Unit Tests, Integration Tests, Code Coverge and API reports installed to Xcode.
In addition to Xcode, requires the Appledoc and lcov packages. A nice way to install these is with MacPorts.
git clone https://github.com/tomaz/appledoc.git
sudo install-appledoc.sh
sudo port install lcov
NB: Xcode 4.3+ requires command-line tools to be installed separately.
ant