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

Unified Diff: content/shell/mac/helper-Info.plist

Issue 10810031: [Mac] In all the plists, define the LSMinimumSystemVersion based on MACOSX_DEPLOYMENT_TARGET. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: content/shell/mac/helper-Info.plist
diff --git a/content/shell/mac/helper-Info.plist b/content/shell/mac/helper-Info.plist
index 2208e701319ae117dbca1546596d1c39adafc2d2..646d48ff1748a5584aa090adbe3ed66c480c7086 100644
--- a/content/shell/mac/helper-Info.plist
+++ b/content/shell/mac/helper-Info.plist
@@ -21,7 +21,7 @@
<key>LSFileQuarantineEnabled</key>
<true/>
<key>LSMinimumSystemVersion</key>
- <string>10.5.0</string>
+ <string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
<key>LSUIElement</key>
<string>1</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
« no previous file with comments | « content/shell/mac/app-Info.plist ('k') | remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698