| Index: remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist
|
| diff --git a/remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist b/remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist
|
| index 87a4e8227a2159b8b84af4a749e230f4c4edafe8..ab760e27a9004921fbaaa5b3c3b835e33a3d0256 100644
|
| --- a/remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist
|
| +++ b/remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist
|
| @@ -9,17 +9,17 @@
|
| <key>CFBundleIconFile</key>
|
| <string>remoting_uninstaller</string>
|
| <key>CFBundleIdentifier</key>
|
| - <string>BUNDLE_ID</string>
|
| + <string>${BUNDLE_ID}</string>
|
| <key>CFBundleInfoDictionaryVersion</key>
|
| <string>6.0</string>
|
| <key>CFBundlePackageType</key>
|
| <string>APPL</string>
|
| <key>CFBundleShortVersionString</key>
|
| - <string>VERSION_SHORT</string>
|
| + <string>${VERSION_SHORT}</string>
|
| <key>CFBundleSignature</key>
|
| <string>????</string>
|
| <key>CFBundleVersion</key>
|
| - <string>VERSION_FULL</string>
|
| + <string>${VERSION_FULL}</string>
|
| <key>LSMinimumSystemVersion</key>
|
| <string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
|
| <key>NSMainNibFile</key>
|
|
|