From c791858db3de3568f0ea2839c79b360a0dfb15ab Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 10 Sep 2025 11:32:28 +0200 Subject: Initial commit --- Info.plist | 216 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 Info.plist (limited to 'Info.plist') diff --git a/Info.plist b/Info.plist new file mode 100644 index 0000000..37687c5 --- /dev/null +++ b/Info.plist @@ -0,0 +1,216 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + pizza.unlimited.QSThingsPlugin + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Things Plugin + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0.0 + CFBundleVersion + 152 + NSPrincipalClass + QSThingsPluginSource + QSActions + + SearchThingsAction + + actionClass + SearchThingsAction + actionSelector + searchFor: + directTypes + + * + + enabled + + displaysResult + + name + Search Things for... + icon + com.culturedcode.ThingsMac + + ShowInThingsAction + + actionClass + ShowInThingsAction + actionSelector + showObject: + directTypes + + things.area + things.project + things.section + things.tag + things.task + + enabled + + displaysResult + + name + Show in Things + icon + com.culturedcode.ThingsMac + + + QSPlugIn + + author + Rubén Beltrán del Río + categories + + Productivity + + description + Allows you to interact with your Things 3 database + icon + com.culturedcode.ThingsMac + + QSRegistration + + QSFSParsers + + QSThingsAreasParser + QSThingsAreasParser + QSThingsProjectsParser + QSThingsProjectsParser + QSThingsTasksParser + QSThingsTasksParser + + QSActionProviders + + QSThingsPluginAction + QSThingsPluginAction + + QSObjectHandlers + + things.area + QSThingsPluginSource + things.project + QSThingsPluginSource + things.section + QSThingsPluginSource + things.tag + QSThingsPluginSource + things.task + QSThingsPluginSource + + + QSRequirements + + version + 4023 + + QSResourceAdditions + + QSPresetAdditions + + + ID + QSPresetThingsGroup + children + + + ID + QSPresetThingsAreas + enabled + + name + Things 3 (Areas) + icon + com.culturedcode.ThingsMac + requiresBundle + com.culturedcode.ThingsMac + requiresSettingsPath + + settings + + fileContents + Things 3 Areas + parser + QSThingsAreasParser + path + ~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/*/Things Database.thingsdatabase/main.sqlite + skipItem + 1 + + source + QSFileSystemObjectSource + + + ID + QSPresetThingsProjects + enabled + + name + Things 3 (Projects) + icon + com.culturedcode.ThingsMac + requiresBundle + com.culturedcode.ThingsMac + requiresSettingsPath + + settings + + fileContents + Things 3 Projects + parser + QSThingsProjectsParser + path + ~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/*/Things Database.thingsdatabase/main.sqlite + skipItem + 1 + + source + QSFileSystemObjectSource + + + ID + QSPresetThingsTasks + enabled + + name + Things 3 (Tasks) + icon + com.culturedcode.ThingsMac + requiresBundle + com.culturedcode.ThingsMac + requiresSettingsPath + + settings + + fileContents + Things 3 Tasks + parser + QSThingsTasksParser + path + ~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/*/Things Database.thingsdatabase/main.sqlite + skipItem + 1 + + source + QSFileSystemObjectSource + + + icon + com.culturedcode.ThingsMac + name + Things 3 + source + QSGroupObjectSource + + + + -- cgit