Add Info.plist for Atom Framework, fixes #171.
authorCheng Zhao <zcbenz@gmail.com>
Fri, 31 Jan 2014 09:39:31 +0000 (17:39 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Fri, 31 Jan 2014 09:40:47 +0000 (17:40 +0800)
atom.gyp
common/mac/Info.plist [new file with mode: 0644]

index 88d9755..28b53e8 100644 (file)
--- a/atom.gyp
+++ b/atom.gyp
             '<(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 (file)
index 0000000..e259c9e
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>CFBundleExecutable</key>
+       <string>Atom Framework</string>
+       <key>CFBundleIdentifier</key>
+       <string>com.github.AtomFramework</string>
+       <key>CFBundleName</key>
+       <string>Atom Framework</string>
+       <key>CFBundlePackageType</key>
+       <string>FMWK</string>
+</dict>
+</plist>