joaomoreno/gulp-atom-electron

Ideas for Mac OS build

jpalumickas opened this issue · 1 comments

Here is some ideas for building Mac OS apps

  • Rename icns file to productName and set CFBundleIconFile to productName.incs (product name lower cased)
  • Set default productName to first letter uppercase
  • Set CFBundleDisplayName to productName (It's normal to do that?)
  • Set CFBundleExecutable to productName (It's normal to do that?)
  • Change CFBundleIdentifier to maybe com.productName.atom (Should be lower cased and underscored if there is a spaces)

Thanks for this, will surely consider.