Re: plistbuddy access required..
Re: plistbuddy access required..
- Subject: Re: plistbuddy access required..
- From: Christopher Ryan <email@hidden>
- Date: Fri, 11 Aug 2006 09:39:26 -0700
What exactly do you need? You can use /usr/bin/defaults to read/write
from a plist.
defaults read <path To plist> [key]
Example:
> defaults read /Library/Preferences/com.apple.ARDAgent Version
3
Note that to use defaults on a plist in the fs, you must leave out
the .plist at the end of the file name.
Chris
Dear All,
I am developing my product for Mac OS X 10.3.x ppc,Mac OS X 10.4.x
ppc and
Mac OS X 10.4.x Intel
I need to use "PLISTBUDDY utility" to add/edit some firewall entry
through my installer. I saw this utility present in iCal package etc.
But this package doesnot exist on all the machine.
I need a common package that should contain plistbuddy in all OS
flavours so that I can access it. Is any such common package exist in
all Mac OS 10.3.9 , 10.4.7 ppc and intel ?
Or any alternate way to access plistbuddy ? B/w is it advisable to
copy plistbuddy application and embedded in our own installer ? Is it
legal to do so ?
Please suggest.
Rohit
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden