summaryrefslogtreecommitdiffstats
path: root/chrome/app/app_mode-Info.plist
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-18 22:09:40 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-18 22:09:40 +0000
commitadf0225bfea22dd085a1e0816871af9e8f1fe372 (patch)
tree96fd5362f73388c6a72359db01b33dfbc6d15f81 /chrome/app/app_mode-Info.plist
parent98e94a40052f163889a5d6026a24d750edf28818 (diff)
downloadchromium_src-adf0225bfea22dd085a1e0816871af9e8f1fe372.zip
chromium_src-adf0225bfea22dd085a1e0816871af9e8f1fe372.tar.gz
chromium_src-adf0225bfea22dd085a1e0816871af9e8f1fe372.tar.bz2
Mac: app mode loader (shim).
Define an interface using which Chrome can be loaded from a minimal loader. Produce a binary for this loader (which can be put into a bundle). BUG=13148 TEST=not yet Review URL: http://codereview.chromium.org/2066004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47576 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/app_mode-Info.plist')
-rw-r--r--chrome/app/app_mode-Info.plist36
1 files changed, 36 insertions, 0 deletions
diff --git a/chrome/app/app_mode-Info.plist b/chrome/app/app_mode-Info.plist
new file mode 100644
index 0000000..611f7c5
--- /dev/null
+++ b/chrome/app/app_mode-Info.plist
@@ -0,0 +1,36 @@
+<?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>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleDisplayName</key>
+ <string>@APP_MODE_SHORTCUT_SHORT_NAME@</string>
+ <key>CFBundleExecutable</key>
+ <string>@APP_MODE_SHORTCUT_ID@</string>
+ <key>CFBundleIconFile</key>
+ <string>app.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>????</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>@APP_MODE_SHORTCUT_ID@</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CrAppModeShortcutID</key>
+ <string>@APP_MODE_SHORTCUT_ID@</string>
+ <key>CrAppModeShortcutShortName</key>
+ <string>@APP_MODE_SHORTCUT_SHORT_NAME@</string>
+ <key>CrAppModeShortcutName</key>
+ <string>@APP_MODE_SHORTCUT_NAME@</string>
+ <key>CrAppModeShortcutURL</key>
+ <string>@APP_MODE_SHORTCUT_URL@</string>
+ <key>LSFileQuarantineEnabled</key>
+ <true/>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.5.0</string>
+ <key>NSAppleScriptEnabled</key>
+ <true/>
+</dict>
+</plist>