|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 21591A1641163D3E4D1A1F34 /* FTCDigitsInputFilterTestCaseWithZeroMaxLength.m in Sources */ = {isa = PBXBuildFile; fileRef = F515E4501F5D58CD00AEEC8C /* FTCDigitsInputFilterTestCaseWithZeroMaxLength.m */; }; |
| 11 | + B10523501F84C4B6002B3F61 /* FTCDigitsInputFilterTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = B105234E1F84C497002B3F61 /* FTCDigitsInputFilterTestCase.m */; }; |
| 12 | + B10523531F84C655002B3F61 /* FTCTextEntryFormattingConfigFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = B10523511F84C655002B3F61 /* FTCTextEntryFormattingConfigFactory.h */; }; |
| 13 | + B10523541F84C655002B3F61 /* FTCTextEntryFormattingConfigFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = B10523521F84C655002B3F61 /* FTCTextEntryFormattingConfigFactory.m */; }; |
11 | 14 | B1EBF8E71F2315F90014F4CB /* FTCTextEntryFormatting.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B1EBF8DD1F2315F90014F4CB /* FTCTextEntryFormatting.framework */; }; |
12 | 15 | B1EBF9441F2316410014F4CB /* FTCNoFormattingFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B1EBF9001F2316410014F4CB /* FTCNoFormattingFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
13 | 16 | B1EBF9451F2316410014F4CB /* FTCNoFormattingFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = B1EBF9011F2316410014F4CB /* FTCNoFormattingFormatter.m */; }; |
|
66 | 69 | B1EBF9DF1F231C190014F4CB /* FTCPostfixFormatterTestCaseWithNotEmptyPostfix.m in Sources */ = {isa = PBXBuildFile; fileRef = B1EBF9D71F231C190014F4CB /* FTCPostfixFormatterTestCaseWithNotEmptyPostfix.m */; }; |
67 | 70 | CCC1C0B14A2C0AF523465DB5 /* FTCMaskFormatterGenericConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CCC1C3A298D5610F9EAECBC1 /* FTCMaskFormatterGenericConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
68 | 71 | CCC1CD063EECBF9CCDDE12F9 /* FTCMaskFormatterGenericConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC1CD7598485396BE2F9CEF /* FTCMaskFormatterGenericConfig.m */; }; |
69 | | - F5859D5F1F5E4E1D00607B61 /* FTCDigitsInputFilterTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = F5859D5E1F5E4E1D00607B61 /* FTCDigitsInputFilterTestCase.m */; }; |
70 | 72 | /* End PBXBuildFile section */ |
71 | 73 |
|
72 | 74 | /* Begin PBXContainerItemProxy section */ |
|
80 | 82 | /* End PBXContainerItemProxy section */ |
81 | 83 |
|
82 | 84 | /* Begin PBXFileReference section */ |
| 85 | + B105234E1F84C497002B3F61 /* FTCDigitsInputFilterTestCase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FTCDigitsInputFilterTestCase.m; path = InputFilter/FTCDigitsInputFilterTestCase.m; sourceTree = "<group>"; }; |
| 86 | + B10523511F84C655002B3F61 /* FTCTextEntryFormattingConfigFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FTCTextEntryFormattingConfigFactory.h; sourceTree = "<group>"; }; |
| 87 | + B10523521F84C655002B3F61 /* FTCTextEntryFormattingConfigFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FTCTextEntryFormattingConfigFactory.m; sourceTree = "<group>"; }; |
83 | 88 | B1370D1E1F4E849800E8EBA3 /* FTCTextEntryFormatting-prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FTCTextEntryFormatting-prefix.pch"; sourceTree = "<group>"; }; |
84 | 89 | B1EBF8DD1F2315F90014F4CB /* FTCTextEntryFormatting.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FTCTextEntryFormatting.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
85 | 90 | B1EBF8E61F2315F90014F4CB /* FTCTextEntryFormattingTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FTCTextEntryFormattingTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
144 | 149 | CCC1C3A298D5610F9EAECBC1 /* FTCMaskFormatterGenericConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FTCMaskFormatterGenericConfig.h; sourceTree = "<group>"; }; |
145 | 150 | CCC1CD7598485396BE2F9CEF /* FTCMaskFormatterGenericConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FTCMaskFormatterGenericConfig.m; sourceTree = "<group>"; }; |
146 | 151 | F515E4501F5D58CD00AEEC8C /* FTCDigitsInputFilterTestCaseWithZeroMaxLength.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FTCDigitsInputFilterTestCaseWithZeroMaxLength.m; path = InputFilter/FTCDigitsInputFilterTestCaseWithZeroMaxLength.m; sourceTree = "<group>"; }; |
147 | | - F5859D5E1F5E4E1D00607B61 /* FTCDigitsInputFilterTestCase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FTCDigitsInputFilterTestCase.m; path = FormatCoordinator/FTCDigitsInputFilterTestCase.m; sourceTree = "<group>"; }; |
148 | 152 | /* End PBXFileReference section */ |
149 | 153 |
|
150 | 154 | /* Begin PBXFrameworksBuildPhase section */ |
|
201 | 205 | B1EBF8FB1F2316410014F4CB /* Src */ = { |
202 | 206 | isa = PBXGroup; |
203 | 207 | children = ( |
| 208 | + B10523511F84C655002B3F61 /* FTCTextEntryFormattingConfigFactory.h */, |
| 209 | + B10523521F84C655002B3F61 /* FTCTextEntryFormattingConfigFactory.m */, |
204 | 210 | B1EBF8FE1F2316410014F4CB /* Core */, |
205 | 211 | B1EBF92D1F2316410014F4CB /* Money */, |
206 | 212 | B1EBF93C1F2316410014F4CB /* Tools */, |
|
375 | 381 | F515E4521F5D58D200AEEC8C /* InputFilter */ = { |
376 | 382 | isa = PBXGroup; |
377 | 383 | children = ( |
378 | | - F5859D5E1F5E4E1D00607B61 /* FTCDigitsInputFilterTestCase.m */, |
| 384 | + B105234E1F84C497002B3F61 /* FTCDigitsInputFilterTestCase.m */, |
379 | 385 | F515E4501F5D58CD00AEEC8C /* FTCDigitsInputFilterTestCaseWithZeroMaxLength.m */, |
380 | 386 | ); |
381 | 387 | name = InputFilter; |
|
390 | 396 | files = ( |
391 | 397 | B1EBF9751F2316410014F4CB /* FTCMoneyEntryNotEditingInputFilter.h in Headers */, |
392 | 398 | B1EBF9731F2316410014F4CB /* FTCMoneyEntryNotEditingFormatter.h in Headers */, |
| 399 | + B10523531F84C655002B3F61 /* FTCTextEntryFormattingConfigFactory.h in Headers */, |
393 | 400 | B1EBF9551F2316410014F4CB /* FTCFilteredString.h in Headers */, |
394 | 401 | B1EBF9711F2316410014F4CB /* FTCMoneyEntryFormatUtils.h in Headers */, |
395 | 402 | B1EBF94C1F2316410014F4CB /* FTCTextEntry.h in Headers */, |
|
523 | 530 | B1EBF9561F2316410014F4CB /* FTCFilteredString.m in Sources */, |
524 | 531 | B1EBF95C1F2316410014F4CB /* FTCLimitedLengthInputFilter.m in Sources */, |
525 | 532 | B1EBF9501F2316410014F4CB /* FTCTextEntryFormatCoordinatorHelper.m in Sources */, |
| 533 | + B10523541F84C655002B3F61 /* FTCTextEntryFormattingConfigFactory.m in Sources */, |
526 | 534 | B1EBF9451F2316410014F4CB /* FTCNoFormattingFormatter.m in Sources */, |
527 | 535 | B1EBF96C1F2316410014F4CB /* FTCIntegralMoneyAmountEntryNotEditingInputFilter.m in Sources */, |
528 | 536 | B1EBF9481F2316410014F4CB /* FTCMaskFormatter.m in Sources */, |
|
549 | 557 | buildActionMask = 2147483647; |
550 | 558 | files = ( |
551 | 559 | B1EBF9DA1F231C190014F4CB /* FTCMaskFormatterTestCase.m in Sources */, |
552 | | - F5859D5F1F5E4E1D00607B61 /* FTCDigitsInputFilterTestCase.m in Sources */, |
| 560 | + B10523501F84C4B6002B3F61 /* FTCDigitsInputFilterTestCase.m in Sources */, |
553 | 561 | B1EBF9DE1F231C190014F4CB /* FTCPostfixFormatterTestCaseWithNilPostfix.m in Sources */, |
554 | 562 | B1EBF9DF1F231C190014F4CB /* FTCPostfixFormatterTestCaseWithNotEmptyPostfix.m in Sources */, |
555 | 563 | B1EBF9DD1F231C190014F4CB /* FTCPostfixFormatterTestCaseWithEmptyPostfix.m in Sources */, |
|
0 commit comments