dempseyatgithub/BuildSettingExtractor

Define a real error domain constant

Closed this issue · 1 comments

Have been using the bundle identifier as the error domain. Possibly would want to change since the errors are not necessarily app-specific (could also be returned in a command-line tool, for instance.)

Move away from using bundle identifier of the app and add an error domain constant that follows the naming style of Cocoa error domains.