Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Update the Objective-C implementation to use ARC #97

@stevenklassen8376

Description

@stevenklassen8376

The current Objective-C code is using the older memory management via retain, release, and autorelease. This can make it difficult to use in newer projects.

I would recommend changing the settings to use ARC (Automatic Reference Counting) plus the appropriate changes in the code.

I am also willing to do the work on this and will shortly submit a pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions