conda / menuinst

Cross platform menu item installation
https://conda.github.io/menuinst/
BSD 3-Clause "New" or "Revised" License
33 stars 41 forks source link

Expand Info Property List keywords for MacOS apps #195

Open marcoesters opened 2 months ago

marcoesters commented 2 months ago

Checklist

What is the idea?

The keyword list for the Information Property List (Info.plist) files is very limited.

This can be done in one of two ways:

Why is this needed?

The current list of keywords for Info.plist is limited and new keywords require an updated schema (and possibly CEP) to be published. See, e.g., https://github.com/conda/menuinst/pull/194 for how adding new keywords currently needs to be performed.

What should happen?

The schema should be expanded to allow for any valid Info.plist keyword for MacOS apps.

Additional Context

No response