Index: chrome/app/app_mode-Info.plist |
diff --git a/chrome/app/app_mode-Info.plist b/chrome/app/app_mode-Info.plist |
deleted file mode 100644 |
index 1ca1b958f2a381db94930de03686420f0a6e9c9e..0000000000000000000000000000000000000000 |
--- a/chrome/app/app_mode-Info.plist |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
-<?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>CFBundleSignature</key> |
- <string>????</string> |
- <key>CFBundleExecutable</key> |
- <string>${EXECUTABLE_NAME}</string> |
- <key>CFBundleIconFile</key> |
- <string>app.icns</string> |
- <key>CFBundleIdentifier</key> |
- <string>${APP_MODE_APP_BUNDLE_ID}</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>CrAppModeShortcutName</key> |
- <string>@APP_MODE_SHORTCUT_NAME@</string> |
- <key>CrAppModeShortcutURL</key> |
- <string>@APP_MODE_SHORTCUT_URL@</string> |
- <key>CrBundleIdentifier</key> |
- <string>@APP_MODE_BROWSER_BUNDLE_ID@</string> |
- <key>LSMinimumSystemVersion</key> |
- <string>${MACOSX_DEPLOYMENT_TARGET}.0</string> |
- <key>NSAppleScriptEnabled</key> |
- <true/> |
-</dict> |
-</plist> |