How to get App bundle ID (CFBundleIdentifier) and App version (CFBundleShortVersionString) for Mozilla Firefox browser to deploy the app?

Vinod Survase 4,781 Reputation points
2023-06-08T15:13:44.0966667+00:00

How to get App bundle ID (CFBundleIdentifier) and App version (CFBundleShortVersionString) for Mozilla Firefox browser to deploy the app?

I am trying to deploy the app on macOS device but I am not sure how to get these details?

See below screenshots

User's image

Microsoft Security | Intune | Configuration
Microsoft Security | Intune | Application management
Microsoft Security | Intune | Other
0 comments No comments
{count} votes

Accepted answer
  1. Lu Dai-MSFT 28,501 Reputation points
    2023-06-09T02:45:27.4733333+00:00

    @Vinod Survase Thanks for posting in our Q&A.

    In our official article, for example, to look up the bundle ID and build number of a Company Portal, run the following:

    defaults read /Applications/Company\ Portal.app/Contents/Info CFBundleIdentifier

    Then, run the following:

    defaults read /Applications/Company\ Portal.app/Contents/Info CFBundleShortVersionString

    https://learn.microsoft.com/en-us/mem/intune/apps/lob-apps-macos#set-app-information

    You can refer to this example to try to get Mozilla Firefox's CFBundleIdentifier and CFBundleShortVersionString

    Based on my search, there are some any other method to get these values. Please refer to this link.

    Hope it will give you some ideas.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.