public
Description: An evolving collection of various scripts, extensions, and other goodies for iPhone development.
Homepage: http://clarkware.com
Clone URL: git://github.com/clarkware/iphone-goodies.git
name age message
file .gitignore Sat Apr 18 09:43:59 -0700 2009 Don't ignore project.pbxproj so that the Xcode ... [clarkware]
file .gitmodules Wed Mar 25 11:06:45 -0700 2009 Pull in the GTM. [clarkware]
directory Classes/ Sat Apr 18 13:02:05 -0700 2009 Add a few more convenience methods. [clarkware]
directory External/ Wed Mar 25 11:06:45 -0700 2009 Pull in the GTM. [clarkware]
file MainWindow.xib Wed Mar 25 13:50:40 -0700 2009 First batch of extensions. [clarkware]
file README.md Fri Apr 03 13:59:20 -0700 2009 Cleanup. [clarkware]
file Tests-Info.plist Wed Mar 25 13:50:40 -0700 2009 First batch of extensions. [clarkware]
directory Tests/ Sat Apr 18 13:02:05 -0700 2009 Add a few more convenience methods. [clarkware]
directory bin/ Wed Mar 25 13:51:29 -0700 2009 Neat way to find documents in the Simulator. [clarkware]
file image.png Tue Mar 31 09:00:10 -0700 2009 Better performance for loading images. [clarkware]
directory iphone-goodies.xcodeproj/ Sat Apr 18 13:02:05 -0700 2009 Add a few more convenience methods. [clarkware]
file iphone_goodies-Info.plist Wed Mar 25 11:06:01 -0700 2009 Initial import. [clarkware]
file iphone_goodies_Prefix.pch Wed Mar 25 11:06:01 -0700 2009 Initial import. [clarkware]
file main.m Wed Mar 25 11:06:01 -0700 2009 Initial import. [clarkware]
README.md

iPhone Goodies

A collection of various scripts, extensions, and other goodies for iPhone development.

Dependencies

This project relies on the Google Toolbox for Mac. If you check out this project using git, you can pull down the dependencies using

git submodule update --init

Running the Tests

Unit testing makes use of the SenTest work-alike from Google Toolbox for Mac.

To run the tests, select the "Tests" target in XCode and build it.

Author

Mike Clark, mike@clarkware.com, Clarkware Consulting