qWorkflow
qWorkflow copied to clipboard
AppleScript implementation of the Workflow object class for Alfred 2
Consider updating _cache, _data and one shell script to use new location of Alfred 3 folders. Thanks!
`make new property list file` does not work in Yosemite unless the file already exists. This change initializes the plist file with a garbage value that is overwritten by `make...
Editing and updating works, but you can't create a new plist via system events as of OS 10.10, the only way to do it seems to be to use `do...
Just an FYI for developers using this library (or otherwise interacting with property lists in AppleScript). In Mavericks there is a critical bug with property lists where setting the value...
If I do `wf's set_value("cacheData", data, cacheFile)` where "data" is a list of records, the plist file gets created but with no data.