-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed minor memory management bugs (when object creation fails) - initWithPath:fromPath: now returns nil if given a non-nil 'fromPath' that does not exist (previously it ignored the 'fromPath' in this case) - added new public API to NDAlias named getFSRef: - There is a resolveAliasFile category method on both NSURL and NSString, however, they behaved differently if the alias failed to resolve. The NSString version returned self while the NSURL version returned nil. Changed the NSString version to return nil and updated the documentation. - removed an '== YES' (a dangerous test). - set ivars to 0 in dealloc - updated the NSSavePanel category to conditionally use some new 10.6 API - there is an NSURL method named URLByDeletingLastPathComponent, Apple created such an API in 10.6, so conditionalised it based on deployment target - upgraded the project from the deprecated jam type. This allows Xcode 3.2 to open the project. - switched to the 10.5 SDK - removed Carbon.framework, added CoreServices.framework - removed "nathan.*" files from the .xcodeproj - the NSSavePanel category was missing from the project, added - removed the old .pbproj project
- Loading branch information
Showing
9 changed files
with
181 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.