Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converted to ARC #43

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Converted to ARC #43

wants to merge 4 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 8, 2011

Hi Matt,

I'm using ARC under iOS4 (and 5, in a while), and was considering adopting MGSplitViewController. In the process of consideration, I had to convert it over to ARC (plus tweaks for iOS4 safety: iOS4 won't handle the results of using the "weak" keyword in ARC).

Thought it might be of interest.

@irskep
Copy link

irskep commented Sep 12, 2011

If this patch isn't accepted, you can mix ARC and non-ARC code by adding -fno-obj-arc to the build flags of each affected file.

@ghost
Copy link
Author

ghost commented Sep 12, 2011

Thanks, Steve -- I'm aware of that one. :) It's all good; my ARC fork works well.

Sent from my iPad

On 13/09/2011, at 3:32 AM, "Steve Johnson" [email protected] wrote:

If this patch isn't accepted, you can mix ARC and non-ARC code by adding -fno-obj-arc to the build flags of each affected file.

Reply to this email directly or view it on GitHub:
#43 (comment)

@joshuafeldman
Copy link

Isn't it -fno-objc-arc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants