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:];
Apple have added methods with 10.6 that does everything that NDAlias does,