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

Unified Diff: build/config/mac/BuildInfo.plist

Issue 2367923002: Fail to build with unbound Info.plist substitutions instead of silently dropping them. (Closed)
Patch Set: Rebase to pick up crrev/c/555912 Created 3 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
« no previous file with comments | « no previous file | build/config/mac/plist_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/mac/BuildInfo.plist
diff --git a/build/config/mac/BuildInfo.plist b/build/config/mac/BuildInfo.plist
index b0856e3591d2df61feb42cb13caecc076d8018a0..d32bf2ea7f41274fc3ed799cedcc68f35a3f97e0 100644
--- a/build/config/mac/BuildInfo.plist
+++ b/build/config/mac/BuildInfo.plist
@@ -14,13 +14,5 @@
<string>${XCODE_VERSION}</string>
<key>DTXcodeBuild</key>
<string>${XCODE_BUILD}</string>
- <key>CFBundleShortVersionString</key>
- <string>${VERSION}</string>
- <key>CFBundleVersion</key>
- <string>${VERSION_BUILD}</string>
- <key>CFBundleIdentifier</key>
- <string>org.chromium.${PRODUCT_NAME:rfc1034identifier}</string>
- <key>SCM_REVISION</key>
- <string>${COMMIT_HASH}</string>
</dict>
</plist>
« no previous file with comments | « no previous file | build/config/mac/plist_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698