AppleScript Studio - multiple pref files?
AppleScript Studio - multiple pref files?
- Subject: AppleScript Studio - multiple pref files?
- From: Ron Fondo <email@hidden>
- Date: Mon, 29 Dec 2003 17:05:54 -0500
Howdy,
Using XCode 1.1, Mac OS X 10.2.3. I love user-defaults; so easy to
store & retrieve info. No "real" database to manage:
set thisPrefLabel to "foo"
set thisPrefValue to "bar"
make new default entry at end of default entries of user defaults with
properties {name:thisPrefLabel, contents:thisPrefValue}
I'd like to store more data in multiple preference files, but haven't
found a convenient way to do this. Ideally, I'd like to be able to
enjoy the laziness of not having to manage things like:
- validating the existence of the file
- opening the file
- writing to the file
- closing the file
If there were some way to fake out the user-defaults, perhaps with
some bogus domain info... but that is specified in the Target window
->Info.plist entries->Basic Information->Identifier...
Any suggestions are welcome...
--
Ron Fondo, Product & Development Manager
The Printing House, Ltd.
1-800-277-7687 ext. 3149
email@hidden
http://rde.theprintinghouse.net/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.