From fe30880ec03e795376221fd868d2741f19f5a275 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 31 Jan 2014 17:39:31 +0800 Subject: [PATCH] Add Info.plist for Atom Framework, fixes #171. --- atom.gyp | 1 + common/mac/Info.plist | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 common/mac/Info.plist 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 + +