ChimeHQ / Chime

An editor for macOS
https://www.chimehq.com
BSD 3-Clause "New" or "Revised" License
300 stars 14 forks source link

BUNDLE_ID_PREFIX not applied to extension identifiers #4

Closed mattmassicotte closed 9 months ago

mattmassicotte commented 10 months ago

The Chime.appextensionpoint file doesn't use BUNDLE_ID_PREFIX. This is a little tricky to handle, because changing the id will make all external extensions not work. But not updating will prevent bundled extensions from working. Perhaps the right solution is to use both?

Thanks to @thomasRademaker for making me realize this was an issue.

mattmassicotte commented 9 months ago

Upon further investigation, this is actually not an issue. The identifiers used for extension identification are independent of actual bundle ids.