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 --- QSThingsPlugin.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'QSThingsPlugin.xcodeproj') diff --git a/QSThingsPlugin.xcodeproj/project.pbxproj b/QSThingsPlugin.xcodeproj/project.pbxproj index e46957e..fc4c27a 100644 --- a/QSThingsPlugin.xcodeproj/project.pbxproj +++ b/QSThingsPlugin.xcodeproj/project.pbxproj @@ -40,11 +40,13 @@ membershipExceptions = ( /Localized/Localizable.strings, Actions/CompleteTaskAction.m, + Actions/CreateTaskAction.m, Actions/SearchThingsAction.m, Actions/SetThingsAuthenticationKeyAction.m, Actions/ShowInThingsAction.m, Helpers/KeychainHelper.m, Helpers/SQLHelper.m, + Helpers/TextParsingHelper.m, Helpers/ThingsHelper.m, Parsers/QSThingsAreasParser.m, Parsers/QSThingsProjectsParser.m, -- cgit