Skip to content

Commit

Permalink
Updated README to direct folks to master_arc branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarina committed Oct 23, 2011
1 parent da192ca commit 3883ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ http://nfarina.com/post/2843708636/a-lightweight-xml-parser-for-ios


### ARC Support ### ARC Support


If you are including SMXMLDocument in a project that has [Automatic Reference Counting (ARC)](http://clang.llvm.org/docs/AutomaticReferenceCounting.html) enabled, you will need to set the `-fno-objc-arc` compiler flag for our source. To do this in Xcode, go to your active target and select the "Build Phases" tab. In the "Compiler Flags" column, set `-fno-objc-arc` for `SMXMLDocument.m`. Try the 'master_arc' branch if your project has ARC [Automatic Reference Counting (ARC)](http://clang.llvm.org/docs/AutomaticReferenceCounting.html) enabled.

0 comments on commit 3883ca1

Please sign in to comment.