diff options
Diffstat (limited to 'chrome/app/app_mode-Info.plist')
-rw-r--r-- | chrome/app/app_mode-Info.plist | 36 |
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> |