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 --- QSThingsPlugin.xcodeproj/project.pbxproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'QSThingsPlugin.xcodeproj/project.pbxproj') diff --git a/QSThingsPlugin.xcodeproj/project.pbxproj b/QSThingsPlugin.xcodeproj/project.pbxproj index 2b09a13..ced85a8 100644 --- a/QSThingsPlugin.xcodeproj/project.pbxproj +++ b/QSThingsPlugin.xcodeproj/project.pbxproj @@ -39,14 +39,16 @@ isa = PBXFileSystemSynchronizedBuildFileExceptionSet; membershipExceptions = ( /Localized/Localizable.strings, + Actions/CompleteTaskAction.m, Actions/SearchThingsAction.m, + Actions/SetThingsAuthenticationKeyAction.m, Actions/ShowInThingsAction.m, + Helpers/KeychainHelper.m, Helpers/SQLHelper.m, Parsers/QSThingsAreasParser.m, Parsers/QSThingsProjectsParser.m, Parsers/QSThingsTasksParser.m, QSThingsPluginSource.m, - QSThingsPluginSource.xib, Types/Constants.m, ); target = 8D1AC9600486D14A00FE50C9 /* Things Plugin */; -- cgit