net00-1/SW-DLT

Add document on how to contribute and setup the project

Opened this issue · 4 comments

I'm trying to fix the shortcut to add a few more things and test it on ios 17, I'm currently stuck on getting the json data into the jellycut. Do I have to set everything up manually?

Can you please add a bit more context on how to run and debug this?

Hello, sorry for the inactivity! I will work on adding more detailed instructions, but the "build" process is in general:

  • Add the SW-DLT.jelly code file to jellycuts
  • Write the 3 dictionaries (propertiesJson.json, metadataJson.json, globalSettingsJson.json) within Jellycuts dictionary builder. This unfortunately is manually done.
  • Use Jellycuts to build the shortcut
  • Check the resulting shortcut for things that were not compiled properly (actions missing parameters, missing actions, wrong actions, etc.)
  • Add the commented out actions for the a-Shell (not mini) app
  • Paste the script source (SW_DLT.py) in the bottom text box of the shortcut

@net00-1 Speaking of Jellycuts, you wouldn't happen to have experience with the Import into Jellycuts option in their Jellycuts Helper shortcut would you?

Hi, sorry for not being as active as I'd like here, I'm just getting back into checking this. I haven't seen good results importing with Jellycuts, so I have just ignored that feature. My jellycuts code is done from scratch

Awesome, thanks for the info!