/mac-app-bundle-id-list

Maintaining a list of Mac bundle ID for software that has trouble asking for permission on macOS.

Primary LanguageHTMLMIT LicenseMIT

What Is This?

A repo for a site, macbundleid.lemonproductions.ca, listing the bundle ID of various Mac apps that people have trouble giving mic and screen control permission to under macOS.

See this video for details.

How to Find an App's Bundle Identifier

I figured this out based on this post from Rob Griffiths in 2018:

Open up Terminal.app

Type the following command:

osascript -e 'id of app "Name of App"'

The "Name of App" is replaced with the name of the app as it appears when hovering over its Dock icon.