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 /Info.plist | |
| parent | ce8b86a7522bda8896115ca7d0118c9d574f3a3f (diff) | |
Add tags and sections
Diffstat (limited to 'Info.plist')
| -rw-r--r-- | Info.plist | 56 |
1 files changed, 55 insertions, 1 deletions
@@ -224,7 +224,7 @@ <string>QSThingsPluginSource</string> <key>things.project</key> <string>QSThingsPluginSource</string> - <key>things.section</key> + <key>things.app-section</key> <string>QSThingsPluginSource</string> <key>things.tag</key> <string>QSThingsPluginSource</string> @@ -248,6 +248,60 @@ <array> <dict> <key>ID</key> + <string>QSPresetThingsAppSections</string> + <key>enabled</key> + <true/> + <key>name</key> + <string>Things 3 (App Sections)</string> + <key>icon</key> + <string>com.culturedcode.ThingsMac</string> + <key>requiresBundle</key> + <string>com.culturedcode.ThingsMac</string> + <key>requiresSettingsPath</key> + <true/> + <key>settings</key> + <dict> + <key>fileContents</key> + <string>Things 3 App Sections</string> + <key>parser</key> + <string>QSThingsAppSectionsParser</string> + <key>path</key> + <string>~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/*/Things Database.thingsdatabase/main.sqlite</string> + <key>skipItem</key> + <integer>1</integer> + </dict> + <key>source</key> + <string>QSFileSystemObjectSource</string> + </dict> + <dict> + <key>ID</key> + <string>QSPresetThingsTags</string> + <key>enabled</key> + <true/> + <key>name</key> + <string>Things 3 (Tags)</string> + <key>icon</key> + <string>com.culturedcode.ThingsMac</string> + <key>requiresBundle</key> + <string>com.culturedcode.ThingsMac</string> + <key>requiresSettingsPath</key> + <true/> + <key>settings</key> + <dict> + <key>fileContents</key> + <string>Things 3 Tags</string> + <key>parser</key> + <string>QSThingsTagsParser</string> + <key>path</key> + <string>~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/*/Things Database.thingsdatabase/main.sqlite</string> + <key>skipItem</key> + <integer>1</integer> + </dict> + <key>source</key> + <string>QSFileSystemObjectSource</string> + </dict> + <dict> + <key>ID</key> <string>QSPresetThingsAreas</string> <key>enabled</key> <true/> |