|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 21591A1641163D3E4D1A1F34 /* FTCDigitsInputFilterTestCaseWithZeroMaxLength.m in Sources */ = {isa = PBXBuildFile; fileRef = F515E4501F5D58CD00AEEC8C /* FTCDigitsInputFilterTestCaseWithZeroMaxLength.m */; }; |
10 | 11 | B1EBF8E71F2315F90014F4CB /* FTCTextEntryFormatting.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B1EBF8DD1F2315F90014F4CB /* FTCTextEntryFormatting.framework */; }; |
11 | 12 | B1EBF9441F2316410014F4CB /* FTCNoFormattingFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B1EBF9001F2316410014F4CB /* FTCNoFormattingFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
12 | 13 | B1EBF9451F2316410014F4CB /* FTCNoFormattingFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = B1EBF9011F2316410014F4CB /* FTCNoFormattingFormatter.m */; }; |
|
65 | 66 | B1EBF9DF1F231C190014F4CB /* FTCPostfixFormatterTestCaseWithNotEmptyPostfix.m in Sources */ = {isa = PBXBuildFile; fileRef = B1EBF9D71F231C190014F4CB /* FTCPostfixFormatterTestCaseWithNotEmptyPostfix.m */; }; |
66 | 67 | CCC1C0B14A2C0AF523465DB5 /* FTCMaskFormatterGenericConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CCC1C3A298D5610F9EAECBC1 /* FTCMaskFormatterGenericConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
67 | 68 | CCC1CD063EECBF9CCDDE12F9 /* FTCMaskFormatterGenericConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC1CD7598485396BE2F9CEF /* FTCMaskFormatterGenericConfig.m */; }; |
| 69 | + F5859D5F1F5E4E1D00607B61 /* FTCDigitsInputFilterTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = F5859D5E1F5E4E1D00607B61 /* FTCDigitsInputFilterTestCase.m */; }; |
68 | 70 | /* End PBXBuildFile section */ |
69 | 71 |
|
70 | 72 | /* Begin PBXContainerItemProxy section */ |
|
141 | 143 | B1EBF9D71F231C190014F4CB /* FTCPostfixFormatterTestCaseWithNotEmptyPostfix.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FTCPostfixFormatterTestCaseWithNotEmptyPostfix.m; sourceTree = "<group>"; }; |
142 | 144 | CCC1C3A298D5610F9EAECBC1 /* FTCMaskFormatterGenericConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FTCMaskFormatterGenericConfig.h; sourceTree = "<group>"; }; |
143 | 145 | CCC1CD7598485396BE2F9CEF /* FTCMaskFormatterGenericConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FTCMaskFormatterGenericConfig.m; sourceTree = "<group>"; }; |
| 146 | + 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>"; }; |
144 | 148 | /* End PBXFileReference section */ |
145 | 149 |
|
146 | 150 | /* Begin PBXFrameworksBuildPhase section */ |
|
186 | 190 | B1EBF8F71F2316410014F4CB /* UnitTests */ = { |
187 | 191 | isa = PBXGroup; |
188 | 192 | children = ( |
| 193 | + F515E4521F5D58D200AEEC8C /* InputFilter */, |
189 | 194 | B1EBF9B01F2317430014F4CB /* FormatCoordinator */, |
190 | 195 | B1EBF9CB1F231C190014F4CB /* Formatters */, |
191 | 196 | B1EBF8F91F2316410014F4CB /* Info.plist */, |
|
367 | 372 | path = FTCPostfixFormatter; |
368 | 373 | sourceTree = "<group>"; |
369 | 374 | }; |
| 375 | + F515E4521F5D58D200AEEC8C /* InputFilter */ = { |
| 376 | + isa = PBXGroup; |
| 377 | + children = ( |
| 378 | + F5859D5E1F5E4E1D00607B61 /* FTCDigitsInputFilterTestCase.m */, |
| 379 | + F515E4501F5D58CD00AEEC8C /* FTCDigitsInputFilterTestCaseWithZeroMaxLength.m */, |
| 380 | + ); |
| 381 | + name = InputFilter; |
| 382 | + sourceTree = "<group>"; |
| 383 | + }; |
370 | 384 | /* End PBXGroup section */ |
371 | 385 |
|
372 | 386 | /* Begin PBXHeadersBuildPhase section */ |
|
535 | 549 | buildActionMask = 2147483647; |
536 | 550 | files = ( |
537 | 551 | B1EBF9DA1F231C190014F4CB /* FTCMaskFormatterTestCase.m in Sources */, |
| 552 | + F5859D5F1F5E4E1D00607B61 /* FTCDigitsInputFilterTestCase.m in Sources */, |
538 | 553 | B1EBF9DE1F231C190014F4CB /* FTCPostfixFormatterTestCaseWithNilPostfix.m in Sources */, |
539 | 554 | B1EBF9DF1F231C190014F4CB /* FTCPostfixFormatterTestCaseWithNotEmptyPostfix.m in Sources */, |
540 | 555 | B1EBF9DD1F231C190014F4CB /* FTCPostfixFormatterTestCaseWithEmptyPostfix.m in Sources */, |
541 | 556 | B1EBF9BF1F2317430014F4CB /* FormatCoordinatorTestCase.m in Sources */, |
| 557 | + 21591A1641163D3E4D1A1F34 /* FTCDigitsInputFilterTestCaseWithZeroMaxLength.m in Sources */, |
542 | 558 | ); |
543 | 559 | runOnlyForDeploymentPostprocessing = 0; |
544 | 560 | }; |
|
0 commit comments