Ideas for Mac OS build
jpalumickas opened this issue · 1 comments
jpalumickas commented
Here is some ideas for building Mac OS apps
- Rename icns file to
productName
and setCFBundleIconFile
toproductName.incs
(product name lower cased) - Set default
productName
to first letter uppercase - Set
CFBundleDisplayName
toproductName
(It's normal to do that?) - Set
CFBundleExecutable
toproductName
(It's normal to do that?) - Change
CFBundleIdentifier
to maybecom.productName.atom
(Should be lower cased and underscored if there is a spaces)
joaomoreno commented
Thanks for this, will surely consider.