This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 488cee3aa8f928c22bb3ea6dbbf096e3022f715a
tree e7f349947754e264a3a2c79005178d5be3898a2d
parent 66555e08bdc5fce92eaa91f41f421d8ba3addfc0
tree e7f349947754e264a3a2c79005178d5be3898a2d
parent 66555e08bdc5fce92eaa91f41f421d8ba3addfc0
gh-kit /
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | Thu Aug 07 10:06:25 -0700 2008 | |
| |
.gitignore | Thu May 14 19:15:07 -0700 2009 | |
| |
Classes/ | Mon Oct 12 17:03:25 -0700 2009 | |
| |
Doxyfile | Thu May 14 19:15:07 -0700 2009 | |
| |
English.lproj/ | Thu Aug 07 10:06:25 -0700 2008 | |
| |
Frameworks/ | Sat Sep 12 19:23:37 -0700 2009 | |
| |
GHKit.xcodeproj/ | Fri Sep 18 18:50:21 -0700 2009 | |
| |
GHKitIPhone.xcodeproj/ | Sat Sep 12 23:09:41 -0700 2009 | |
| |
GHKitIPhoneTests-Info.plist | Sun Mar 22 16:36:11 -0700 2009 | |
| |
GHKitIPhone_Prefix.pch | Tue Jan 27 12:24:16 -0800 2009 | |
| |
GHKitTests-Info.plist | Sun Jan 25 23:13:51 -0800 2009 | |
| |
GHKitTests_Prefix.pch | Tue Jan 27 12:24:16 -0800 2009 | |
| |
GHKit_Prefix.pch | Thu Aug 07 10:06:25 -0700 2008 | |
| |
Info.plist | Tue May 26 14:26:26 -0700 2009 | |
| |
Libraries/ | Sat Sep 12 19:23:37 -0700 2009 | |
| |
Makefile | Mon Jun 29 15:15:34 -0700 2009 | |
| |
README.md | Sat Sep 12 23:30:48 -0700 2009 | |
| |
Scripts/ | Sat Sep 12 23:09:52 -0700 2009 | |
| |
Tests/ | Mon Oct 12 17:03:12 -0700 2009 | |
| |
XcodeConfig/ | Sat Sep 12 23:30:48 -0700 2009 |
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.frameworkto/Library/Frameworks/ - In the
Target Infowindow,Generaltab:- Add a linked library, under
Mac OS X 10.5 SDKsection, selectGHKit.framework
- Add a linked library, under
Installing in your project
- Copy
GHKit.frameworkto your project directory (maybe inMyProject/Frameworks/.) - Add the
GHKit.framekwork(fromMyProject/Frameworks/) to the your target. It should now be visible as aLinked Frameworkin the target. - Under
Build Settings, add@loader_path/../FrameworkstoRunpath Search Paths - Add
New Build Phase|New Copy Files Build Phase.- Change the
DestinationtoFrameworks. - Drag
GHKit.frameworkinto the the build phase - Make sure the copy phase appears before any
Run Scriptphases
- Change the
Installing as a Static Library (iPhone)
Coming Soon!







