From ce8b86a7522bda8896115ca7d0118c9d574f3a3f Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 11 Sep 2025 16:46:19 +0200 Subject: Add "add project" tasks --- Info.plist | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'Info.plist') diff --git a/Info.plist b/Info.plist index edc9527..3b2b7fd 100644 --- a/Info.plist +++ b/Info.plist @@ -22,6 +22,48 @@ QSThingsPluginSource QSActions + CreateProjectInAction + + actionClass + CreateProjectAction + actionSelector + createProject:in: + directTypes + + * + + indirectTypes + + things.area + + enabled + + displaysResult + + name + Create project in... + icon + com.culturedcode.ThingsMac + + CreateProjectAction + + actionClass + CreateProjectAction + actionSelector + createProject: + directTypes + + * + + enabled + + displaysResult + + name + Create project + icon + com.culturedcode.ThingsMac + CreateTaskInAction actionClass -- cgit