Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Shortcut parser needs to support both binary bplist and xml plist #541

Open
the8tre opened this issue Oct 25, 2020 · 0 comments
Open

Shortcut parser needs to support both binary bplist and xml plist #541

the8tre opened this issue Oct 25, 2020 · 0 comments

Comments

@the8tre
Copy link

the8tre commented Oct 25, 2020

Format of shorcuts exported to iCloud seems to no longer be binary bplist.
It is now XML plist:

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>WFWorkflowActions</key>
	<array>
		<dict>
			<key>WFWorkflowActionIdentifier</key>
			<string>is.workflow.actions.comment</string>
			<key>WFWorkflowActionParameters</key>
			<dict>
				<key>WFCommentActionText</key>
				<string>Hello, world!</string>
			</dict>
		</dict>

scripts/parse.js needs to be updated to support both formats.

@the8tre the8tre mentioned this issue Oct 25, 2020
2 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant