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

macOS: Bunde Identifier not set #773

Open
ni-swastl opened this issue Apr 25, 2024 · 2 comments
Open

macOS: Bunde Identifier not set #773

ni-swastl opened this issue Apr 25, 2024 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@ni-swastl
Copy link

Describe the bug
The released macOS bundle does not have a bundle identifier set in its plist

To Reproduce
Steps to reproduce the behavior:

  1. Show package content of macOS bundle
  2. Switch to "Raw key and values"
  3. Look for CFBundleIdentifier
  4. (not found)

Expected behavior
macOS application bundle requires a bundle identifier

Screenshots
N/A

Desktop (please complete the following information):

  • OS: macOS
  • Version 13.6

Standalone or Plugin
Standalone, 0.46.6

Additional context
The "Jucer" file apparently has the property set: bundleIdentifier="net.kushview.Element", but it is obviously not used when building the application distributed on the web site.

@ni-swastl ni-swastl added the bug Something isn't working label Apr 25, 2024
@mfisher31
Copy link
Member

Probably won't fix this for 0.46, but I added to 1.0.

@mfisher31 mfisher31 added this to the 1.0 milestone May 12, 2024
@ni-swastl
Copy link
Author

Workaround:

/usr/libexec/PlistBuddy -c "Add :CFBundleIdentifier string net.kushview.Element" ./Element.app/Contents/Info.plist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants