|
17 | 17 | 6A2E40F9253A6AA000D1AE1D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6A2E40F5253A69DA00D1AE1D /* Images.xcassets */; }; |
18 | 18 | 6A38BC1515FC117A00A8A51F /* data.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6A38BBF615FC117A00A8A51F /* data.txt */; }; |
19 | 19 | 6A4F5F982879E838008C4307 /* reading_grid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A4F5F932879E838008C4307 /* reading_grid.cpp */; }; |
| 20 | + A71A7066B7F904D314C65992 /* contextual_user_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C960E407C381A6E5F4100F2 /* contextual_user_model.cpp */; }; |
| 21 | + 9BFBCAEED2ED8369BC7D6ED5 /* walk_strategy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9CBDA16D485EE2E7F11D171B /* walk_strategy.cpp */; }; |
20 | 22 | 6A660A702EAF371000D53D7B /* ByteBlockBackedDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A660A6F2EAF371000D53D7B /* ByteBlockBackedDictionary.cpp */; }; |
21 | | - 6A68C1C32EC7F2C0005284A0 /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 6A68C1C12EC7F2C0005284A0 /* Localizable.stringsdict */; }; |
22 | 23 | 6A6ED16B2797650A0012872E /* template-phrases-replacement.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6A6ED1632797650A0012872E /* template-phrases-replacement.txt */; }; |
23 | 24 | 6A6ED16C2797650A0012872E /* template-data.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6A6ED1652797650A0012872E /* template-data.txt */; }; |
24 | 25 | 6A6ED16D2797650A0012872E /* template-exclude-phrases-plain-bpmf.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6A6ED1672797650A0012872E /* template-exclude-phrases-plain-bpmf.txt */; }; |
|
53 | 54 | D427F7B4279086DC004A2160 /* InputSourceHelper in Frameworks */ = {isa = PBXBuildFile; productRef = D427F7B3279086DC004A2160 /* InputSourceHelper */; }; |
54 | 55 | D427F7B6279086F6004A2160 /* InputSourceHelper in Frameworks */ = {isa = PBXBuildFile; productRef = D427F7B5279086F6004A2160 /* InputSourceHelper */; }; |
55 | 56 | D427F7C127908EFC004A2160 /* OpenCCBridge in Frameworks */ = {isa = PBXBuildFile; productRef = D427F7C027908EFC004A2160 /* OpenCCBridge */; }; |
56 | | - D4314F0D2ED3690F0071DD71 /* NumberInputHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4314F0C2ED369090071DD71 /* NumberInputHelper.swift */; }; |
57 | 57 | D436E23F2CD20BA700C6155D /* AssociatedPhrasesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D436E23E2CD20B9E00C6155D /* AssociatedPhrasesTests.swift */; }; |
58 | 58 | D43737C92DF9C35800D9707C /* InputMethodController+KeyHandlerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D43737C82DF9C35100D9707C /* InputMethodController+KeyHandlerDelegate.swift */; }; |
59 | 59 | D43737CB2DF9C48300D9707C /* InputMethodController+CandidateControllerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D43737CA2DF9C48200D9707C /* InputMethodController+CandidateControllerDelegate.swift */; }; |
|
140 | 140 | 6A4F5F912879E838008C4307 /* reading_grid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reading_grid.h; sourceTree = "<group>"; }; |
141 | 141 | 6A4F5F922879E838008C4307 /* language_model.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = language_model.h; sourceTree = "<group>"; }; |
142 | 142 | 6A4F5F932879E838008C4307 /* reading_grid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reading_grid.cpp; sourceTree = "<group>"; }; |
| 143 | + B590C82EAD5C575FFC76F863 /* contextual_user_model.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = contextual_user_model.h; sourceTree = "<group>"; }; |
| 144 | + 4C960E407C381A6E5F4100F2 /* contextual_user_model.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = contextual_user_model.cpp; sourceTree = "<group>"; }; |
| 145 | + 1B900C269506F40A48314006 /* walk_strategy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = walk_strategy.h; sourceTree = "<group>"; }; |
| 146 | + 9CBDA16D485EE2E7F11D171B /* walk_strategy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = walk_strategy.cpp; sourceTree = "<group>"; }; |
143 | 147 | 6A660A6E2EAF371000D53D7B /* ByteBlockBackedDictionary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ByteBlockBackedDictionary.h; sourceTree = "<group>"; }; |
144 | 148 | 6A660A6F2EAF371000D53D7B /* ByteBlockBackedDictionary.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ByteBlockBackedDictionary.cpp; sourceTree = "<group>"; }; |
145 | | - 6A68C1C22EC7F2C0005284A0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = en; path = en.lproj/Localizable.stringsdict; sourceTree = "<group>"; }; |
146 | | - 6A68C1C42EC7F6B7005284A0 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.stringsdict"; sourceTree = "<group>"; }; |
147 | 149 | 6A6ED1642797650A0012872E /* Base */ = {isa = PBXFileReference; lastKnownFileType = text; name = Base; path = "Base.lproj/template-phrases-replacement.txt"; sourceTree = "<group>"; }; |
148 | 150 | 6A6ED1662797650A0012872E /* Base */ = {isa = PBXFileReference; lastKnownFileType = text; name = Base; path = "Base.lproj/template-data.txt"; sourceTree = "<group>"; }; |
149 | 151 | 6A6ED1682797650A0012872E /* Base */ = {isa = PBXFileReference; lastKnownFileType = text; name = Base; path = "Base.lproj/template-exclude-phrases-plain-bpmf.txt"; sourceTree = "<group>"; }; |
|
199 | 201 | D427F7AC27907B7E004A2160 /* NotifierUI */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = NotifierUI; path = Packages/NotifierUI; sourceTree = "<group>"; }; |
200 | 202 | D427F7B2279086B5004A2160 /* InputSourceHelper */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = InputSourceHelper; path = Packages/InputSourceHelper; sourceTree = "<group>"; }; |
201 | 203 | D427F7BF27908EAC004A2160 /* OpenCCBridge */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = OpenCCBridge; path = Packages/OpenCCBridge; sourceTree = "<group>"; }; |
202 | | - D4314F0C2ED369090071DD71 /* NumberInputHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NumberInputHelper.swift; sourceTree = "<group>"; }; |
203 | 204 | D436E23E2CD20B9E00C6155D /* AssociatedPhrasesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssociatedPhrasesTests.swift; sourceTree = "<group>"; }; |
204 | 205 | D43737C82DF9C35100D9707C /* InputMethodController+KeyHandlerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "InputMethodController+KeyHandlerDelegate.swift"; sourceTree = "<group>"; }; |
205 | 206 | D43737CA2DF9C48200D9707C /* InputMethodController+CandidateControllerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "InputMethodController+CandidateControllerDelegate.swift"; sourceTree = "<group>"; }; |
|
330 | 331 | D4CB1A5A2B3891FB006EA984 /* DictionaryService.swift */, |
331 | 332 | D456576D279E4F7B00DF6BC9 /* KeyHandlerInput.swift */, |
332 | 333 | D461B791279DAC010070E734 /* InputState.swift */, |
333 | | - D4314F0C2ED369090071DD71 /* NumberInputHelper.swift */, |
334 | 334 | D427F76B278CA1BA004A2160 /* AppDelegate.swift */, |
335 | 335 | D44FB74427915555003C80A6 /* Preferences.swift */, |
336 | 336 | D47F7DCF278C0897002F9DD7 /* NonModalAlertWindowController.swift */, |
|
430 | 430 | 6A4F5F912879E838008C4307 /* reading_grid.h */, |
431 | 431 | 6A4F5F922879E838008C4307 /* language_model.h */, |
432 | 432 | 6A4F5F932879E838008C4307 /* reading_grid.cpp */, |
| 433 | + B590C82EAD5C575FFC76F863 /* contextual_user_model.h */, |
| 434 | + 4C960E407C381A6E5F4100F2 /* contextual_user_model.cpp */, |
| 435 | + 1B900C269506F40A48314006 /* walk_strategy.h */, |
| 436 | + 9CBDA16D485EE2E7F11D171B /* walk_strategy.cpp */, |
433 | 437 | ); |
434 | 438 | path = gramambular2; |
435 | 439 | sourceTree = "<group>"; |
|
461 | 465 | 6A93050C279877FF00D370DA /* McBopomofoInstaller-Bridging-Header.h */, |
462 | 466 | D4F0BBE2279B08900071253C /* BundleTranslocate.h */, |
463 | 467 | D4F0BBE3279B08900071253C /* BundleTranslocate.m */, |
464 | | - 6A68C1C12EC7F2C0005284A0 /* Localizable.stringsdict */, |
465 | 468 | ); |
466 | 469 | path = Installer; |
467 | 470 | sourceTree = "<group>"; |
|
687 | 690 | 6ACA41FA15FC1D9000935EF6 /* InfoPlist.strings in Resources */, |
688 | 691 | 6A225A1F23679F2600F685C6 /* NotarizedArchives in Resources */, |
689 | 692 | 6ACA41FB15FC1D9000935EF6 /* License.rtf in Resources */, |
690 | | - 6A68C1C32EC7F2C0005284A0 /* Localizable.stringsdict in Resources */, |
691 | 693 | 6ACA41FC15FC1D9000935EF6 /* Localizable.strings in Resources */, |
692 | 694 | 6ACA41FD15FC1D9000935EF6 /* MainMenu.xib in Resources */, |
693 | 695 | ); |
|
742 | 744 | D4A13D5A27A59F0B003BE359 /* InputMethodController.swift in Sources */, |
743 | 745 | D44FB74527915565003C80A6 /* Preferences.swift in Sources */, |
744 | 746 | 6A660A702EAF371000D53D7B /* ByteBlockBackedDictionary.cpp in Sources */, |
745 | | - D4314F0D2ED3690F0071DD71 /* NumberInputHelper.swift in Sources */, |
746 | 747 | D4E569DC27A34D0E00AC2CEF /* KeyHandler.mm in Sources */, |
747 | 748 | 6A4F5F982879E838008C4307 /* reading_grid.cpp in Sources */, |
| 749 | + A71A7066B7F904D314C65992 /* contextual_user_model.cpp in Sources */, |
| 750 | + 9BFBCAEED2ED8369BC7D6ED5 /* walk_strategy.cpp in Sources */, |
748 | 751 | D47F7DD0278C0897002F9DD7 /* NonModalAlertWindowController.swift in Sources */, |
749 | 752 | D456576E279E4F7B00DF6BC9 /* KeyHandlerInput.swift in Sources */, |
750 | 753 | D47F7DCE278BFB57002F9DD7 /* PreferencesWindowController.swift in Sources */, |
|
830 | 833 | name = MainMenu.xib; |
831 | 834 | sourceTree = "<group>"; |
832 | 835 | }; |
833 | | - 6A68C1C12EC7F2C0005284A0 /* Localizable.stringsdict */ = { |
834 | | - isa = PBXVariantGroup; |
835 | | - children = ( |
836 | | - 6A68C1C22EC7F2C0005284A0 /* en */, |
837 | | - 6A68C1C42EC7F6B7005284A0 /* zh-Hant */, |
838 | | - ); |
839 | | - name = Localizable.stringsdict; |
840 | | - sourceTree = "<group>"; |
841 | | - }; |
842 | 836 | 6A6ED1632797650A0012872E /* template-phrases-replacement.txt */ = { |
843 | 837 | isa = PBXVariantGroup; |
844 | 838 | children = ( |
|
1098 | 1092 | "$(inherited)", |
1099 | 1093 | "@executable_path/../Frameworks", |
1100 | 1094 | ); |
1101 | | - MACOSX_DEPLOYMENT_TARGET = 11.0; |
| 1095 | + MACOSX_DEPLOYMENT_TARGET = 10.15; |
1102 | 1096 | ONLY_ACTIVE_ARCH = YES; |
1103 | 1097 | PRODUCT_BUNDLE_IDENTIFIER = org.openvanilla.inputmethod.McBopomofo; |
1104 | 1098 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1153 | 1147 | "$(inherited)", |
1154 | 1148 | "@executable_path/../Frameworks", |
1155 | 1149 | ); |
1156 | | - MACOSX_DEPLOYMENT_TARGET = 11.0; |
| 1150 | + MACOSX_DEPLOYMENT_TARGET = 10.15; |
1157 | 1151 | PRODUCT_BUNDLE_IDENTIFIER = org.openvanilla.inputmethod.McBopomofo; |
1158 | 1152 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1159 | 1153 | SDKROOT = macosx; |
|
1188 | 1182 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
1189 | 1183 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
1190 | 1184 | GCC_WARN_UNUSED_VARIABLE = YES; |
1191 | | - MACOSX_DEPLOYMENT_TARGET = 11.0; |
| 1185 | + MACOSX_DEPLOYMENT_TARGET = 10.13; |
1192 | 1186 | ONLY_ACTIVE_ARCH = YES; |
1193 | 1187 | OTHER_CFLAGS = ""; |
1194 | 1188 | OTHER_LDFLAGS = ""; |
|
1214 | 1208 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
1215 | 1209 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
1216 | 1210 | GCC_WARN_UNUSED_VARIABLE = YES; |
1217 | | - MACOSX_DEPLOYMENT_TARGET = 11.0; |
| 1211 | + MACOSX_DEPLOYMENT_TARGET = 10.13; |
1218 | 1212 | OTHER_CFLAGS = ""; |
1219 | 1213 | OTHER_LDFLAGS = ""; |
1220 | 1214 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1258 | 1252 | "$(inherited)", |
1259 | 1253 | "@executable_path/../Frameworks", |
1260 | 1254 | ); |
1261 | | - MACOSX_DEPLOYMENT_TARGET = 11.0; |
| 1255 | + MACOSX_DEPLOYMENT_TARGET = 10.15; |
1262 | 1256 | ONLY_ACTIVE_ARCH = YES; |
1263 | 1257 | PRODUCT_BUNDLE_IDENTIFIER = "org.openvanilla.McBopomofo.${PRODUCT_NAME:rfc1034identifier}"; |
1264 | 1258 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1300 | 1294 | "$(inherited)", |
1301 | 1295 | "@executable_path/../Frameworks", |
1302 | 1296 | ); |
1303 | | - MACOSX_DEPLOYMENT_TARGET = 11.0; |
| 1297 | + MACOSX_DEPLOYMENT_TARGET = 10.15; |
1304 | 1298 | PRODUCT_BUNDLE_IDENTIFIER = "org.openvanilla.McBopomofo.${PRODUCT_NAME:rfc1034identifier}"; |
1305 | 1299 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1306 | 1300 | SDKROOT = macosx; |
|
1346 | 1340 | "@executable_path/../Frameworks", |
1347 | 1341 | "@loader_path/../Frameworks", |
1348 | 1342 | ); |
1349 | | - MACOSX_DEPLOYMENT_TARGET = 11.0; |
| 1343 | + MACOSX_DEPLOYMENT_TARGET = 10.15; |
1350 | 1344 | MARKETING_VERSION = 1.0; |
1351 | 1345 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
1352 | 1346 | MTL_FAST_MATH = YES; |
|
1393 | 1387 | "@executable_path/../Frameworks", |
1394 | 1388 | "@loader_path/../Frameworks", |
1395 | 1389 | ); |
1396 | | - MACOSX_DEPLOYMENT_TARGET = 11.0; |
| 1390 | + MACOSX_DEPLOYMENT_TARGET = 10.15; |
1397 | 1391 | MARKETING_VERSION = 1.0; |
1398 | 1392 | MTL_ENABLE_DEBUG_INFO = NO; |
1399 | 1393 | MTL_FAST_MATH = YES; |
|
0 commit comments