| OLD | NEW |
| 1 <plist version="1.0"> | 1 <plist version="1.0"> |
| 2 <dict> | 2 <dict> |
| 3 <key>CFBundleDevelopmentRegion</key> | 3 <key>CFBundleDevelopmentRegion</key> |
| 4 <string>English</string> | 4 <string>English</string> |
| 5 <key>CFBundleIdentifier</key> | 5 <key>CFBundleIdentifier</key> |
| 6 <string>@BUNDLE_ID@</string> | 6 <string>@BUNDLE_ID@</string> |
| 7 <key>CFBundleInfoDictionaryVersion</key> | 7 <key>CFBundleInfoDictionaryVersion</key> |
| 8 <string>6.0</string> | 8 <string>6.0</string> |
| 9 <key>CFBundleName</key> | 9 <key>CFBundleName</key> |
| 10 <string>remoting_me2me_host</string> | 10 <string>remoting_me2me_host</string> |
| 11 <key>CFBundlePackageType</key> | 11 <key>CFBundlePackageType</key> |
| 12 <string>APPL</string> | 12 <string>APPL</string> |
| 13 <key>CFBundleVersion</key> | 13 <key>CFBundleVersion</key> |
| 14 <string>@VERSION_FULL@</string> | 14 <string>@VERSION_FULL@</string> |
| 15 <key>CFBundleShortVersionString</key> | 15 <key>CFBundleShortVersionString</key> |
| 16 <string>@VERSION_SHORT@</string> | 16 <string>@VERSION_SHORT@</string> |
| 17 <key>LSUIElement</key> |
| 18 <string>1</string> |
| 17 </dict> | 19 </dict> |
| 18 </plist> | 20 </plist> |
| OLD | NEW |