From 7cf393095282077b0bbae3046826b67f4f20a8eb Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 10 Sep 2025 16:12:55 +0200 Subject: Add auth key + complete task action --- Info.plist | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'Info.plist') diff --git a/Info.plist b/Info.plist index 37687c5..b43bf23 100644 --- a/Info.plist +++ b/Info.plist @@ -22,6 +22,45 @@ QSThingsPluginSource QSActions + CompleteTaskAction + + actionClass + CompleteTaskAction + actionSelector + completeTask: + directTypes + + things.project + things.task + + enabled + + displaysResult + + name + Mark as Complete + icon + com.culturedcode.ThingsMac + + SetThingsAuthenticationKeyAction + + actionClass + SetThingsAuthenticationKeyAction + actionSelector + setAuthenticationKey: + directTypes + + NSStringPboardType + + enabled + + displaysResult + + name + Set Things Authentication Key + icon + com.culturedcode.ThingsMac + SearchThingsAction actionClass -- cgit