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

Set CFBundleIdentifier in plist for Mac #130

Closed
cgrossde opened this issue Dec 1, 2014 · 2 comments
Closed

Set CFBundleIdentifier in plist for Mac #130

cgrossde opened this issue Dec 1, 2014 · 2 comments

Comments

@cgrossde
Copy link

cgrossde commented Dec 1, 2014

When using notifications and a custom icon for your App you need to change CFBundleIdentifier to something different than com.intel.nw. If you don't you will always see the node-webkit icon instead of your application icon in the notification center. This might only happen if you send notifications with node-webkit before because the notification center caches application icons.

@adam-lynch
Copy link
Contributor

Have you seen the macPlist option? You can now pass an object too (see #96)

@cgrossde
Copy link
Author

cgrossde commented Dec 1, 2014

Yes, that was my fix. Just wanted to document the issue, to spare other the search and maybe fix it in a future version by setting the CFBundleIdentifier automatically to something like com.node-webkit-builder.APPNAME

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