|
21 | 21 | /* End PBXAggregateTarget section */
|
22 | 22 |
|
23 | 23 | /* Begin PBXBuildFile section */
|
| 24 | + 78002BB5241E910C0018AA28 /* Relay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78002BB4241E910C0018AA28 /* Relay.swift */; }; |
| 25 | + 78002BB7241E915E0018AA28 /* CurrentValueRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78002BB6241E915E0018AA28 /* CurrentValueRelay.swift */; }; |
| 26 | + 78002BB9241E91D70018AA28 /* PassthroughRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78002BB8241E91D70018AA28 /* PassthroughRelay.swift */; }; |
| 27 | + 78002BBB241E97350018AA28 /* CurrentValueRelayTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78002BBA241E97350018AA28 /* CurrentValueRelayTests.swift */; }; |
| 28 | + 78988A1E241EAFDD00F3A4AF /* PassthroughRelayTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78988A1D241EAFDD00F3A4AF /* PassthroughRelayTests.swift */; }; |
| 29 | + 78988A20241EB0FE00F3A4AF /* CombineExt.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "CombineExt::CombineExt::Product" /* CombineExt.framework */; }; |
24 | 30 | 78AA9297241B8532009BD68B /* AssignToManyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78AA9296241B8532009BD68B /* AssignToManyTests.swift */; };
|
25 | 31 | 78AA9299241B8C45009BD68B /* DemandBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78AA9298241B8C45009BD68B /* DemandBuffer.swift */; };
|
26 | 32 | 78C193CF241C16C40001B7FD /* FlatMapLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C193CE241C16C40001B7FD /* FlatMapLatest.swift */; };
|
|
50 | 56 | /* End PBXContainerItemProxy section */
|
51 | 57 |
|
52 | 58 | /* Begin PBXFileReference section */
|
| 59 | + 78002BB4241E910C0018AA28 /* Relay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Relay.swift; sourceTree = "<group>"; }; |
| 60 | + 78002BB6241E915E0018AA28 /* CurrentValueRelay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentValueRelay.swift; sourceTree = "<group>"; }; |
| 61 | + 78002BB8241E91D70018AA28 /* PassthroughRelay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PassthroughRelay.swift; sourceTree = "<group>"; }; |
| 62 | + 78002BBA241E97350018AA28 /* CurrentValueRelayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentValueRelayTests.swift; sourceTree = "<group>"; }; |
| 63 | + 78988A1D241EAFDD00F3A4AF /* PassthroughRelayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PassthroughRelayTests.swift; sourceTree = "<group>"; }; |
53 | 64 | 78AA9296241B8532009BD68B /* AssignToManyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssignToManyTests.swift; sourceTree = "<group>"; };
|
54 | 65 | 78AA9298241B8C45009BD68B /* DemandBuffer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemandBuffer.swift; sourceTree = "<group>"; };
|
55 | 66 | 78C193CE241C16C40001B7FD /* FlatMapLatest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlatMapLatest.swift; sourceTree = "<group>"; };
|
|
83 | 94 | isa = PBXFrameworksBuildPhase;
|
84 | 95 | buildActionMask = 0;
|
85 | 96 | files = (
|
| 97 | + 78988A20241EB0FE00F3A4AF /* CombineExt.framework in Frameworks */, |
86 | 98 | );
|
87 | 99 | runOnlyForDeploymentPostprocessing = 0;
|
88 | 100 | };
|
89 | 101 | /* End PBXFrameworksBuildPhase section */
|
90 | 102 |
|
91 | 103 | /* Begin PBXGroup section */
|
| 104 | + 78002BB3241E90FE0018AA28 /* Relays */ = { |
| 105 | + isa = PBXGroup; |
| 106 | + children = ( |
| 107 | + 78002BB4241E910C0018AA28 /* Relay.swift */, |
| 108 | + 78002BB6241E915E0018AA28 /* CurrentValueRelay.swift */, |
| 109 | + 78002BB8241E91D70018AA28 /* PassthroughRelay.swift */, |
| 110 | + ); |
| 111 | + path = Relays; |
| 112 | + sourceTree = "<group>"; |
| 113 | + }; |
| 114 | + 78988A1F241EB0FE00F3A4AF /* Frameworks */ = { |
| 115 | + isa = PBXGroup; |
| 116 | + children = ( |
| 117 | + ); |
| 118 | + name = Frameworks; |
| 119 | + sourceTree = "<group>"; |
| 120 | + }; |
92 | 121 | 78C193D5241C2E4F0001B7FD /* Models */ = {
|
93 | 122 | isa = PBXGroup;
|
94 | 123 | children = (
|
|
115 | 144 | 78C193D8241CEEA80001B7FD /* CreateTests.swift */,
|
116 | 145 | 78C193DF241D4D8D0001B7FD /* MaterializeTests.swift */,
|
117 | 146 | 78C193E3241D63620001B7FD /* DematerializeTests.swift */,
|
| 147 | + 78002BBA241E97350018AA28 /* CurrentValueRelayTests.swift */, |
| 148 | + 78988A1D241EAFDD00F3A4AF /* PassthroughRelayTests.swift */, |
118 | 149 | );
|
119 | 150 | path = Tests;
|
120 | 151 | sourceTree = SOURCE_ROOT;
|
|
136 | 167 | OBJ_11 /* Tests */,
|
137 | 168 | OBJ_13 /* Products */,
|
138 | 169 | OBJ_16 /* README.md */,
|
| 170 | + 78988A1F241EB0FE00F3A4AF /* Frameworks */, |
139 | 171 | );
|
140 | 172 | sourceTree = "<group>";
|
141 | 173 | };
|
|
144 | 176 | children = (
|
145 | 177 | 78C193DA241D07160001B7FD /* Common */,
|
146 | 178 | 78C193D5241C2E4F0001B7FD /* Models */,
|
| 179 | + 78002BB3241E90FE0018AA28 /* Relays */, |
147 | 180 | OBJ_8 /* Operators */,
|
148 | 181 | );
|
149 | 182 | path = Sources;
|
|
268 | 301 | files = (
|
269 | 302 | 78C193CF241C16C40001B7FD /* FlatMapLatest.swift in Sources */,
|
270 | 303 | 78C193DC241D0A9F0001B7FD /* Sink.swift in Sources */,
|
| 304 | + 78002BB9241E91D70018AA28 /* PassthroughRelay.swift in Sources */, |
271 | 305 | 78AA9299241B8C45009BD68B /* DemandBuffer.swift in Sources */,
|
272 | 306 | 78C193E2241D596F0001B7FD /* Dematerialize.swift in Sources */,
|
| 307 | + 78002BB7241E915E0018AA28 /* CurrentValueRelay.swift in Sources */, |
273 | 308 | 78C193DE241D46F40001B7FD /* Materialize.swift in Sources */,
|
274 | 309 | 78C193D4241C2DE00001B7FD /* Create.swift in Sources */,
|
275 | 310 | OBJ_22 /* AssignToMany.swift in Sources */,
|
276 | 311 | 78C193D7241C2E580001B7FD /* Event.swift in Sources */,
|
277 | 312 | OBJ_23 /* WithLatestFrom.swift in Sources */,
|
| 313 | + 78002BB5241E910C0018AA28 /* Relay.swift in Sources */, |
278 | 314 | );
|
279 | 315 | runOnlyForDeploymentPostprocessing = 0;
|
280 | 316 | };
|
|
294 | 330 | 78AA9297241B8532009BD68B /* AssignToManyTests.swift in Sources */,
|
295 | 331 | OBJ_41 /* WithLatestFromTests.swift in Sources */,
|
296 | 332 | 78C193E0241D4D8D0001B7FD /* MaterializeTests.swift in Sources */,
|
| 333 | + 78002BBB241E97350018AA28 /* CurrentValueRelayTests.swift in Sources */, |
297 | 334 | 78C193E4241D63620001B7FD /* DematerializeTests.swift in Sources */,
|
| 335 | + 78988A1E241EAFDD00F3A4AF /* PassthroughRelayTests.swift in Sources */, |
298 | 336 | 78C193D9241CEEA80001B7FD /* CreateTests.swift in Sources */,
|
299 | 337 | );
|
300 | 338 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments