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

fix: Properly retain object properties #416

Merged
merged 1 commit into from
Oct 3, 2019

Conversation

kattrali
Copy link
Contributor

@kattrali kattrali commented Oct 2, 2019

Several object properties were not explicitly marked as retained due to
missing a property retention qualifier. This patch resolves that by
bringing the codebase into conformance with ARC.

Fixes #411

Several object properties were not explicitly marked as retained due to
missing a property retention qualifier. This patch resolves that by
bringing the codebase into conformance with ARC.

ref: https://developer.apple.com/library/archive/releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html

Fixes #411
@kattrali kattrali force-pushed the kattrali/fix-unretained-props branch from a577846 to 6c4e9ae Compare October 3, 2019 12:52
@kattrali kattrali merged commit e570f79 into master Oct 3, 2019
@kattrali kattrali deleted the kattrali/fix-unretained-props branch October 3, 2019 14:54
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.

Share extensions crash on iOS 10
2 participants