MediaGrabber / iOS-Workflow

Official repository for version archiving and backups
https://t.me/ShortcutsApps/17962
93 stars 2 forks source link

What tool was used to generate .shortcut file from .txt? #11

Closed stas-sl closed 4 years ago

stas-sl commented 4 years ago

Hi!

Can you please, tell what tool did you use to generate .shortcut file from .txt?

Thanks!

atnbueno commented 4 years ago

Older versions of iTunes had a command line tool (plistutil) that allowed conversion to/from binary/xml/json versions of a plist file (.shortcut files are binary plists)

It can also be done with JavaScript (node/bplist)

sayem314 commented 4 years ago

I have used scpl

stas-sl commented 4 years ago

Thanks!