lovetodream / capacitor-plugin-siri-shortcuts

Capacitor Plugin for Siri Shortcuts
MIT License
17 stars 6 forks source link

Listing and Deleting Shortcuts #2

Closed sohcah closed 3 years ago

sohcah commented 3 years ago

Currently, this plugin only allows for donating shortcuts, however the native iOS SDK provides the ability to list and delete existing shortcuts, which would be very helpful. Could this be implemented into this plugin?

lovetodream commented 3 years ago

Sure, this is already on my todo list, but until now I never needed it for my projects. I will definitely add it in the next few days.

lovetodream commented 3 years ago

I've added the ability to delete shortcuts. But I didn't find a native iOS ability to list existing shortcuts. Can you provide a link to the documentation?

sohcah commented 3 years ago

Ah, looks like I was wrong about the ability to list shortcuts, sorry. I guess I'll have to store that myself. :)

Thank you so much for adding the deletion functionality, that will certainly be very helpful! You're doing a great job making this plugin!

lovetodream commented 3 years ago

Thank you very much, it really means a lot to me