Re: Adding a property value to a plist file
Re: Adding a property value to a plist file
- Subject: Re: Adding a property value to a plist file
- From: dev_sleidy <email@hidden>
- Date: Wed, 12 Jul 2006 00:55:32 -0400
'{
ARYLib1 = ("Some String", "Some other String", false);
ARYLib2 = ("This is item 1", "This is item 2", true);
}'
... is incorrect.
{
ARYLib1 = ("Some String", "Some other String", false);
ARYLib2 = ("This is item 1", "This is item 2", true);
}
... will be the ('Terminal') 'defaults read com.jesse.almanrode'
(<return>) result, in Step 02.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden