Is it possible to define a file extension as belonging to a Glyphs plugin? I tried adding this to the Info.plist, but it doesn’t seem to have an effect:
I have a plugin that can save its setting to a file (with user interaction). I just thought it would be neat if the file extension signaled that the file type belongs to Glyphs or to this plugin. I’m not expecting to double-click it so that it will open in my plugin (but hm, maybe users might expect that …)
Do you mean to register a completely new file type or just make the plugin able to open an existing one?
The BDFFileFormat plugin registers its own file type. You should be able to replicate this.