Moderator: Mr_Noodle
Mr_Noodle wrote:Unfortunately, Apple doesn't provide an API for this so I had to reverse-engineer it. There's a plist file that I parse and I supplement that with a Spotlight search.
Mr_Noodle wrote:It's a bit detailed but just add a tag with text that doesn't appear anywhere else on your system. Doing a recursive grep of ~/Library should pick up which file it is on your system.
Mr_Noodle wrote:It's a binary plist file. If you have the developer tools installed, there is a commandline tool to read those in. As mentioned, Apple does not expose this to developers, let alone users so there really is no other way that I know of.