On Tue, May 3, 2011 at 6:23 PM, phil swenson <[email protected]> wrote:
> apple's plists are not json, they are XML or binary > http://en.wikipedia.org/wiki/Plist > There is an older form that's similar to JSON. % defaults read com.apple.systemuiserver > { > "__NSEnableTSMDocumentWindowLevel" = 1; > menuExtras = ( > "/System/Library/CoreServices/Menu Extras/Displays.menu", > "/System/Library/CoreServices/Menu Extras/Bluetooth.menu", > "/System/Library/CoreServices/Menu Extras/AirPort.menu", > "/System/Library/CoreServices/Menu Extras/Volume.menu", > "/System/Library/CoreServices/Menu Extras/TextInput.menu", > "/System/Library/CoreServices/Menu Extras/Battery.menu", > "/System/Library/CoreServices/Menu Extras/Clock.menu" > ); > } > The main place I've seen it used is in TextMate bundles. -Dom -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
