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 bundle identifier creates an .app that can't be launched #426

Closed
Jerakin opened this issue Sep 19, 2018 · 0 comments
Closed

Missing bundle identifier creates an .app that can't be launched #426

Jerakin opened this issue Sep 19, 2018 · 0 comments

Comments

@Jerakin
Copy link
Contributor

Jerakin commented Sep 19, 2018

Running python setup.py bdist_mac or python setup.py bdist_dmg creates an app with an info.plist without a CFBundleIdentifier. This creates an app that simply closes when double clickled. A fix is to open up the package and add

<key>CFBundleIdentifier</key>
<string>My App</string>
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

2 participants