|
20 | 20 | 9BFBCAEED2ED8369BC7D6ED5 /* walk_strategy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9CBDA16D485EE2E7F11D171B /* walk_strategy.cpp */; }; |
21 | 21 | A71A7066B7F904D314C65992 /* contextual_user_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C960E407C381A6E5F4100F2 /* contextual_user_model.cpp */; }; |
22 | 22 | 6A660A702EAF371000D53D7B /* ByteBlockBackedDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A660A6F2EAF371000D53D7B /* ByteBlockBackedDictionary.cpp */; }; |
| 23 | + 6A68C1C32EC7F2C0005284A0 /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 6A68C1C12EC7F2C0005284A0 /* Localizable.stringsdict */; }; |
23 | 24 | 6A6ED16B2797650A0012872E /* template-phrases-replacement.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6A6ED1632797650A0012872E /* template-phrases-replacement.txt */; }; |
24 | 25 | 6A6ED16C2797650A0012872E /* template-data.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6A6ED1652797650A0012872E /* template-data.txt */; }; |
25 | 26 | 6A6ED16D2797650A0012872E /* template-exclude-phrases-plain-bpmf.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6A6ED1672797650A0012872E /* template-exclude-phrases-plain-bpmf.txt */; }; |
|
54 | 55 | D427F7B4279086DC004A2160 /* InputSourceHelper in Frameworks */ = {isa = PBXBuildFile; productRef = D427F7B3279086DC004A2160 /* InputSourceHelper */; }; |
55 | 56 | D427F7B6279086F6004A2160 /* InputSourceHelper in Frameworks */ = {isa = PBXBuildFile; productRef = D427F7B5279086F6004A2160 /* InputSourceHelper */; }; |
56 | 57 | D427F7C127908EFC004A2160 /* OpenCCBridge in Frameworks */ = {isa = PBXBuildFile; productRef = D427F7C027908EFC004A2160 /* OpenCCBridge */; }; |
| 58 | + D4314F0D2ED3690F0071DD71 /* NumberInputHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4314F0C2ED369090071DD71 /* NumberInputHelper.swift */; }; |
57 | 59 | D436E23F2CD20BA700C6155D /* AssociatedPhrasesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D436E23E2CD20B9E00C6155D /* AssociatedPhrasesTests.swift */; }; |
58 | 60 | D43737C92DF9C35800D9707C /* InputMethodController+KeyHandlerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D43737C82DF9C35100D9707C /* InputMethodController+KeyHandlerDelegate.swift */; }; |
59 | 61 | D43737CB2DF9C48300D9707C /* InputMethodController+CandidateControllerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D43737CA2DF9C48200D9707C /* InputMethodController+CandidateControllerDelegate.swift */; }; |
|
146 | 148 | 4C960E407C381A6E5F4100F2 /* contextual_user_model.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = contextual_user_model.cpp; sourceTree = "<group>"; }; |
147 | 149 | 6A660A6E2EAF371000D53D7B /* ByteBlockBackedDictionary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ByteBlockBackedDictionary.h; sourceTree = "<group>"; }; |
148 | 150 | 6A660A6F2EAF371000D53D7B /* ByteBlockBackedDictionary.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ByteBlockBackedDictionary.cpp; sourceTree = "<group>"; }; |
| 151 | + 6A68C1C22EC7F2C0005284A0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = en; path = en.lproj/Localizable.stringsdict; sourceTree = "<group>"; }; |
| 152 | + 6A68C1C42EC7F6B7005284A0 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.stringsdict"; sourceTree = "<group>"; }; |
149 | 153 | 6A6ED1642797650A0012872E /* Base */ = {isa = PBXFileReference; lastKnownFileType = text; name = Base; path = "Base.lproj/template-phrases-replacement.txt"; sourceTree = "<group>"; }; |
150 | 154 | 6A6ED1662797650A0012872E /* Base */ = {isa = PBXFileReference; lastKnownFileType = text; name = Base; path = "Base.lproj/template-data.txt"; sourceTree = "<group>"; }; |
151 | 155 | 6A6ED1682797650A0012872E /* Base */ = {isa = PBXFileReference; lastKnownFileType = text; name = Base; path = "Base.lproj/template-exclude-phrases-plain-bpmf.txt"; sourceTree = "<group>"; }; |
|
201 | 205 | D427F7AC27907B7E004A2160 /* NotifierUI */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = NotifierUI; path = Packages/NotifierUI; sourceTree = "<group>"; }; |
202 | 206 | D427F7B2279086B5004A2160 /* InputSourceHelper */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = InputSourceHelper; path = Packages/InputSourceHelper; sourceTree = "<group>"; }; |
203 | 207 | D427F7BF27908EAC004A2160 /* OpenCCBridge */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = OpenCCBridge; path = Packages/OpenCCBridge; sourceTree = "<group>"; }; |
| 208 | + D4314F0C2ED369090071DD71 /* NumberInputHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NumberInputHelper.swift; sourceTree = "<group>"; }; |
204 | 209 | D436E23E2CD20B9E00C6155D /* AssociatedPhrasesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssociatedPhrasesTests.swift; sourceTree = "<group>"; }; |
205 | 210 | D43737C82DF9C35100D9707C /* InputMethodController+KeyHandlerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "InputMethodController+KeyHandlerDelegate.swift"; sourceTree = "<group>"; }; |
206 | 211 | D43737CA2DF9C48200D9707C /* InputMethodController+CandidateControllerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "InputMethodController+CandidateControllerDelegate.swift"; sourceTree = "<group>"; }; |
|
331 | 336 | D4CB1A5A2B3891FB006EA984 /* DictionaryService.swift */, |
332 | 337 | D456576D279E4F7B00DF6BC9 /* KeyHandlerInput.swift */, |
333 | 338 | D461B791279DAC010070E734 /* InputState.swift */, |
| 339 | + D4314F0C2ED369090071DD71 /* NumberInputHelper.swift */, |
334 | 340 | D427F76B278CA1BA004A2160 /* AppDelegate.swift */, |
335 | 341 | D44FB74427915555003C80A6 /* Preferences.swift */, |
336 | 342 | D47F7DCF278C0897002F9DD7 /* NonModalAlertWindowController.swift */, |
|
465 | 471 | 6A93050C279877FF00D370DA /* McBopomofoInstaller-Bridging-Header.h */, |
466 | 472 | D4F0BBE2279B08900071253C /* BundleTranslocate.h */, |
467 | 473 | D4F0BBE3279B08900071253C /* BundleTranslocate.m */, |
| 474 | + 6A68C1C12EC7F2C0005284A0 /* Localizable.stringsdict */, |
468 | 475 | ); |
469 | 476 | path = Installer; |
470 | 477 | sourceTree = "<group>"; |
|
690 | 697 | 6ACA41FA15FC1D9000935EF6 /* InfoPlist.strings in Resources */, |
691 | 698 | 6A225A1F23679F2600F685C6 /* NotarizedArchives in Resources */, |
692 | 699 | 6ACA41FB15FC1D9000935EF6 /* License.rtf in Resources */, |
| 700 | + 6A68C1C32EC7F2C0005284A0 /* Localizable.stringsdict in Resources */, |
693 | 701 | 6ACA41FC15FC1D9000935EF6 /* Localizable.strings in Resources */, |
694 | 702 | 6ACA41FD15FC1D9000935EF6 /* MainMenu.xib in Resources */, |
695 | 703 | ); |
|
744 | 752 | D4A13D5A27A59F0B003BE359 /* InputMethodController.swift in Sources */, |
745 | 753 | D44FB74527915565003C80A6 /* Preferences.swift in Sources */, |
746 | 754 | 6A660A702EAF371000D53D7B /* ByteBlockBackedDictionary.cpp in Sources */, |
| 755 | + D4314F0D2ED3690F0071DD71 /* NumberInputHelper.swift in Sources */, |
747 | 756 | D4E569DC27A34D0E00AC2CEF /* KeyHandler.mm in Sources */, |
748 | 757 | 6A4F5F982879E838008C4307 /* reading_grid.cpp in Sources */, |
749 | 758 | 9BFBCAEED2ED8369BC7D6ED5 /* walk_strategy.cpp in Sources */, |
|
833 | 842 | name = MainMenu.xib; |
834 | 843 | sourceTree = "<group>"; |
835 | 844 | }; |
| 845 | + 6A68C1C12EC7F2C0005284A0 /* Localizable.stringsdict */ = { |
| 846 | + isa = PBXVariantGroup; |
| 847 | + children = ( |
| 848 | + 6A68C1C22EC7F2C0005284A0 /* en */, |
| 849 | + 6A68C1C42EC7F6B7005284A0 /* zh-Hant */, |
| 850 | + ); |
| 851 | + name = Localizable.stringsdict; |
| 852 | + sourceTree = "<group>"; |
| 853 | + }; |
836 | 854 | 6A6ED1632797650A0012872E /* template-phrases-replacement.txt */ = { |
837 | 855 | isa = PBXVariantGroup; |
838 | 856 | children = ( |
|
1092 | 1110 | "$(inherited)", |
1093 | 1111 | "@executable_path/../Frameworks", |
1094 | 1112 | ); |
1095 | | - MACOSX_DEPLOYMENT_TARGET = 10.15; |
| 1113 | + MACOSX_DEPLOYMENT_TARGET = 11.0; |
1096 | 1114 | ONLY_ACTIVE_ARCH = YES; |
1097 | 1115 | PRODUCT_BUNDLE_IDENTIFIER = org.openvanilla.inputmethod.McBopomofo; |
1098 | 1116 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1147 | 1165 | "$(inherited)", |
1148 | 1166 | "@executable_path/../Frameworks", |
1149 | 1167 | ); |
1150 | | - MACOSX_DEPLOYMENT_TARGET = 10.15; |
| 1168 | + MACOSX_DEPLOYMENT_TARGET = 11.0; |
1151 | 1169 | PRODUCT_BUNDLE_IDENTIFIER = org.openvanilla.inputmethod.McBopomofo; |
1152 | 1170 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1153 | 1171 | SDKROOT = macosx; |
|
1182 | 1200 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
1183 | 1201 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
1184 | 1202 | GCC_WARN_UNUSED_VARIABLE = YES; |
1185 | | - MACOSX_DEPLOYMENT_TARGET = 10.13; |
| 1203 | + MACOSX_DEPLOYMENT_TARGET = 11.0; |
1186 | 1204 | ONLY_ACTIVE_ARCH = YES; |
1187 | 1205 | OTHER_CFLAGS = ""; |
1188 | 1206 | OTHER_LDFLAGS = ""; |
|
1208 | 1226 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
1209 | 1227 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
1210 | 1228 | GCC_WARN_UNUSED_VARIABLE = YES; |
1211 | | - MACOSX_DEPLOYMENT_TARGET = 10.13; |
| 1229 | + MACOSX_DEPLOYMENT_TARGET = 11.0; |
1212 | 1230 | OTHER_CFLAGS = ""; |
1213 | 1231 | OTHER_LDFLAGS = ""; |
1214 | 1232 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1252 | 1270 | "$(inherited)", |
1253 | 1271 | "@executable_path/../Frameworks", |
1254 | 1272 | ); |
1255 | | - MACOSX_DEPLOYMENT_TARGET = 10.15; |
| 1273 | + MACOSX_DEPLOYMENT_TARGET = 11.0; |
1256 | 1274 | ONLY_ACTIVE_ARCH = YES; |
1257 | 1275 | PRODUCT_BUNDLE_IDENTIFIER = "org.openvanilla.McBopomofo.${PRODUCT_NAME:rfc1034identifier}"; |
1258 | 1276 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1294 | 1312 | "$(inherited)", |
1295 | 1313 | "@executable_path/../Frameworks", |
1296 | 1314 | ); |
1297 | | - MACOSX_DEPLOYMENT_TARGET = 10.15; |
| 1315 | + MACOSX_DEPLOYMENT_TARGET = 11.0; |
1298 | 1316 | PRODUCT_BUNDLE_IDENTIFIER = "org.openvanilla.McBopomofo.${PRODUCT_NAME:rfc1034identifier}"; |
1299 | 1317 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1300 | 1318 | SDKROOT = macosx; |
|
1340 | 1358 | "@executable_path/../Frameworks", |
1341 | 1359 | "@loader_path/../Frameworks", |
1342 | 1360 | ); |
1343 | | - MACOSX_DEPLOYMENT_TARGET = 10.15; |
| 1361 | + MACOSX_DEPLOYMENT_TARGET = 11.0; |
1344 | 1362 | MARKETING_VERSION = 1.0; |
1345 | 1363 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
1346 | 1364 | MTL_FAST_MATH = YES; |
|
1387 | 1405 | "@executable_path/../Frameworks", |
1388 | 1406 | "@loader_path/../Frameworks", |
1389 | 1407 | ); |
1390 | | - MACOSX_DEPLOYMENT_TARGET = 10.15; |
| 1408 | + MACOSX_DEPLOYMENT_TARGET = 11.0; |
1391 | 1409 | MARKETING_VERSION = 1.0; |
1392 | 1410 | MTL_ENABLE_DEBUG_INFO = NO; |
1393 | 1411 | MTL_FAST_MATH = YES; |
|
0 commit comments