diff --git a/atom.gyp b/atom.gyp index 88d9755d3827..28b53e826a21 100644 --- a/atom.gyp +++ b/atom.gyp @@ -503,6 +503,7 @@ '<(libchromiumcontent_resources_dir)/content_shell.pak', ], 'xcode_settings': { + 'INFOPLIST_FILE': 'common/mac/Info.plist', 'LIBRARY_SEARCH_PATHS': [ '<(libchromiumcontent_library_dir)', ], diff --git a/common/mac/Info.plist b/common/mac/Info.plist new file mode 100644 index 000000000000..e259c9e21da9 --- /dev/null +++ b/common/mac/Info.plist @@ -0,0 +1,14 @@ + + + + + CFBundleExecutable + Atom Framework + CFBundleIdentifier + com.github.AtomFramework + CFBundleName + Atom Framework + CFBundlePackageType + FMWK + +