|
24 | 24 | /* Begin PBXBuildFile section */
|
25 | 25 | 1970A8AA25246FBD00799AB6 /* FilterMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1970A8A925246FBD00799AB6 /* FilterMany.swift */; };
|
26 | 26 | 1970A8B42524730500799AB6 /* FilterManyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1970A8B32524730400799AB6 /* FilterManyTests.swift */; };
|
27 |
| - 712E36C82711B79000A2AAFE /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 712E36C72711B79000A2AAFE /* RetryWhen.swift */; }; |
28 |
| - 7182326F26DAAF230026BAD3 /* RetryWhenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7182326E26DAAF230026BAD3 /* RetryWhenTests.swift */; }; |
29 | 27 | 63FEBC9327E9FCDB00E934AD /* FlatMapFirst.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63FEBC9227E9FCDB00E934AD /* FlatMapFirst.swift */; };
|
30 | 28 | 63FEBC9527E9FE9000E934AD /* FlatMapFirstTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63FEBC9427E9FE9000E934AD /* FlatMapFirstTests.swift */; };
|
31 |
| - BF330EF624F1FFFE001281FC /* CombineSchedulers in Frameworks */ = {isa = PBXBuildFile; productRef = BF330EF524F1FFFE001281FC /* CombineSchedulers */; }; |
| 29 | + 712E36C82711B79000A2AAFE /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 712E36C72711B79000A2AAFE /* RetryWhen.swift */; }; |
| 30 | + 7182326F26DAAF230026BAD3 /* RetryWhenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7182326E26DAAF230026BAD3 /* RetryWhenTests.swift */; }; |
32 | 31 | BF330EF924F20032001281FC /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF330EF824F20032001281FC /* Timer.swift */; };
|
33 | 32 | BF330EFB24F20080001281FC /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF330EFA24F20080001281FC /* Lock.swift */; };
|
34 | 33 | BF3D3B5D253B83F300D830ED /* IgnoreFailure.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3D3B5C253B83F300D830ED /* IgnoreFailure.swift */; };
|
35 | 34 | BF3D3B67253B88E500D830ED /* IgnoreFailureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3D3B66253B88E500D830ED /* IgnoreFailureTests.swift */; };
|
36 | 35 | BF43CC1525008B4F005AFA28 /* IgnoreOutputSetOutputType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF43CC1425008B4F005AFA28 /* IgnoreOutputSetOutputType.swift */; };
|
37 | 36 | BF43CC1725008C45005AFA28 /* IgnoreOutputSetOutputTypeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF43CC1625008C45005AFA28 /* IgnoreOutputSetOutputTypeTests.swift */; };
|
38 |
| - BFADDC8125BCE4C200465E9B /* FlatMapBatches.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFADDC8025BCE4C200465E9B /* FlatMapBatches.swift */; }; |
39 |
| - BFADDC8B25BCE91E00465E9B /* FlatMapBatchesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFADDC8A25BCE91E00465E9B /* FlatMapBatchesTests.swift */; }; |
40 | 37 | BF45214E259C0C610065E60E /* PrefixWhileBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF45214D259C0C610065E60E /* PrefixWhileBehavior.swift */; };
|
41 | 38 | BF452158259C110C0065E60E /* PrefixWhileBehaviorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF452157259C110C0065E60E /* PrefixWhileBehaviorTests.swift */; };
|
| 39 | + BFADDC8125BCE4C200465E9B /* FlatMapBatches.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFADDC8025BCE4C200465E9B /* FlatMapBatches.swift */; }; |
| 40 | + BFADDC8B25BCE91E00465E9B /* FlatMapBatchesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFADDC8A25BCE91E00465E9B /* FlatMapBatchesTests.swift */; }; |
42 | 41 | C387777C24E6BBE900FAD2D8 /* Nwise.swift in Sources */ = {isa = PBXBuildFile; fileRef = C387777B24E6BBE900FAD2D8 /* Nwise.swift */; };
|
43 | 42 | C387777F24E6BF8F00FAD2D8 /* NwiseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C387777D24E6BF6C00FAD2D8 /* NwiseTests.swift */; };
|
44 | 43 | D836234824EA9446002353AC /* MergeMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = D836234724EA9446002353AC /* MergeMany.swift */; };
|
|
121 | 120 | /* Begin PBXFileReference section */
|
122 | 121 | 1970A8A925246FBD00799AB6 /* FilterMany.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilterMany.swift; sourceTree = "<group>"; };
|
123 | 122 | 1970A8B32524730400799AB6 /* FilterManyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilterManyTests.swift; sourceTree = "<group>"; };
|
124 |
| - 712E36C72711B79000A2AAFE /* RetryWhen.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RetryWhen.swift; sourceTree = "<group>"; }; |
125 |
| - 7182326E26DAAF230026BAD3 /* RetryWhenTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RetryWhenTests.swift; sourceTree = "<group>"; }; |
126 | 123 | 63FEBC9227E9FCDB00E934AD /* FlatMapFirst.swift */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = sourcecode.swift; path = FlatMapFirst.swift; sourceTree = "<group>"; tabWidth = 2; };
|
127 | 124 | 63FEBC9427E9FE9000E934AD /* FlatMapFirstTests.swift */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = sourcecode.swift; path = FlatMapFirstTests.swift; sourceTree = "<group>"; };
|
| 125 | + 712E36C72711B79000A2AAFE /* RetryWhen.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RetryWhen.swift; sourceTree = "<group>"; }; |
| 126 | + 7182326E26DAAF230026BAD3 /* RetryWhenTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RetryWhenTests.swift; sourceTree = "<group>"; }; |
128 | 127 | BF330EF824F20032001281FC /* Timer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Timer.swift; sourceTree = "<group>"; };
|
129 | 128 | BF330EFA24F20080001281FC /* Lock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lock.swift; sourceTree = "<group>"; };
|
130 | 129 | BF3D3B5C253B83F300D830ED /* IgnoreFailure.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IgnoreFailure.swift; sourceTree = "<group>"; };
|
131 | 130 | BF3D3B66253B88E500D830ED /* IgnoreFailureTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IgnoreFailureTests.swift; sourceTree = "<group>"; };
|
132 | 131 | BF43CC1425008B4F005AFA28 /* IgnoreOutputSetOutputType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IgnoreOutputSetOutputType.swift; sourceTree = "<group>"; };
|
133 | 132 | BF43CC1625008C45005AFA28 /* IgnoreOutputSetOutputTypeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IgnoreOutputSetOutputTypeTests.swift; sourceTree = "<group>"; };
|
134 |
| - BFADDC8025BCE4C200465E9B /* FlatMapBatches.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlatMapBatches.swift; sourceTree = "<group>"; }; |
135 |
| - BFADDC8A25BCE91E00465E9B /* FlatMapBatchesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlatMapBatchesTests.swift; sourceTree = "<group>"; }; |
136 | 133 | BF45214D259C0C610065E60E /* PrefixWhileBehavior.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrefixWhileBehavior.swift; sourceTree = "<group>"; };
|
137 | 134 | BF452157259C110C0065E60E /* PrefixWhileBehaviorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrefixWhileBehaviorTests.swift; sourceTree = "<group>"; };
|
| 135 | + BFADDC8025BCE4C200465E9B /* FlatMapBatches.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlatMapBatches.swift; sourceTree = "<group>"; }; |
| 136 | + BFADDC8A25BCE91E00465E9B /* FlatMapBatchesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlatMapBatchesTests.swift; sourceTree = "<group>"; }; |
138 | 137 | C387777B24E6BBE900FAD2D8 /* Nwise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Nwise.swift; sourceTree = "<group>"; };
|
139 | 138 | C387777D24E6BF6C00FAD2D8 /* NwiseTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NwiseTests.swift; sourceTree = "<group>"; };
|
140 | 139 | "CombineExt::CombineExt::Product" /* CombineExt.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CombineExt.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
268 | 267 | OBJ_21 /* Create.swift */,
|
269 | 268 | OBJ_22 /* Dematerialize.swift */,
|
270 | 269 | EA0D86CD287D19CC0085356E /* Enumerated.swift */,
|
271 |
| - 1970A8A925246FBD00799AB6 /* FilterMany.swift */, |
272 |
| - BFADDC8025BCE4C200465E9B /* FlatMapBatches.swift */, |
273 | 270 | OBJ_23 /* FlatMapLatest.swift */,
|
274 | 271 | BF3D3B5C253B83F300D830ED /* IgnoreFailure.swift */,
|
275 | 272 | BF43CC1425008B4F005AFA28 /* IgnoreOutputSetOutputType.swift */,
|
|
326 | 323 | OBJ_47 /* DematerializeTests.swift */,
|
327 | 324 | EA0D86D1287D19DC0085356E /* EnumeratedTests.swift */,
|
328 | 325 | 1970A8B32524730400799AB6 /* FilterManyTests.swift */,
|
329 |
| - BFADDC8A25BCE91E00465E9B /* FlatMapBatchesTests.swift */, |
330 | 326 | OBJ_48 /* FlatMapLatestTests.swift */,
|
331 | 327 | BF3D3B66253B88E500D830ED /* IgnoreFailureTests.swift */,
|
332 | 328 | BF43CC1625008C45005AFA28 /* IgnoreOutputSetOutputTypeTests.swift */,
|
|
730 | 726 | "@loader_path/../Frameworks",
|
731 | 727 | "@loader_path/Frameworks",
|
732 | 728 | );
|
733 |
| - MACOSX_DEPLOYMENT_TARGET = 10.12; |
| 729 | + MACOSX_DEPLOYMENT_TARGET = 10.15; |
734 | 730 | OTHER_CFLAGS = "$(inherited)";
|
735 | 731 | OTHER_LDFLAGS = "$(inherited)";
|
736 | 732 | OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
759 | 755 | "@loader_path/../Frameworks",
|
760 | 756 | "@loader_path/Frameworks",
|
761 | 757 | );
|
762 |
| - MACOSX_DEPLOYMENT_TARGET = 10.12; |
| 758 | + MACOSX_DEPLOYMENT_TARGET = 10.15; |
763 | 759 | OTHER_CFLAGS = "$(inherited)";
|
764 | 760 | OTHER_LDFLAGS = "$(inherited)";
|
765 | 761 | OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
0 commit comments