wallcito / google-toolbox-for-mac

Automatically exported from code.google.com/p/google-toolbox-for-mac
Apache License 2.0
0 stars 0 forks source link

ARC Support #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to compile the Google Toolbox for Mac on the iPhone fails due to 
numerous reasons.
would like Automatic Reference Counting support.

Original issue reported on code.google.com by sbent...@gmail.com on 2 Oct 2011 at 7:28

GoogleCodeExporter commented 9 years ago
Since GTM supports iOS and Mac OS X versions that predate ARC, we can't 
completely switch to an ARC only implementation.  I've added a wiki page 
(http://code.google.com/p/google-toolbox-for-mac/wiki/ARC_Compatibility) to 
cover how to build a project that does want to use ARC.

Original comment by thoma...@gmail.com on 3 Oct 2011 at 1:34