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

Unified Diff: extensions/shell/app/app-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
« no previous file with comments | « build/config/mac/plist_util.py ('k') | extensions/shell/app/helper-Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/app/app-Info.plist
diff --git a/extensions/shell/app/app-Info.plist b/extensions/shell/app/app-Info.plist
index 269fd96fa36302f19e6d77bfef277044b1e55080..62bc1d1303500c606d7db77aeb4721f4b64a296c 100644
--- a/extensions/shell/app/app-Info.plist
+++ b/extensions/shell/app/app-Info.plist
@@ -25,7 +25,7 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSMinimumSystemVersion</key>
- <string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
+ <string>10.9.0</string>
sdefresne 2017/06/27 08:26:25 I don't like hardcoding the value here. It is avai
Sidney San Martín 2017/06/27 19:45:50 Done. I just remembered why it was like this in th
<key>LSFileQuarantineEnabled</key>
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
« no previous file with comments | « build/config/mac/plist_util.py ('k') | extensions/shell/app/helper-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698