Skip to content

Migrate to ARC #8

Description

@quinntaylor

This project was originally written before ARC was introduced, and uses manual retain-release code. Moving to ARC allows for eliminating that code, which improves maintainability. In addition, code that currently deals with CoreFoundation types can (in most places) use CFBridgingRelease to transfer ownership to ARC and simplify that as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions