public
Description: Utilities and categories for Objective-C
Homepage:
Clone URL: git://github.com/gabriel/gh-kit.git
gabriel (author)
Mon Oct 12 17:03:12 -0700 2009
commit  66555e08bdc5fce92eaa91f41f421d8ba3addfc0
tree    3e6301656d897b021f8b90602802872aa2fdab96
parent  6686772c044f2034753a43543022681d31c90678
gh-kit /
name age message
file .gitattributes Thu Aug 07 10:06:25 -0700 2008 importing [gabriel]
file .gitignore Thu May 14 19:15:07 -0700 2009 Updating documentation [gabriel]
directory Classes/ Loading commit data...
file Doxyfile Thu May 14 19:15:07 -0700 2009 Updating documentation [gabriel]
directory English.lproj/ Thu Aug 07 10:06:25 -0700 2008 importing [gabriel]
directory Frameworks/ Sat Sep 12 19:23:37 -0700 2009 Updating GHUnit versions [gabriel]
directory GHKit.xcodeproj/
directory GHKitIPhone.xcodeproj/ Sat Sep 12 23:09:41 -0700 2009 Updating version [gabriel]
file GHKitIPhoneTests-Info.plist Sun Mar 22 16:36:11 -0700 2009 Updating to work with GHUnit 0.3.1 [gabriel]
file GHKitIPhone_Prefix.pch Tue Jan 27 12:24:16 -0800 2009 Updating project [gabriel]
file GHKitTests-Info.plist Sun Jan 25 23:13:51 -0800 2009 Integrating with GHUnit [gabriel]
file GHKitTests_Prefix.pch Tue Jan 27 12:24:16 -0800 2009 Updating project [gabriel]
file GHKit_Prefix.pch Thu Aug 07 10:06:25 -0700 2008 importing [gabriel]
file Info.plist Tue May 26 14:26:26 -0700 2009 Using GHKIT_VERSION env variable for Info.plist... [gabriel]
directory Libraries/ Sat Sep 12 19:23:37 -0700 2009 Updating GHUnit versions [gabriel]
file Makefile Mon Jun 29 15:15:34 -0700 2009 Adding iPhone 3.0 specific target [gabriel]
file README.md Sat Sep 12 23:30:48 -0700 2009 Updating for 32/64 bit universal [gabriel]
directory Scripts/ Sat Sep 12 23:09:52 -0700 2009 Script to combine simulator/device into static lib [gabriel]
directory Tests/
directory XcodeConfig/ Sat Sep 12 23:30:48 -0700 2009 Updating for 32/64 bit universal [gabriel]
README.md

Download

GHKit-0.3.13.zip GHKit.framework (2009/09/12)

Installation

There are a few options. You can install it globally in /Library/Frameworks or with a little extra effort embed it with your project.

Installing in /Library/Frameworks

  • Copy GHKit.framework to /Library/Frameworks/
  • In the Target Info window, General tab:
    • Add a linked library, under Mac OS X 10.5 SDK section, select GHKit.framework

Installing in your project

  • Copy GHKit.framework to your project directory (maybe in MyProject/Frameworks/.)
  • Add the GHKit.framekwork (from MyProject/Frameworks/) to the your target. It should now be visible as a Linked Framework in the target.
  • Under Build Settings, add @loader_path/../Frameworks to Runpath Search Paths
  • Add New Build Phase | New Copy Files Build Phase.
    • Change the Destination to Frameworks.
    • Drag GHKit.framework into the the build phase
    • Make sure the copy phase appears before any Run Script phases

Installing as a Static Library (iPhone)

Coming Soon!