Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified compiled source/q_workflow.scpt
Binary file not shown.
3 changes: 3 additions & 0 deletions uncompiled source/q_workflow.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@ on new_workflow_with_bundle(bundleid)
--
on _make_plist(plistPath)
tell application "System Events"
-- In Yosemite, `make new property list file` does not create a new
-- property list file, so we have to use defaults write
do shell script "defaults write " & quoted form of plistPath & " x x"
set parentElement to make new property list item with properties {kind:record}
set plistFile to �
make new property list file with properties {contents:parentElement, name:plistPath}
Expand Down