

I mention this method first because usually when admins are trying to look up a Bundle ID it’s for creating a PPPC Profile, and that usually requires the certificate leaf as well. It will spit out both the certificate leaf and the Bundle ID. Pro Tip: You can drag and drop your app into Terminal right after the codesign -dr – to get the full path of the application. All you have to do is open Terminal and enter the following command: codesign -dr - /path/to/yourapp.app Finding macOS App Bundle IDs Method 1 – Using Terminalįinding an app’s Bundle ID on the mac is pretty straight forward. This might be for an app config, if you’re blocking an app by its bundleid (oftentimes more reliable using a file path), or if you’re configuring PPPC Profiles for an application.

It’s time for an adventure in app bundle identification!Īs a Mac admin there are times where you need to find the Bundle ID of a macOS or iOS application.
