Skip to content

Commit

Permalink
Tidy up the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenmemory committed Apr 13, 2012
1 parent d7cb060 commit b5c5aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -212,8 +212,8 @@ Due to lazy evaluation of parameters being passed into a template, templates can

# Compiling Tipi into your Objective-C project

- First drag the xcodeproj file into your Xcode 4 workspace.
- Then, depending on your target, add TipiOS.a for iOS projects, or TipiOSX.a for Mac OS X, into the linked libraries section of your target.
- First drag the `Tipi.xcodeproj` file into your Xcode 4 workspace.
- Then, depending on your target, add `TipiOS.a` for iOS projects, or `TipiOSX.a` for Mac OS X, into the linked libraries section of your target.
- Go into the target's `Build Settings` and do a search for `Other Linker Flags`
- Double click on the white space and add, if not already there `-ObjC`

Expand Down

0 comments on commit b5c5aac

Please sign in to comment.