Applications built with QuartzBuilder store preferences using the standard Mac OS X preferences system --- a property list is stored in <user>/Library/Preferences/<bundleid>.plist.
It can be helpful to make a "Places" reference on the sidebar for this Preferences folder location when testing app repeated app builds in QuartzBuilder, or Xcode for that matter. It always saves me some time :-)
Where do the application preferences get saved?
Applications built with QuartzBuilder store preferences using the standard Mac OS X preferences system --- a property list is stored in
<user>/Library/Preferences/<bundleid>.plist
.It can be helpful to make a "Places" reference on the sidebar for this Preferences folder location when testing app repeated app builds in QuartzBuilder, or Xcode for that matter. It always saves me some time :-)