Skip to content

Commit

Permalink
removed loadableCategory hack reference
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Feb 28, 2013
1 parent 7ef0b05 commit aec09a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Documentation can be [browsed online](https://docs.cocoanetics.com/DTFoundation)
Usage Usage
----- -----


The DTFoundation.framework is using the "Fake Framework" template put together by [Karl Stenerud](https://github.com/kstenerud/iOS-Universal-Framework). All categories employ Karl's LoadabeCategory hack to avoid having to use the -all_load linker flag. If your app does not use ARC yet (but DTFoundation does) then you also need the -fobjc-arc linker flag. The DTFoundation.framework is using the "Fake Framework" template put together by [Karl Stenerud](https://github.com/kstenerud/iOS-Universal-Framework). If your app does not use ARC yet (but DTFoundation does) then you also need the -fobjc-arc linker flag.


1. Include the DTFoundation.framework in your project. 1. Include the DTFoundation.framework in your project.
2. Import the DTFoundation.h in your PCH file or include the individual header files where needed. 2. Import the DTFoundation.h in your PCH file or include the individual header files where needed.
Expand Down

0 comments on commit aec09a1

Please sign in to comment.