I've been trying to figure out a way to give files custom metadata. An example of this would be giving files tags, but that's not the only sort of custom metadata I want to apply. I've looked at a couple posts like these ones - Adding custom metadata to jpeg files, Can I add custom metadata to files?, Set Custom Metadata to Files of any Type - but they all deal with languages other then Objective-C, which is the language that I'm trying to use for the custom metadata. I've looked at Apple's documentation like the File Metadata Attributes Reference and the NSMetadataItem Class Reference, but I haven't found anything related to custom metadata.
My question basically is, is it possible to apply custom metadata to files and if so, how would I go about doing it?