'app_sources': [
'app/atom_main.cc',
],
+ 'bundle_sources': [
+ 'browser/mac/atom.icns',
+ ],
'coffee_sources': [
'browser/api/lib/app.coffee',
'browser/api/lib/atom_delegate.coffee',
'sources': [
'<@(app_sources)',
],
+ 'mac_bundle_resources': [
+ '<@(bundle_sources)',
+ ],
'include_dirs': [
'.',
],
<string>com.github.atom</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string>atom.icns</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
- <string>BRYApplication</string>
+ <string>AtomApplication</string>
</dict>
</plist>