diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-11 12:32:54 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-11 12:32:54 +0200 |
| commit | 397cb011a540d53974a87d94a8ff8576e2024b63 (patch) | |
| tree | 616de785531442329f42333724c9fa9a728cf4e3 /QSThingsPlugin.xcodeproj | |
| parent | 1613c951d49e6d85aff52f312d57fa087b35c079 (diff) | |
Add create actions
Diffstat (limited to 'QSThingsPlugin.xcodeproj')
| -rw-r--r-- | QSThingsPlugin.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
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, |