OpenJelly / Open-Jellycore

A compiler for the Jelly language that allows you to create Apple Shortcuts using Jelly!
https://openjelly.com
GNU General Public License v3.0
76 stars 5 forks source link

WFWorkflowClientVersion upgrade #33

Open chrysaora-achlyos opened 2 months ago

chrysaora-achlyos commented 2 months ago

Is your feature request related to a problem? Please describe.

The output shortcuts plist have a WFWorkflowClientVersion=1050.24, current shortscuts in the wild, or those produced by AppStore Jellycuts have WFWorkflowClientVersion=2610. There are other field in the plist that no longer seem to be in use (WFWorkflowClientRelease) and other not included in the output (WFQuickActionSurfaces, WFWorkflowHasOutputFallback, WFWorkflowHasShortcutInputVariables, and WFWorkflowOutputContentItemClasses)

Describe the solution you'd like

the output shortcut plist file would be updated to WFWorkflowClientVersion=2610 compatible format.