Index: content/shell/mac/Info.plist |
diff --git a/content/shell/mac/Info.plist b/content/shell/mac/Info.plist |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bdc7cf6e402344608cb8296e284a318b31252a97 |
--- /dev/null |
+++ b/content/shell/mac/Info.plist |
@@ -0,0 +1,28 @@ |
+<?xml version="1.0" encoding="UTF-8"?> |
Mark Mentovai
2012/02/28 20:12:40
app-Info.plist.
Avi (use Gerrit)
2012/02/29 19:46:50
Done.
|
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
+<plist version="1.0"> |
+<dict> |
+ <key>CFBundleDevelopmentRegion</key> |
+ <string>English</string> |
Mark Mentovai
2012/02/28 20:12:40
English is deprecated. Use “en” here.
Avi (use Gerrit)
2012/02/29 19:46:50
Done.
|
+ <key>CFBundleExecutable</key> |
Mark Mentovai
2012/02/28 20:12:40
You should provide CFBundleDisplayName, which can
Avi (use Gerrit)
2012/02/29 19:46:50
Done.
|
+ <string>${EXECUTABLE_NAME}</string> |
+ <key>CFBundleIconFile</key> |
+ <string>app.icns</string> |
+ <key>CFBundleIdentifier</key> |
+ <string>org.chromium.ContentShell</string> |
Mark Mentovai
2012/02/28 20:12:40
Ideally this would be switchable on the basis of w
Avi (use Gerrit)
2012/02/29 19:46:50
I don't believe there is a plan to produce an offi
|
+ <key>CFBundleInfoDictionaryVersion</key> |
+ <string>6.0</string> |
+ <key>CFBundleName</key> |
+ <string>${PRODUCT_NAME}</string> |
+ <key>CFBundlePackageType</key> |
Mark Mentovai
2012/02/28 20:12:40
Remove CFBundlePackageType and CFBundleSignature.
Avi (use Gerrit)
2012/02/29 19:46:50
...
File "./gyp-mac-tool", line 138, in ExecCopy
|
+ <string>APPL</string> |
+ <key>CFBundleSignature</key> |
+ <string>????</string> |
+ <key>CFBundleVersion</key> |
+ <string>1.0</string> |
Mark Mentovai
2012/02/28 20:12:40
This is relevant to Launch Services, so we should
|
+ <key>NSMainNibFile</key> |
Mark Mentovai
2012/02/28 20:12:40
LSMinimumSystemVersion = 10.5.0.
LSFileQuarantine
Avi (use Gerrit)
2012/02/29 19:46:50
Done.
|
+ <string>MainMenu</string> |
+ <key>NSPrincipalClass</key> |
+ <string>NSApplication</string> |
Mark Mentovai
2012/02/28 20:12:40
NSSupportsAutomaticGraphicsSwitching = true. (This
Avi (use Gerrit)
2012/02/29 19:46:50
Done.
|
+</dict> |
+</plist> |