From 397cb011a540d53974a87d94a8ff8576e2024b63 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 11 Sep 2025 12:32:54 +0200 Subject: Add create actions --- Info.plist | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'Info.plist') diff --git a/Info.plist b/Info.plist index b43bf23..edc9527 100644 --- a/Info.plist +++ b/Info.plist @@ -22,6 +22,49 @@ QSThingsPluginSource QSActions + CreateTaskInAction + + actionClass + CreateTaskAction + actionSelector + createTask:in: + directTypes + + * + + indirectTypes + + things.project + things.area + + enabled + + displaysResult + + name + Create task in... + icon + com.culturedcode.ThingsMac + + CreateTaskAction + + actionClass + CreateTaskAction + actionSelector + createTask: + directTypes + + * + + enabled + + displaysResult + + name + Create task + icon + com.culturedcode.ThingsMac + CompleteTaskAction actionClass -- cgit