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

Unified Diff: chrome/installer/mac/app/Info.plist

Issue 2364203002: Remove LSMinimumSystemVersion from content/shell's Info.plists, hardcode 10.9 in the installer's In… (Closed)
Patch Set: Created 4 years, 3 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/installer/mac/app/BUILD.gn ('k') | content/shell/app/app-Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/app/Info.plist
diff --git a/chrome/installer/mac/app/Info.plist b/chrome/installer/mac/app/Info.plist
index ef2f4fc7cd875c3d597e002e3ed7d487092aa2d7..7eb0404a6cc5038a09b95af74a0613c889e0d79c 100644
--- a/chrome/installer/mac/app/Info.plist
+++ b/chrome/installer/mac/app/Info.plist
@@ -23,7 +23,7 @@
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
- <string>${MACOSX_DEPLOYMENT_TARGET}</string>
+ <string>10.9.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Google. All rights reserved.</string>
<key>NSMainNibFile</key>
« no previous file with comments | « chrome/installer/mac/app/BUILD.gn ('k') | content/shell/app/app-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698