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

Unified Diff: remoting/host/it2me/remote_assistance_host-Info.plist

Issue 2169273002: [Mac/GN] Fix all the //remoting Info.plist substitutions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « remoting/host/it2me/BUILD.gn ('k') | remoting/host/mac/me2me_preference_pane-Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me/remote_assistance_host-Info.plist
diff --git a/remoting/host/it2me/remote_assistance_host-Info.plist b/remoting/host/it2me/remote_assistance_host-Info.plist
index f71491310567af8676396872a342aef455cd1d0b..9e3a62cb8a2c537e9f2f24957145d191528428fc 100644
--- a/remoting/host/it2me/remote_assistance_host-Info.plist
+++ b/remoting/host/it2me/remote_assistance_host-Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string>remote_assistance_host</string>
<key>CFBundleIdentifier</key>
- <string>BUNDLE_ID</string>
+ <string>${BUNDLE_ID}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -19,9 +19,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>VERSION_FULL</string>
+ <string>${VERSION_FULL}</string>
<key>CFBundleShortVersionString</key>
- <string>VERSION_SHORT</string>
+ <string>${VERSION_SHORT}</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
<key>NSPrincipalClass</key>
@@ -31,6 +31,6 @@
<key>BreakpadProduct</key>
<string>Chromoting_Mac</string>
<key>BreakpadVersion</key>
- <string>VERSION_FULL</string>
+ <string>${VERSION_FULL}</string>
</dict>
</plist>
« no previous file with comments | « remoting/host/it2me/BUILD.gn ('k') | remoting/host/mac/me2me_preference_pane-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698