Skip to content

Deprecation #3

@nathanday

Description

@nathanday

Apple have added methods with 10.6 that does everything that NDAlias does,

-[NSURL initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:]
+[NSURL URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:]

+[NSURL bookmarkDataWithContentsOfURL:error:];
-[NSURL bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:];
+[NSURL writeBookmarkData:toURL:options:error:];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions