Skip to content

Commit

Permalink
Add notes about 'arc' and 'noarc' branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopherjohnson committed Apr 28, 2012
1 parent 231d651 commit a14f08c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.markdown
Expand Up @@ -63,6 +63,13 @@ For example, if the subject exposes a numeric property, then that value will be
withValueTransform:^(id value) { return [value stringValue]; }];


## ARC Support

The `master` branch does not support ARC. If you use the `KJBindingManager` class in an ARC project, you will need to add the `-fno-objc-arc` compiler option for `KJBindingManager.m`.

An experimental branch, `arc`, has the code from the `master` branch converted to ARC. It has not been extensively tested, but the ARC version will eventually be moved into `master`, and the `noarc` branch will contain the old code.



## Future Directions

Expand Down

0 comments on commit a14f08c

Please sign in to comment.