On Mar 19, 2012, at 3:58 PM, G S <[email protected]> wrote: > I will convert to ARC when I have time, but I'm using a couple of open-source > libraries that I don't want to convert right now.
ARC supports that. As long as everybody follows Cocoa's naming conventions, you can compile some files with ARC and other files without ARC. So you can migrate your code to ARC (or even just some of your code), and leave the open-source libraries unchanged. -- Greg Parker [email protected] Runtime Wrangler _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
