Re: [PD] defaults interface on 10.8

2017-03-23 Thread Jonathan Wilkes via Pd-list
> Hi Jonathan, > Sorry for the delay, the plutil manpage for 10.8.5 says about format > for the '-convert' flag: > fmt is one of: xml1, for version 1 of the XML plist format > binary1, for version 1 of the binary plist format > json, for the JSON format > Among the additional options is: >

Re: [PD] defaults interface on 10.8

2017-03-23 Thread katja
Hi Jonathan, Sorry for the delay, the plutil manpage for 10.8.5 says about format for the '-convert' flag: fmt is one of: xml1, for version 1 of the XML plist format binary1, for version 1 of the binary plist format json, for the JSON format Among the additional options is: -r For JSon, add

Re: [PD] defaults interface on 10.8

2017-03-15 Thread Jonathan Wilkes via Pd-list
Thanks for the report, katja. It looks like we can use 'plutil' instead. Does the manpage for 'plutil' in 10.8 include 'json' as a possible format for the '-convert' flag? -Jonathan On Wed, Mar 15, 2017 at 12:57 AM, Jonathan Wilkes wrote: >> On Mon, Mar 13, 2017 at 2:22

Re: [PD] defaults interface on 10.8

2017-03-14 Thread Jonathan Wilkes via Pd-list
> On Mon, Mar 13, 2017 at 2:22 PM, Jonathan Wilkes via Pd-list wrote: >> Hello list, >> >> Can someone on OSX 10.8 please run the following command: >> defaults export /Library/Preferences/SystemConfiguration/preferences - > Trying this on OSX 10.8.5. Just to be clear--

Re: [PD] defaults interface on 10.8

2017-03-14 Thread Jonathan Wilkes via Pd-list
> On Mon, Mar 13, 2017 at 2:22 PM, Jonathan Wilkes via Pd-list wrote: >> Hello list, >> >> Can someone on OSX 10.8 please run the following command: >> defaults export /Library/Preferences/SystemConfiguration/preferences - >> Trying this on OSX 10.8.5. Command 'defaults'

Re: [PD] defaults interface on 10.8

2017-03-14 Thread katja
On Mon, Mar 13, 2017 at 2:22 PM, Jonathan Wilkes via Pd-list wrote: > Hello list, > > Can someone on OSX 10.8 please run the following command: > defaults export /Library/Preferences/SystemConfiguration/preferences - Trying this on OSX 10.8.5. Command 'defaults' needs an

[PD] defaults interface on 10.8

2017-03-13 Thread Jonathan Wilkes via Pd-list
Hello list, Can someone on OSX 10.8 please run the following command: defaults export /Library/Preferences/SystemConfiguration/preferences - And tell me what happens:a) it outputs some xml that ends with ""b) it outputs the same exact thing as running `defaults` with no arguments Thanks,Jonathan