bundle ID

A bundle ID uniquely identifies a single app throughout the system. The bundle ID string must be a uniform type identifier (UTI) that contains only alphanumeric characters (A-Z,a-z,0-9), hyphen (-), and period (.). The string should be in reverse-DNS format. Bundle IDs are case sensitive.

A bundle ID is used during the development process to provision devices and by the operating system when the app is distributed to users.

During the development process, you use an app’s bundle ID in several places to identify the app.

Once your app is installed, the preferences system uses the bundle ID to identify the app for which a given preference applies. Similarly, Launch Services uses the bundle ID to locate an app capable of opening a particular file, using the first app it finds with the given identifier. The bundle ID is also used to validate an app’s signature.

Important: A macOS app can’t share the same bundle ID with other types of apps, such as iOS and tvOS apps.