Skip to content

Commit d0213ed

Browse files
Updated README to highlight ARC compatibility.
1 parent ebd0cc8 commit d0213ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
iPhoneMK is a loose collection of Objective-C classes for the iPhone SDK that I have put together over time which I feel might be of general utility to people. The classes are released under the Apache 2.0 license.
22

3-
If you find any of these classes useful, I'd love to hear about it. If you have improvements for any of them, feel free to commit your changes, however, I ask that you try not to change existing interface.
3+
If you find any of these classes useful, I'd love to hear about it. If you have improvements for any of them, feel free to commit your changes, however, I ask that you try not to change existing interface.
4+
5+
NOTE - iPhoneMK is not ARC-enabled code. You will need to use the -fno-objc-arc compiler flag on iPhoneMK source files in ARC-enabled projects.

0 commit comments

Comments
 (0)