Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe how to find the bundle identifier for a macOS application #11418

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

hubgit
Copy link
Contributor

@hubgit hubgit commented Jan 19, 2021

Add an example to the editor integration docs of how to read CFBundleIdentifier from a macOS application bundle.

Alternatives include osascript -e 'id of app "PhpStorm"' and mdls -name kMDItemCFBundleIdentifier -r /Applications/PhpStorm.app, but reading the data from the bundle directly seems the most straightforward.

Add an example to the editor integration docs of how to read CFBundleIdentifier from a macOS application bundle.
Copy link
Member

@niik niik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great @hubgit, thanks a bunch!

@niik niik merged commit 2acc0dd into desktop:development Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants