-
Notifications
You must be signed in to change notification settings - Fork 365
/
Info.plist
222 lines (222 loc) · 7.24 KB
/
Info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<?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>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>product_icon.icns</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</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>${CURRENT_PROJECT_VERSION}</string>
<key>CFBundleShortVersionString</key>
<string>${MARKETING_VERSION}</string>
<key>CFBundleGetInfoString</key>
<string>${GOOGLE_VERSIONINFO_FINDER}</string>
<key>NSHumanReadableCopyright</key>
<string>${GOOGLE_VERSIONINFO_ABOUT}</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>ComponentInputModeDict</key>
<dict>
<key>tsInputModeListKey</key>
<dict>
<key>com.apple.inputmethod.Japanese</key>
<dict>
<key>TISInputSourceID</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}.base</string>
<key>TISIntendedLanguage</key>
<string>ja</string>
<key>tsInputModeAlternateMenuIconFileKey</key>
<string>hiragana.tiff</string>
<key>tsInputModeDefaultStateKey</key>
<true/>
<key>tsInputModeIsVisibleKey</key>
<true/>
<key>tsInputModeJISKeyboardShortcutKey</key>
<integer>1</integer>
<key>tsInputModeKeyEquivalentKey</key>
<string>J</string>
<key>tsInputModeKeyEquivalentModifiersKey</key>
<integer>4608</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>hiragana.tiff</string>
<key>tsInputModePaletteIconFileKey</key>
<string>hiragana.tiff</string>
<key>tsInputModePrimaryInScriptKey</key>
<true/>
<key>tsInputModeScriptKey</key>
<string>smJapanese</string>
</dict>
<key>com.apple.inputmethod.Japanese.Katakana</key>
<dict>
<key>TISInputSourceID</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}.Katakana</string>
<key>TISIntendedLanguage</key>
<string>ja</string>
<key>tsInputModeAlternateMenuIconFileKey</key>
<string>full_katakana.tiff</string>
<key>tsInputModeDefaultStateKey</key>
<true/>
<key>tsInputModeIsVisibleKey</key>
<true/>
<key>tsInputModeJISKeyboardShortcutKey</key>
<integer>2</integer>
<key>tsInputModeKeyEquivalentKey</key>
<string>K</string>
<key>tsInputModeKeyEquivalentModifiersKey</key>
<integer>4608</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>full_katakana.tiff</string>
<key>tsInputModePaletteIconFileKey</key>
<string>full_katakana.tiff</string>
<key>tsInputModePrimaryInScriptKey</key>
<false/>
<key>tsInputModeScriptKey</key>
<string>smJapanese</string>
</dict>
<key>com.apple.inputmethod.Japanese.HalfWidthKana</key>
<dict>
<key>TISInputSourceID</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}.HalfWidthKana</string>
<key>TISIntendedLanguage</key>
<string>ja</string>
<key>tsInputModeAlternateMenuIconFileKey</key>
<string>half_katakana.tiff</string>
<key>tsInputModeDefaultStateKey</key>
<true/>
<key>tsInputModeIsVisibleKey</key>
<true/>
<key>tsInputModeJISKeyboardShortcutKey</key>
<integer>2</integer>
<key>tsInputModeKeyEquivalentKey</key>
<string>:</string>
<key>tsInputModeKeyEquivalentModifiersKey</key>
<integer>4608</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>half_katakana.tiff</string>
<key>tsInputModePaletteIconFileKey</key>
<string>half_katakana.tiff</string>
<key>tsInputModePrimaryInScriptKey</key>
<false/>
<key>tsInputModeScriptKey</key>
<string>smJapanese</string>
</dict>
<key>com.apple.inputmethod.Japanese.FullWidthRoman</key>
<dict>
<key>TISInputSourceID</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}.FullWidthRoman</string>
<key>TISIntendedLanguage</key>
<string>ja</string>
<key>tsInputModeAlternateMenuIconFileKey</key>
<string>full_ascii.tiff</string>
<key>tsInputModeDefaultStateKey</key>
<true/>
<key>tsInputModeIsVisibleKey</key>
<true/>
<key>tsInputModeJISKeyboardShortcutKey</key>
<integer>0</integer>
<key>tsInputModeKeyEquivalentKey</key>
<string>L</string>
<key>tsInputModeKeyEquivalentModifiersKey</key>
<integer>4608</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>full_ascii.tiff</string>
<key>tsInputModePaletteIconFileKey</key>
<string>full_ascii.tiff</string>
<key>tsInputModePrimaryInScriptKey</key>
<false/>
<key>tsInputModeScriptKey</key>
<string>smJapanese</string>
</dict>
<key>com.apple.inputmethod.Roman</key>
<dict>
<key>TISInputSourceID</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}.Roman</string>
<key>TISIntendedLanguage</key>
<string>en</string>
<key>tsInputModeAlternateMenuIconFileKey</key>
<string>direct.tiff</string>
<key>tsInputModeDefaultStateKey</key>
<true/>
<key>tsInputModeIsVisibleKey</key>
<true/>
<key>tsInputModeJISKeyboardShortcutKey</key>
<integer>3</integer>
<key>tsInputModeKeyEquivalentKey</key>
<string>;</string>
<key>tsInputModeKeyEquivalentModifiersKey</key>
<integer>4608</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>direct.tiff</string>
<key>tsInputModePaletteIconFileKey</key>
<string>direct.tiff</string>
<key>tsInputModePrimaryInScriptKey</key>
<true/>
<key>tsInputModeScriptKey</key>
<string>smRoman</string>
</dict>
</dict>
<key>tsVisibleInputModeOrderedArrayKey</key>
<array>
<string>com.apple.inputmethod.Japanese</string>
<string>com.apple.inputmethod.Japanese.Katakana</string>
<string>com.apple.inputmethod.Japanese.HalfWidthKana</string>
<string>com.apple.inputmethod.Japanese.FullWidthRoman</string>
<string>com.apple.inputmethod.Roman</string>
</array>
</dict>
<key>InputMethodConnectionName</key>
<string>${PRODUCT_NAME}_1_Connection</string>
<key>InputMethodServerControllerClass</key>
<string>MozcImkInputController</string>
<key>InputMethodServerDelegateClass</key>
<string>MozcImkInputController</string>
<key>InputMethodServerDataSourceClass</key>
<string>MozcImkInputController</string>
<key>LSBackgroundOnly</key>
<string>1</string>
<key>LSUIElement</key>
<string>1</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>TISIntendedLanguage</key>
<string>ja</string>
<key>tsInputMethodCharacterRepertoireKey</key>
<array>
<string>Hira</string>
<string>Kana</string>
<string>Hani</string>
<string>Latn</string>
</array>
<key>tsInputMethodIconFileKey</key>
<string>product_icon.icns</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>