| 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>
|
|
|