iOS-boilerplate
iOS-boilerplate copied to clipboard
ARC
Great project, what do you think about supporting ARC version of it, maybe in a branch?
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?
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
I'm thinking of adding '-fno-obj-arc'.
Create new arc project, add the libs, then set ''-fno-obj-arc''.