You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the Info.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.
The text was updated successfully, but these errors were encountered:
Environment
Describe the bug
The
Info.plist
file of the Giada application for macOS is missing theCFBundleIdentifier
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:
Contents
folder and locate theInfo.plist
file.Info.plist
file with a text editor or plist editor.CFBundleIdentifier
key is missing.Expected behavior
The
Info.plist
file should contain aCFBundleIdentifier
key with an appropriate value for the application.The text was updated successfully, but these errors were encountered: