Re: pList compression

2007-10-07 Thread David Bovill
Can anyone who has OSX installed without the Apple Developer Tools (ie the default installation) confirm whether the defaults command line tool is installed. Typing the following into the terminal: defaults help or the following in the message box in Revolution put shell(defaults help)

Re: pList compression

2007-10-07 Thread Sarah Reichelt
Hi David, I have one computer with just a standard OS X as bought, no developer tools installed and defaults help works fine in Terminal. To see if a command is installed, I guess you could put the shell command inside a try structure. Cheers, Sarah On 10/7/07, David Bovill [EMAIL PROTECTED]

Re: pList compression

2007-10-07 Thread David Bovill
Thanks Sarah - anyone know if this works on Panther? On 07/10/2007, Sarah Reichelt [EMAIL PROTECTED] wrote: Hi David, I have one computer with just a standard OS X as bought, no developer tools installed and defaults help works fine in Terminal. To see if a command is installed, I guess

Re: pList compression

2007-10-06 Thread David Bovill
Are these command line utils part of the default Tiger distribution? And does anyone know what compression is used if it is not possible to rely on these command line utilities to be present? On 03/10/2007, Ken Ray [EMAIL PROTECTED] wrote: On Wed, 3 Oct 2007 13:01:40 -0400, Todd Higgins wrote:

Re: pList compression

2007-10-06 Thread Richard Gaskin
Just curious: What has to be added to a pList to make it large enough to warrant compression? -- Richard Gaskin Managing Editor, revJournal ___ Rev tips, tutorials and more: http://www.revJournal.com

Re: pList compression

2007-10-06 Thread David Bovill
Nothing - they are all small. My only guess is that all the pList files for all applications ever installed are stored. All these files may be indexed in some way - as a defaults read returns output from all the preference files - which makes me think that it may not be compression exactly but a

Re: pList compression

2007-10-06 Thread Ken Ray
On Sat, 06 Oct 2007 11:08:57 -0700, Richard Gaskin wrote: Just curious: What has to be added to a pList to make it large enough to warrant compression? It's not really compression, I don't think, just binary encoding. And why? I don't know... :-) Ken Ray Sons of Thunder Software, Inc.

Re: pList compression

2007-10-06 Thread Thorsten Hohage
On 2007-10-06, at 20:30, Ken Ray wrote: On Sat, 06 Oct 2007 11:08:57 -0700, Richard Gaskin wrote: Just curious: What has to be added to a pList to make it large enough to warrant compression? It's not really compression, I don't think, just binary encoding. And why? I don't know... They

Re: pList compression

2007-10-03 Thread Todd Higgins
On Oct 3, 2007, at 11:55 AM, David Bovill wrote: Does anyone know how MacOs pList files are (optionally) compressed (ie preference pList files). I can't work it out or find a reference to this on the net. I have had a few goes with zip, gzip and bzip2 without success so far? Hi David,

Re: pList compression

2007-10-03 Thread Ken Ray
On Wed, 3 Oct 2007 13:01:40 -0400, Todd Higgins wrote: I'm not sure if this is what you are looking for, but some plist files are in a binary format instead of just raw XML. Apple has provided a command line utility that allows you to convert between the two formats. NAME plutil