Sunday, April 4, 2004

Property List Tools 1.0

Late Night Software’s Property List Tools can convert property list files into AppleScript records and also save the records back to disk as property list files.

read property list file "HD:Users:mjt:Library:Preferences:com.c-command.DropDMG.plist"
{
    |NSWindow Frame MJTRegistrationWindow|:"616 395 477 436 0 0 1280 1002 ", 
    |NSWindow Frame AgreementsWindow|:"-313 476 265 308 -1280 0 1280 1024 ", 
    |DropDMGDestination|:"~/Desktop", 
    |NSFontPanelLastUsedPane|:0, 
    |NSFontPanelPreviewHeight|:0.0, 
    |DropDMGDiskImageOptions|:{
        |InternetEnabled|:false, 
        |UseEncryption|:false, 
        |Format|:0, 
        |WrapPackages|:true, 
        |DeleteAfterCreating|:true, 
        |Encoding|:2, 
        |DeleteAfterConverting|:false, 
        |Prompt|:false, 
        |AutoOpen|:true, 
        |SegmentSize|:4300, 
        |UseSegments|:false
    },
    …
}

Comments RSS · Twitter

Leave a Comment