Skip to content

Commit

Permalink
markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Mar 12, 2012
1 parent e2bdabf commit 3880629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.markdown
Expand Up @@ -70,6 +70,7 @@ The best way to use DTCoreText with Xcode 4.2 is to add it in Xcode as a subproj
If you do not want to deal with Git submodules simply add DTCoreText to your project's git ignore file and pull updates to DTCoreText as its own independent Git repository. Otherwise you are free to add DTCoreText as a submodule.

LINKER SETTINGS:

- add the -ObjC and -all_load to your app target's "Other Linker Flags". This is needed whenever you link in any static library that contains Objective-C classes and categories.
- If your app does not use ARC yet (but DTCoreText does) then you also need the -fobjc-arc linker flag.

Expand Down

0 comments on commit 3880629

Please sign in to comment.