|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 2FBE39ED2377C7B700D65251 /* AGRegex.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDB3A5A1236EF1B30041D167 /* AGRegex.swift */; }; |
11 | 11 | 2FBE39EE2377C7B700D65251 /* AGMatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD02777323701C86007DCFB6 /* AGMatch.swift */; }; |
12 | | - 2FBE39EF2377C7B700D65251 /* AGMatchIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDA016123703F820001AF7C /* AGMatchIterator.swift */; }; |
| 12 | + 2FBE39EF2377C7B700D65251 /* AGMatchListIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDA016123703F820001AF7C /* AGMatchListIterator.swift */; }; |
13 | 13 | 2FBE39F02377C7B700D65251 /* String+NSRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6C86D12372D77B004C83A0 /* String+NSRange.swift */; }; |
14 | 14 | 2FBE39F12377C7B700D65251 /* StringIndex.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF5EFC82236EF301005134D1 /* StringIndex.swift */; }; |
15 | 15 | 2FBE39F22377C7B700D65251 /* Utility.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF4F190B236F126000A0CD30 /* Utility.swift */; }; |
16 | 16 | 2FBE39F32377C7C000D65251 /* AGRegex.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDB3A5A1236EF1B30041D167 /* AGRegex.swift */; }; |
17 | 17 | 2FBE39F42377C7C000D65251 /* AGMatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD02777323701C86007DCFB6 /* AGMatch.swift */; }; |
18 | | - 2FBE39F52377C7C000D65251 /* AGMatchIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDA016123703F820001AF7C /* AGMatchIterator.swift */; }; |
| 18 | + 2FBE39F52377C7C000D65251 /* AGMatchListIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDA016123703F820001AF7C /* AGMatchListIterator.swift */; }; |
19 | 19 | 2FBE39F62377C7C000D65251 /* String+NSRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6C86D12372D77B004C83A0 /* String+NSRange.swift */; }; |
20 | 20 | 2FBE39F72377C7C000D65251 /* StringIndex.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF5EFC82236EF301005134D1 /* StringIndex.swift */; }; |
21 | 21 | 2FBE39F82377C7C000D65251 /* Utility.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF4F190B236F126000A0CD30 /* Utility.swift */; }; |
22 | 22 | 2FBE39F92377C7C600D65251 /* AGRegex.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDB3A5A1236EF1B30041D167 /* AGRegex.swift */; }; |
23 | 23 | 2FBE39FA2377C7C600D65251 /* AGMatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD02777323701C86007DCFB6 /* AGMatch.swift */; }; |
24 | | - 2FBE39FB2377C7C600D65251 /* AGMatchIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDA016123703F820001AF7C /* AGMatchIterator.swift */; }; |
| 24 | + 2FBE39FB2377C7C600D65251 /* AGMatchListIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDA016123703F820001AF7C /* AGMatchListIterator.swift */; }; |
25 | 25 | 2FBE39FC2377C7C600D65251 /* String+NSRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6C86D12372D77B004C83A0 /* String+NSRange.swift */; }; |
26 | 26 | 2FBE39FD2377C7C600D65251 /* StringIndex.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF5EFC82236EF301005134D1 /* StringIndex.swift */; }; |
27 | 27 | 2FBE39FE2377C7C600D65251 /* Utility.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF4F190B236F126000A0CD30 /* Utility.swift */; }; |
|
45 | 45 | BD02777823701DB4007DCFB6 /* AGRegexTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD02777523701DA2007DCFB6 /* AGRegexTest.swift */; }; |
46 | 46 | BD02777923701DB7007DCFB6 /* AGRegexTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD02777523701DA2007DCFB6 /* AGRegexTest.swift */; }; |
47 | 47 | BDB3A5A2236EF1B30041D167 /* AGRegex.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDB3A5A1236EF1B30041D167 /* AGRegex.swift */; }; |
48 | | - BDDA016223703F820001AF7C /* AGMatchIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDA016123703F820001AF7C /* AGMatchIterator.swift */; }; |
| 48 | + BDDA016223703F820001AF7C /* AGMatchListIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDA016123703F820001AF7C /* AGMatchListIterator.swift */; }; |
| 49 | + FF2593DA237827DE003C3B1F /* AGMatchList.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF2593D9237827DE003C3B1F /* AGMatchList.swift */; }; |
| 50 | + FF2593DB237827E5003C3B1F /* AGMatchList.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF2593D9237827DE003C3B1F /* AGMatchList.swift */; }; |
| 51 | + FF2593DC237827E5003C3B1F /* AGMatchList.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF2593D9237827DE003C3B1F /* AGMatchList.swift */; }; |
| 52 | + FF2593DD237827E5003C3B1F /* AGMatchList.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF2593D9237827DE003C3B1F /* AGMatchList.swift */; }; |
49 | 53 | FF4F190C236F126000A0CD30 /* Utility.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF4F190B236F126000A0CD30 /* Utility.swift */; }; |
50 | 54 | FF5EFC83236EF301005134D1 /* StringIndex.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF5EFC82236EF301005134D1 /* StringIndex.swift */; }; |
51 | 55 | FF6C86D22372D77B004C83A0 /* String+NSRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6C86D12372D77B004C83A0 /* String+NSRange.swift */; }; |
| 56 | + FFEFD6A023796E4200B17B4A /* AGMatchLazyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEFD69F23796E4200B17B4A /* AGMatchLazyList.swift */; }; |
| 57 | + FFEFD6A223796EDE00B17B4A /* AGMatchLazyListIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEFD6A123796EDE00B17B4A /* AGMatchLazyListIterator.swift */; }; |
| 58 | + FFEFD6A5237984DE00B17B4A /* AGMatchLazyListIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEFD6A123796EDE00B17B4A /* AGMatchLazyListIterator.swift */; }; |
| 59 | + FFEFD6A6237984DE00B17B4A /* AGMatchLazyListIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEFD6A123796EDE00B17B4A /* AGMatchLazyListIterator.swift */; }; |
| 60 | + FFEFD6A7237984DE00B17B4A /* AGMatchLazyListIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEFD6A123796EDE00B17B4A /* AGMatchLazyListIterator.swift */; }; |
| 61 | + FFEFD6A8237984E000B17B4A /* AGMatchLazyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEFD69F23796E4200B17B4A /* AGMatchLazyList.swift */; }; |
| 62 | + FFEFD6A9237984E000B17B4A /* AGMatchLazyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEFD69F23796E4200B17B4A /* AGMatchLazyList.swift */; }; |
| 63 | + FFEFD6AA237984E100B17B4A /* AGMatchLazyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEFD69F23796E4200B17B4A /* AGMatchLazyList.swift */; }; |
52 | 64 | /* End PBXBuildFile section */ |
53 | 65 |
|
54 | 66 | /* Begin PBXContainerItemProxy section */ |
|
129 | 141 | BD02777323701C86007DCFB6 /* AGMatch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AGMatch.swift; sourceTree = "<group>"; }; |
130 | 142 | BD02777523701DA2007DCFB6 /* AGRegexTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AGRegexTest.swift; sourceTree = "<group>"; }; |
131 | 143 | BDB3A5A1236EF1B30041D167 /* AGRegex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AGRegex.swift; sourceTree = "<group>"; }; |
132 | | - BDDA016123703F820001AF7C /* AGMatchIterator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AGMatchIterator.swift; sourceTree = "<group>"; }; |
| 144 | + BDDA016123703F820001AF7C /* AGMatchListIterator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AGMatchListIterator.swift; sourceTree = "<group>"; }; |
| 145 | + FF2593D9237827DE003C3B1F /* AGMatchList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AGMatchList.swift; sourceTree = "<group>"; }; |
133 | 146 | FF4F190B236F126000A0CD30 /* Utility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utility.swift; sourceTree = "<group>"; }; |
134 | 147 | FF5EFC82236EF301005134D1 /* StringIndex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringIndex.swift; sourceTree = "<group>"; }; |
135 | 148 | FF6C86D12372D77B004C83A0 /* String+NSRange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+NSRange.swift"; sourceTree = "<group>"; }; |
| 149 | + FFEFD69F23796E4200B17B4A /* AGMatchLazyList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AGMatchLazyList.swift; sourceTree = "<group>"; }; |
| 150 | + FFEFD6A123796EDE00B17B4A /* AGMatchLazyListIterator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AGMatchLazyListIterator.swift; sourceTree = "<group>"; }; |
136 | 151 | /* End PBXFileReference section */ |
137 | 152 |
|
138 | 153 | /* Begin PBXFrameworksBuildPhase section */ |
|
299 | 314 | children = ( |
300 | 315 | BDB3A5A1236EF1B30041D167 /* AGRegex.swift */, |
301 | 316 | BD02777323701C86007DCFB6 /* AGMatch.swift */, |
302 | | - BDDA016123703F820001AF7C /* AGMatchIterator.swift */, |
| 317 | + BDDA016123703F820001AF7C /* AGMatchListIterator.swift */, |
303 | 318 | FF6C86D12372D77B004C83A0 /* String+NSRange.swift */, |
| 319 | + FF2593D9237827DE003C3B1F /* AGMatchList.swift */, |
| 320 | + FFEFD69F23796E4200B17B4A /* AGMatchLazyList.swift */, |
| 321 | + FFEFD6A123796EDE00B17B4A /* AGMatchLazyListIterator.swift */, |
304 | 322 | ); |
305 | 323 | path = Regex; |
306 | 324 | sourceTree = "<group>"; |
|
692 | 710 | buildActionMask = 2147483647; |
693 | 711 | files = ( |
694 | 712 | FF4F190C236F126000A0CD30 /* Utility.swift in Sources */, |
695 | | - BDDA016223703F820001AF7C /* AGMatchIterator.swift in Sources */, |
| 713 | + BDDA016223703F820001AF7C /* AGMatchListIterator.swift in Sources */, |
696 | 714 | FF5EFC83236EF301005134D1 /* StringIndex.swift in Sources */, |
697 | 715 | BD02777423701C86007DCFB6 /* AGMatch.swift in Sources */, |
| 716 | + FFEFD6A223796EDE00B17B4A /* AGMatchLazyListIterator.swift in Sources */, |
698 | 717 | 3D9C42A222745900000A6585 /* AGString.swift in Sources */, |
| 718 | + FF2593DA237827DE003C3B1F /* AGMatchList.swift in Sources */, |
699 | 719 | FF6C86D22372D77B004C83A0 /* String+NSRange.swift in Sources */, |
700 | 720 | BDB3A5A2236EF1B30041D167 /* AGRegex.swift in Sources */, |
| 721 | + FFEFD6A023796E4200B17B4A /* AGMatchLazyList.swift in Sources */, |
701 | 722 | ); |
702 | 723 | runOnlyForDeploymentPostprocessing = 0; |
703 | 724 | }; |
|
706 | 727 | buildActionMask = 2147483647; |
707 | 728 | files = ( |
708 | 729 | 2FBE39ED2377C7B700D65251 /* AGRegex.swift in Sources */, |
| 730 | + FFEFD6A5237984DE00B17B4A /* AGMatchLazyListIterator.swift in Sources */, |
709 | 731 | 2FBE39EE2377C7B700D65251 /* AGMatch.swift in Sources */, |
710 | | - 2FBE39EF2377C7B700D65251 /* AGMatchIterator.swift in Sources */, |
| 732 | + 2FBE39EF2377C7B700D65251 /* AGMatchListIterator.swift in Sources */, |
711 | 733 | 2FBE39F02377C7B700D65251 /* String+NSRange.swift in Sources */, |
712 | 734 | 2FBE39F12377C7B700D65251 /* StringIndex.swift in Sources */, |
| 735 | + FF2593DB237827E5003C3B1F /* AGMatchList.swift in Sources */, |
713 | 736 | 2FBE39F22377C7B700D65251 /* Utility.swift in Sources */, |
714 | 737 | 3D9C42B1227459C1000A6585 /* AGString.swift in Sources */, |
| 738 | + FFEFD6A8237984E000B17B4A /* AGMatchLazyList.swift in Sources */, |
715 | 739 | ); |
716 | 740 | runOnlyForDeploymentPostprocessing = 0; |
717 | 741 | }; |
|
720 | 744 | buildActionMask = 2147483647; |
721 | 745 | files = ( |
722 | 746 | 2FBE39F32377C7C000D65251 /* AGRegex.swift in Sources */, |
| 747 | + FFEFD6A6237984DE00B17B4A /* AGMatchLazyListIterator.swift in Sources */, |
723 | 748 | 2FBE39F42377C7C000D65251 /* AGMatch.swift in Sources */, |
724 | | - 2FBE39F52377C7C000D65251 /* AGMatchIterator.swift in Sources */, |
| 749 | + 2FBE39F52377C7C000D65251 /* AGMatchListIterator.swift in Sources */, |
725 | 750 | 2FBE39F62377C7C000D65251 /* String+NSRange.swift in Sources */, |
726 | 751 | 2FBE39F72377C7C000D65251 /* StringIndex.swift in Sources */, |
| 752 | + FF2593DC237827E5003C3B1F /* AGMatchList.swift in Sources */, |
727 | 753 | 2FBE39F82377C7C000D65251 /* Utility.swift in Sources */, |
728 | 754 | 3D9C42BF227459F6000A6585 /* AGString.swift in Sources */, |
| 755 | + FFEFD6A9237984E000B17B4A /* AGMatchLazyList.swift in Sources */, |
729 | 756 | ); |
730 | 757 | runOnlyForDeploymentPostprocessing = 0; |
731 | 758 | }; |
|
734 | 761 | buildActionMask = 2147483647; |
735 | 762 | files = ( |
736 | 763 | 2FBE39F92377C7C600D65251 /* AGRegex.swift in Sources */, |
| 764 | + FFEFD6A7237984DE00B17B4A /* AGMatchLazyListIterator.swift in Sources */, |
737 | 765 | 2FBE39FA2377C7C600D65251 /* AGMatch.swift in Sources */, |
738 | | - 2FBE39FB2377C7C600D65251 /* AGMatchIterator.swift in Sources */, |
| 766 | + 2FBE39FB2377C7C600D65251 /* AGMatchListIterator.swift in Sources */, |
739 | 767 | 2FBE39FC2377C7C600D65251 /* String+NSRange.swift in Sources */, |
740 | 768 | 2FBE39FD2377C7C600D65251 /* StringIndex.swift in Sources */, |
| 769 | + FF2593DD237827E5003C3B1F /* AGMatchList.swift in Sources */, |
741 | 770 | 2FBE39FE2377C7C600D65251 /* Utility.swift in Sources */, |
742 | 771 | 3D9C42CD22745A28000A6585 /* AGString.swift in Sources */, |
| 772 | + FFEFD6AA237984E100B17B4A /* AGMatchLazyList.swift in Sources */, |
743 | 773 | ); |
744 | 774 | runOnlyForDeploymentPostprocessing = 0; |
745 | 775 | }; |
|
0 commit comments