gabriel / gh-kit
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
7e864d0
gh-kit / README.md
Download
GHKit-0.3.10.zip GHKit.framework (2009/07/02)
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.
