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

Missing CFBundleIdentifier in Info.plist on macOS #705

Open
cdwmhcc opened this issue Oct 10, 2024 · 0 comments
Open

Missing CFBundleIdentifier in Info.plist on macOS #705

cdwmhcc opened this issue Oct 10, 2024 · 0 comments

Comments

@cdwmhcc
Copy link

cdwmhcc commented Oct 10, 2024

Environment

  • OS: macOS 14.5
  • Giada version: v1.0

Describe the bug
The Info.plist file of the Giada application for macOS is missing the CFBundleIdentifier key. This omission may affect system recognition and integration, potentially leading to issues with software management tools and other applications that identify apps based on their bundle identifier.

To Reproduce
Steps to reproduce the behavior:

  1. Right-click on the Giada app and select 'Show Package Contents'.
  2. Open the Contents folder and locate the Info.plist file.
  3. Open the Info.plist file with a text editor or plist editor.
  4. Observe that the CFBundleIdentifier key is missing.

Expected behavior
The Info.plist file should contain a CFBundleIdentifier key with an appropriate value for the application.

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

No branches or pull requests

1 participant