|
14 | 14 | 3078FD661D7495D20028F477 /* String_Fuzzywuzzy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3078FD651D7495D20028F477 /* String_Fuzzywuzzy.swift */; };
|
15 | 15 | 3078FD681D74AF5D0028F477 /* StringMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3078FD671D74AF5D0028F477 /* StringMatcher.swift */; };
|
16 | 16 | 3078FD6A1D74B3FE0028F477 /* CommonSubstrings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3078FD691D74B3FE0028F477 /* CommonSubstrings.swift */; };
|
| 17 | + 308B74501D75EFE800FC5C2D /* StringProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308B744F1D75EFE800FC5C2D /* StringProcessor.swift */; }; |
17 | 18 | /* End PBXBuildFile section */
|
18 | 19 |
|
19 | 20 | /* Begin PBXContainerItemProxy section */
|
|
37 | 38 | 3078FD651D7495D20028F477 /* String_Fuzzywuzzy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String_Fuzzywuzzy.swift; sourceTree = "<group>"; };
|
38 | 39 | 3078FD671D74AF5D0028F477 /* StringMatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringMatcher.swift; sourceTree = "<group>"; };
|
39 | 40 | 3078FD691D74B3FE0028F477 /* CommonSubstrings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommonSubstrings.swift; sourceTree = "<group>"; };
|
| 41 | + 308B744F1D75EFE800FC5C2D /* StringProcessor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringProcessor.swift; sourceTree = "<group>"; }; |
40 | 42 | /* End PBXFileReference section */
|
41 | 43 |
|
42 | 44 | /* Begin PBXFrameworksBuildPhase section */
|
|
85 | 87 | 3078FD651D7495D20028F477 /* String_Fuzzywuzzy.swift */,
|
86 | 88 | 3078FD671D74AF5D0028F477 /* StringMatcher.swift */,
|
87 | 89 | 3078FD691D74B3FE0028F477 /* CommonSubstrings.swift */,
|
| 90 | + 308B744F1D75EFE800FC5C2D /* StringProcessor.swift */, |
88 | 91 | );
|
89 | 92 | path = Fuzzywuzzy_swift;
|
90 | 93 | sourceTree = "<group>";
|
|
207 | 210 | buildActionMask = 2147483647;
|
208 | 211 | files = (
|
209 | 212 | 3078FD641D7495B80028F477 /* LevenshteinDistance.swift in Sources */,
|
| 213 | + 308B74501D75EFE800FC5C2D /* StringProcessor.swift in Sources */, |
210 | 214 | 3078FD661D7495D20028F477 /* String_Fuzzywuzzy.swift in Sources */,
|
211 | 215 | 3078FD6A1D74B3FE0028F477 /* CommonSubstrings.swift in Sources */,
|
212 | 216 | 3078FD681D74AF5D0028F477 /* StringMatcher.swift in Sources */,
|
|
397 | 401 | 3078FD5F1D74959A0028F477 /* Release */,
|
398 | 402 | );
|
399 | 403 | defaultConfigurationIsVisible = 0;
|
| 404 | + defaultConfigurationName = Release; |
400 | 405 | };
|
401 | 406 | 3078FD601D74959A0028F477 /* Build configuration list for PBXNativeTarget "Fuzzywuzzy_swiftTests" */ = {
|
402 | 407 | isa = XCConfigurationList;
|
|
405 | 410 | 3078FD621D74959A0028F477 /* Release */,
|
406 | 411 | );
|
407 | 412 | defaultConfigurationIsVisible = 0;
|
| 413 | + defaultConfigurationName = Release; |
408 | 414 | };
|
409 | 415 | /* End XCConfigurationList section */
|
410 | 416 | };
|
|
0 commit comments