diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-11 17:13:17 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-11 17:13:17 +0200 |
| commit | 5870e5cf03ceaff7080174b573618631a413110e (patch) | |
| tree | 1bbd9d0c441a7316bcd1e7997b917a17ab5de978 /QSThingsPlugin.xcodeproj | |
| parent | ce8b86a7522bda8896115ca7d0118c9d574f3a3f (diff) | |
Add tags and sections
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 850ab01..973432e 100644 --- a/QSThingsPlugin.xcodeproj/project.pbxproj +++ b/QSThingsPlugin.xcodeproj/project.pbxproj @@ -49,8 +49,10 @@ Helpers/SQLHelper.m, Helpers/TextParsingHelper.m, Helpers/ThingsHelper.m, + Parsers/QSThingsAppSectionsParser.m, Parsers/QSThingsAreasParser.m, Parsers/QSThingsProjectsParser.m, + Parsers/QSThingsTagsParser.m, Parsers/QSThingsTasksParser.m, QSThingsPluginSource.m, Types/Constants.m, |