1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5  <key>CFBundleDevelopmentRegion</key>
6  <string>Japanese</string>
7  <key>CFBundleDisplayName</key>
8  <string>${BRANDING}Renderer</string>
9  <key>CFBundleExecutable</key>
10  <string>${EXECUTABLE_NAME}</string>
11  <key>CFBundleIconFile</key>
12  <string>product_icon.icns</string>
13  <key>CFBundleIdentifier</key>
14  <string>${DOMAIN_SUFFIX}.inputmethod.Japanese.Renderer</string>
15  <key>CFBundleInfoDictionaryVersion</key>
16  <string>6.0</string>
17  <key>CFBundleName</key>
18  <string>${PRODUCT_NAME}</string>
19  <key>CFBundlePackageType</key>
20  <string>APPL</string>
21  <key>CFBundleVersion</key>
22  <string>${GOOGLE_VERSIONINFO_LONG}</string>
23  <key>CFBundleShortVersionString</key>
24  <string>${GOOGLE_VERSIONINFO_SHORT}</string>
25  <key>CFBundleGetInfoString</key>
26  <string>${GOOGLE_VERSIONINFO_FINDER}</string>
27  <key>NSHumanReadableCopyright</key>
28  <string>${GOOGLE_VERSIONINFO_ABOUT}</string>
29  <key>CSResourcesFileMapped</key>
30  <true/>
31  <key>NSPrincipalClass</key>
32  <string>NSApplication</string>
33  <key>LSUIElement</key>
34  <string>1</string>
35  <key>BreakpadProduct</key>
36  <string>${BREAKPAD_PRODUCT}</string>
37  <key>BreakpadProductDisplay</key>
38  <string>${PRODUCT_NAME}</string>
39  <key>BreakpadVersion</key>
40  <string>${GOOGLE_VERSIONINFO_LONG}</string>
41  <key>BreakpadURL</key>
42  <string>${BREAKPAD_URL}</string>
43  <key>BreakpadReportInterval</key>
44  <string>86400</string>
45  <key>BreakpadSkipConfirm</key>
46  <string>YES</string>
47  <key>BreakpadSendAndExit</key>
48  <string>YES</string>
49  <key>BreakpadInProcess</key>
50  <string>YES</string>
51  <key>NSHighResolutionCapable</key>
52  <true/>
53</dict>
54</plist>
55