|
100 | 100 | 80D63D241C4F231C00C88D00 /* Synchronize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80D63D231C4F231C00C88D00 /* Synchronize.swift */; };
|
101 | 101 | 80D63D261C4F236F00C88D00 /* Not.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80D63D251C4F236F00C88D00 /* Not.swift */; };
|
102 | 102 | 80D63D2F1C4F251E00C88D00 /* UnsignedInteger+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80D63D2C1C4F251E00C88D00 /* UnsignedInteger+Extensions.swift */; };
|
| 103 | + A4BB8A9420DAF35000F60485 /* String+Trimmed.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4BB8A9320DAF35000F60485 /* String+Trimmed.swift */; }; |
103 | 104 | A53A4EE71EEF330100CC53C6 /* Rx+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = A53A4EE61EEF330100CC53C6 /* Rx+String.swift */; };
|
104 |
| - A53A4EE91EF01F8000CC53C6 /* String+Trimmed.swift in Sources */ = {isa = PBXBuildFile; fileRef = A53A4EE81EF01F8000CC53C6 /* String+Trimmed.swift */; }; |
105 | 105 | CD16463F1CC16A410049BBD5 /* UILabel+Typography.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD16463E1CC16A410049BBD5 /* UILabel+Typography.swift */; };
|
106 | 106 | CDCDE2561E67A6EC007B3784 /* ResultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDCDE2551E67A6EC007B3784 /* ResultTests.swift */; };
|
107 | 107 | CDCDE2591E67C574007B3784 /* NSDateComparableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDCDE2581E67C574007B3784 /* NSDateComparableTests.swift */; };
|
|
233 | 233 | 80D63D2C1C4F251E00C88D00 /* UnsignedInteger+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UnsignedInteger+Extensions.swift"; sourceTree = "<group>"; };
|
234 | 234 | 94555EC02E932CF736415F8E /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
235 | 235 | 96E808C6BB3914E0E49C738D /* Pods_SwiftWisdom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftWisdom.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 236 | + A4BB8A9320DAF35000F60485 /* String+Trimmed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Trimmed.swift"; sourceTree = "<group>"; }; |
236 | 237 | A53A4EE61EEF330100CC53C6 /* Rx+String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Rx+String.swift"; sourceTree = "<group>"; };
|
237 |
| - A53A4EE81EF01F8000CC53C6 /* String+Trimmed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Trimmed.swift"; sourceTree = "<group>"; }; |
238 | 238 | CD16463E1CC16A410049BBD5 /* UILabel+Typography.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UILabel+Typography.swift"; sourceTree = "<group>"; };
|
239 | 239 | CDCDE2551E67A6EC007B3784 /* ResultTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResultTests.swift; sourceTree = "<group>"; };
|
240 | 240 | CDCDE2581E67C574007B3784 /* NSDateComparableTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NSDateComparableTests.swift; path = Date/NSDateComparableTests.swift; sourceTree = "<group>"; };
|
|
633 | 633 | 80232BF71BF2F1BD00818B6E /* String */ = {
|
634 | 634 | isa = PBXGroup;
|
635 | 635 | children = (
|
| 636 | + A4BB8A9320DAF35000F60485 /* String+Trimmed.swift */, |
636 | 637 | 13425F8A1DB0760400F446BE /* String+Validation.swift */,
|
637 | 638 | 13425F881DB075E000F446BE /* String+Indexing.swift */,
|
638 | 639 | 80D63D031C4F18FA00C88D00 /* String+Localization.swift */,
|
639 | 640 | FFCA61AF1C8A1F1B00FD35A7 /* String+Empty.swift */,
|
640 | 641 | 1C99FB571DD51DEC009FC493 /* String+Data.swift */,
|
641 | 642 | 1C99FB5B1DD525FF009FC493 /* String+Numbers.swift */,
|
642 | 643 | 311178581E16CACF00294C25 /* String+Attributed.swift */,
|
643 |
| - A53A4EE81EF01F8000CC53C6 /* String+Trimmed.swift */, |
644 | 644 | );
|
645 | 645 | path = String;
|
646 | 646 | sourceTree = "<group>";
|
|
1068 | 1068 | 1C16E3031D27029D008A1001 /* NSLock+Extensions.swift in Sources */,
|
1069 | 1069 | CD16463F1CC16A410049BBD5 /* UILabel+Typography.swift in Sources */,
|
1070 | 1070 | 80232C091BF2F1BD00818B6E /* UIColor+Hex.swift in Sources */,
|
1071 |
| - A53A4EE91EF01F8000CC53C6 /* String+Trimmed.swift in Sources */, |
1072 | 1071 | 80D63D021C4F16FE00C88D00 /* UIViewController+Nibs.swift in Sources */,
|
1073 | 1072 | 802C4BB41C1B6E4600C69D80 /* Downloader.swift in Sources */,
|
1074 | 1073 | 80D63D261C4F236F00C88D00 /* Not.swift in Sources */,
|
|
1089 | 1088 | 1C99FB561DD51DC0009FC493 /* Data+Extensions.swift in Sources */,
|
1090 | 1089 | 1C0438C41C751F2100069CE1 /* BasicVerticalGradientLayer.swift in Sources */,
|
1091 | 1090 | 8037D8731CADEE48008F324C /* Sequence+Utilities.swift in Sources */,
|
| 1091 | + A4BB8A9420DAF35000F60485 /* String+Trimmed.swift in Sources */, |
1092 | 1092 | 80232C041BF2F1BD00818B6E /* Array+Utilities.swift in Sources */,
|
1093 | 1093 | 311178591E16CACF00294C25 /* String+Attributed.swift in Sources */,
|
1094 | 1094 | 80232C031BF2F1BD00818B6E /* Geometry.swift in Sources */,
|
|
0 commit comments