diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 16:12:55 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 16:12:55 +0200 |
| commit | 7cf393095282077b0bbae3046826b67f4f20a8eb (patch) | |
| tree | 9aaf5704cbb8612bf78378aefa40ae40e79a7850 /QSThingsPlugin.xcodeproj | |
| parent | c4705a0a678ac523b243c7b68ce27fbf5e44b61a (diff) | |
Add auth key + complete task action
Diffstat (limited to 'QSThingsPlugin.xcodeproj')
| -rw-r--r-- | QSThingsPlugin.xcodeproj/project.pbxproj | 4 |
1 files changed, 3 insertions, 1 deletions
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 */; |