I'm adding a ServiceProvider menu for my MacOS application to show up when right-clicking on a file or folder in the Finder. I'd like the text of the contextual menu to be updated based upon the file/folder being selected.
With ServiceProvider, the text of the menu is set in the info.plist file, and I haven't found a way to change it after the fact.
I'm not using FinderSync or FileProvider for specific reasons, but it was the original route I chose. Which did let me dynamically change the text.
Is it possible to dynamically change the menu text with ServiceProvider?