giada
giada copied to clipboard
Missing CFBundleIdentifier in Info.plist on macOS
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:
- Right-click on the Giada app and select 'Show Package Contents'.
- Open the
Contents
folder and locate theInfo.plist
file. - Open the
Info.plist
file with a text editor or plist editor. - 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.