Commit 9b1b7c98 authored by Mila Green's avatar Mila Green Committed by Commit Bot

Add CFBundleIdentifier to chrome/updater/mac/Info.plist

Bug: 1064059
Change-Id: Id8362f5f70f82a5732b32746a71e4131223923a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116593Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Commit-Queue: Mila Green <milagreen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752592}
parent 2d71bdcb
......@@ -48,6 +48,8 @@ source_set("updater_tests") {
mac_app_bundle("updater_bundle") {
info_plist = "Info.plist"
output_name = updater_product_full_name
extra_substitutions =
[ "MAC_BUNDLE_IDENTIFIER=$mac_updater_bundle_identifier" ]
sources = [ "main.cc" ]
deps = [
......
......@@ -4,6 +4,8 @@
<dict>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIdentifier</key>
<string>${MAC_BUNDLE_IDENTIFIER}</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment