• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
AppleScript Studio - multiple pref files?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: 'cc' is not an accessible executable?
  • Next by Date: Re: Xcode with .jar file
  • Previous by thread: Re: Cross-project dependencies and copy file phases
  • Next by thread: crash reports to apple ...
  • Index(es):
    • Date
    • Thread