Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant