Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2980)

Unified Diff: chrome/app_shim/app_mode-Info.plist

Issue 1615823003: Set LSMinimumSystemVersion to 10.9.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/helper-Info.plist ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app_shim/app_mode-Info.plist
diff --git a/chrome/app_shim/app_mode-Info.plist b/chrome/app_shim/app_mode-Info.plist
index 1ca1b958f2a381db94930de03686420f0a6e9c9e..6250b0cad129d7328d5260c1fbd52e4070a61264 100644
--- a/chrome/app_shim/app_mode-Info.plist
+++ b/chrome/app_shim/app_mode-Info.plist
@@ -27,7 +27,7 @@
<key>CrBundleIdentifier</key>
<string>@APP_MODE_BROWSER_BUNDLE_ID@</string>
<key>LSMinimumSystemVersion</key>
- <string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
+ <string>10.9.0</string>
<key>NSAppleScriptEnabled</key>
<true/>
</dict>
« no previous file with comments | « chrome/app/helper-Info.plist ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698