Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Incorrect CFBundleIdentifier #126

Closed
ryandesign opened this issue Jan 5, 2012 · 4 comments
Closed

Incorrect CFBundleIdentifier #126

ryandesign opened this issue Jan 5, 2012 · 4 comments
Assignees
Labels

Comments

@ryandesign
Copy link

On Mac OS X, every application has a CFBundleIdentifier -- a string that uniquely identifies each app. The format of the bundle identifier is the reverse of your domain name, followed typically by your application name. So for the application name QupZilla, hosted on the domain name qupzilla.com, a good choice for the bundle identifier would be "com.qupzilla.QupZilla". Currently the bundle identifier of your app is "com.yourcompany.qupzilla". I expect this is a default that qmake chose for you. You should override this default so that your app is identified correctly.

@ghost ghost assigned nowrep Jan 5, 2012
@nowrep
Copy link
Member

nowrep commented Jan 5, 2012

Hi,
I am creating own mac.plist file to add in qmake. Can you please create for me .icns icons pack (from multiple sizes in src/data/icons/exeicons) so I can also provide scalable icon for mac? Thanks

@ryandesign
Copy link
Author

The missing .icns file was another issue I was going to write to you about. Do you have a 512x512 version of your icon I could use?

@nowrep
Copy link
Member

nowrep commented Jan 5, 2012

Unfortunately no, I can create it by scaling the 256_256, but it would be pointless. Is it possible to just skip 512_512?

@ryandesign
Copy link
Author

No problem. Here's an .icns file I put together of the 256x256-and-smaller art in Icon Composer:

http://www.ryandesign.com/tmp/qupzilla.icns

If you happen to recreate the icon at higher resolution in the future, we can re-make the .icns file then.

@nowrep nowrep closed this as completed in 75ba36b Jan 5, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants