| Index: remoting/host/remoting_me2me_host-Info.plist
|
| diff --git a/remoting/host/remoting_me2me_host-Info.plist b/remoting/host/remoting_me2me_host-Info.plist
|
| index 1f2b9dfb7d088d39d4b64366bb35f91ca3d47cd3..ea0375d2c4b9b814b971af8aa1cd984ac2552603 100644
|
| --- a/remoting/host/remoting_me2me_host-Info.plist
|
| +++ b/remoting/host/remoting_me2me_host-Info.plist
|
| @@ -9,7 +9,7 @@
|
| <key>CFBundleIconFile</key>
|
| <string>remoting_me2me_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>
|
|
|