iOS-boilerplate icon indicating copy to clipboard operation
iOS-boilerplate copied to clipboard

ARC

Open dmishe opened this issue 13 years ago • 3 comments

Great project, what do you think about supporting ARC version of it, maybe in a branch?

dmishe avatar Sep 16 '11 07:09 dmishe

I like the idea, but it will be difficult, cause all frameworks like ASIHTTPRequest need to support it or would u like to change the frameworks manually after each update?

mrgrauel avatar Sep 20 '11 12:09 mrgrauel

I haven't worked with ARC yet. I will study your idea. However somebody has already converted it to ARC:

https://github.com/pmilanez/iOS-boilerplate/commit/228b85e4a59630a35b37a8c9ec3cbb4e9f899926

gimenete avatar Sep 23 '11 09:09 gimenete

I'm thinking of adding '-fno-obj-arc'.

Create new arc project, add the libs, then set ''-fno-obj-arc''.

dodyw avatar Sep 12 '12 11:09 dodyw