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

Unified Diff: extensions/shell/app/helper-Info.plist

Issue 2367923002: Fail to build with unbound Info.plist substitutions instead of silently dropping them. (Closed)
Patch Set: Hard code one more instance of LSMinimumSystemVersion Created 3 years, 6 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: extensions/shell/app/helper-Info.plist
diff --git a/extensions/shell/app/helper-Info.plist b/extensions/shell/app/helper-Info.plist
index dd654f115e4add5bcd8c4c85a3e4d486ea74ce9e..41016fa9a24be48d8eb9bdf2f3295dcf53db7fbf 100644
--- a/extensions/shell/app/helper-Info.plist
+++ b/extensions/shell/app/helper-Info.plist
@@ -21,7 +21,7 @@
<key>LSFileQuarantineEnabled</key>
<true/>
<key>LSMinimumSystemVersion</key>
- <string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
+ <string>10.9.0</string>
<key>LSUIElement</key>
<string>1</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>

Powered by Google App Engine
This is Rietveld 408576698