iridia / IRFoundations

Foundation, UIKit, Core Data, Core Text, and QuartzCore additions (or, the kitchen sink)
35 stars 8 forks source link

Feature request: Automatic Reference Counting #2

Open jamessa opened 13 years ago

jamessa commented 13 years ago

Request for ARC with strong type as weak type does not support back to iOS 4.3. Current IRFoundation will break Xcode's "Convert to Objective-C ARC" feature.

evadne commented 13 years ago

I guess we can allow submodules to not ARC, while using ARC in the main application. That maintains backwards compatibility in all cases as IRFoundations still has some iOS 4.0 targets…

jamessa commented 13 years ago

I would suggest create a "arcificatied" branch for experiment and maintain synced with development branch for big changes.