chromium/remoting/host/setup/native_messaging_host-Info.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>CFBundleDevelopmentRegion</key>
  <string>English</string>
  <key>CFBundleExecutable</key>
  <string>${EXECUTABLE_NAME}</string>
  <key>CFBundleIconFile</key>
  <string>remoting_host</string>
  <key>CFBundleIdentifier</key>
  <string>${BUNDLE_ID}</string>
  <key>CFBundleInfoDictionaryVersion</key>
  <string>6.0</string>
  <key>CFBundleName</key>
  <string>${HOST_NAME}</string>
  <key>CFBundlePackageType</key>
  <string>APPL</string>
  <key>CFBundleSignature</key>
  <string>????</string>
  <key>CFBundleVersion</key>
  <string>${VERSION_FULL}</string>
  <key>CFBundleShortVersionString</key>
  <string>${VERSION_SHORT}</string>
  <key>LSMinimumSystemVersion</key>
  <string>${MACOSX_DEPLOYMENT_TARGET}</string>
  <key>NSPrincipalClass</key>
  <string>CrApplication</string>
  <key>LSUIElement</key>
  <string>1</string>
  <key>BreakpadProduct</key>
  <string>Chromoting_Mac</string>
  <key>BreakpadVersion</key>
  <string>${VERSION_FULL}</string>
</dict>
</plist>