giada icon indicating copy to clipboard operation
giada copied to clipboard

Missing CFBundleIdentifier in Info.plist on macOS

Open cdwmhcc opened this issue 4 months ago • 0 comments

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.

cdwmhcc avatar Oct 10 '24 14:10 cdwmhcc