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

Mac OS distribution — missing CFBundleIdentifier #535

Closed
odisseus opened this issue Nov 22, 2023 · 2 comments
Closed

Mac OS distribution — missing CFBundleIdentifier #535

odisseus opened this issue Nov 22, 2023 · 2 comments
Assignees
Labels

Comments

@odisseus
Copy link

Describe the bug
The Info.plist file of the VisualVM bundle doesn’t have the CFBundleIdentifier field, which is required by the specification.

To Reproduce
Steps to reproduce the behaviour:

  1. Download and install VisualVM.
  2. cat /Applications/VisualVM.app/Contents/Info.plist | grep CFBundleIdentifier -A 1

Expected behavior
The above command should print a the value of CFBundleIdentifier.

Desktop (please complete the following information):

  • OS: MacOS
  • JDK version [JDK 1.8.0_181]
  • Version 2.1.5, 2.1.7
@odisseus odisseus added the bug label Nov 22, 2023
@thurka thurka self-assigned this Nov 22, 2023
@thurka
Copy link
Member

thurka commented Nov 22, 2023

You are right. It will be fixed in the next release.

@thurka
Copy link
Member

thurka commented Mar 19, 2024

It should be fixed in VisualVM 2.1.8.

@thurka thurka closed this as completed Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants