Index: remoting/host/setup/native_messaging_host-Info.plist |
diff --git a/remoting/host/setup/native_messaging_host-Info.plist b/remoting/host/setup/native_messaging_host-Info.plist |
index fe012564ca52243ff88f484686411cd535bf9c64..3a365107cbfc26c2c746e6db14f13be90c20dbde 100644 |
--- a/remoting/host/setup/native_messaging_host-Info.plist |
+++ b/remoting/host/setup/native_messaging_host-Info.plist |
@@ -9,7 +9,7 @@ |
<key>CFBundleIconFile</key> |
<string>native_messaging_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> |