<?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>Japanese</string>
  <key>CFBundleDisplayName</key>
  <string>${BRANDING}Converter</string>
  <key>CFBundleExecutable</key>
  <string>${EXECUTABLE_NAME}</string>
  <key>CFBundleIconFile</key>
  <string>product_icon.icns</string>
  <key>CFBundleIdentifier</key>
  <string>${DOMAIN_PREFIX}.inputmethod.Japanese.Converter</string>
  <key>CFBundleInfoDictionaryVersion</key>
  <string>6.0</string>
  <key>CFBundleName</key>
  <string>${PRODUCT_NAME}</string>
  <key>CFBundlePackageType</key>
  <string>APPL</string>
  <key>CFBundleVersion</key>
  <string>${GOOGLE_VERSIONINFO_LONG}</string>
  <key>CFBundleShortVersionString</key>
  <string>${GOOGLE_VERSIONINFO_SHORT}</string>
  <key>CFBundleGetInfoString</key>
  <string>${GOOGLE_VERSIONINFO_FINDER}</string>
  <key>NSHumanReadableCopyright</key>
  <string>${GOOGLE_VERSIONINFO_ABOUT}</string>
  <key>CSResourcesFileMapped</key>
  <true/>
  <key>LSBackgroundOnly</key>
  <string>1</string>
  <key>LSUIElement</key>
  <string>1</string>
  <key>NSPrincipalClass</key>
  <string>NSApplication</string>
  <key>BreakpadProduct</key>
  <string>${BREAKPAD_PRODUCT}</string>
  <key>BreakpadProductDisplay</key>
  <string>${PRODUCT_NAME}</string>
  <key>BreakpadVersion</key>
  <string>${GOOGLE_VERSIONINFO_LONG}</string>
  <key>BreakpadURL</key>
  <string>${BREAKPAD_URL}</string>
  <key>BreakpadReportInterval</key>
  <string>86400</string>
  <key>BreakpadSkipConfirm</key>
  <string>YES</string>
  <key>BreakpadSendAndExit</key>
  <string>YES</string>
  <key>BreakpadInProcess</key>
  <string>YES</string>
</dict>
</plist>
