Hello All,
I’d like to remove my ugly and messy defaults (read/write) glue code and replace it all with cocoa bindings.
The only problem that arises is that my application is moved from machine to machine and needs to have persistent settings that are taken with it.
Is there any way to modify the location of the plist used with cocoa bindings, and not have to resort to glue code?
Thanks!