|
188 | 188 | BF515CE91F3F3B0100492640 /* fromAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF515CE11F3F371600492640 /* fromAsync.swift */; };
|
189 | 189 | BF515CEA1F3F3B0300492640 /* curry.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF515CDF1F3F370600492640 /* curry.swift */; };
|
190 | 190 | BF515CEB1F3F3B0300492640 /* curry.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF515CDF1F3F370600492640 /* curry.swift */; };
|
191 |
| - BF79DA0A206C145D008AA708 /* withUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF79DA09206C145D008AA708 /* withUnretained.swift */; }; |
192 |
| - BF79DA0B206C145D008AA708 /* withUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF79DA09206C145D008AA708 /* withUnretained.swift */; }; |
193 |
| - BF79DA0C206C145D008AA708 /* withUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF79DA09206C145D008AA708 /* withUnretained.swift */; }; |
194 |
| - BF79DA0E206C185B008AA708 /* WithUnretainedTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF79DA0D206C185B008AA708 /* WithUnretainedTests.swift */; }; |
195 |
| - BF79DA0F206C185B008AA708 /* WithUnretainedTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF79DA0D206C185B008AA708 /* WithUnretainedTests.swift */; }; |
196 |
| - BF79DA10206C185B008AA708 /* WithUnretainedTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF79DA0D206C185B008AA708 /* WithUnretainedTests.swift */; }; |
197 | 191 | C4D2153F20118A81009804AE /* ofType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4D2153E20118A81009804AE /* ofType.swift */; };
|
198 | 192 | C4D2154220118FB9009804AE /* Observable+OfTypeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4D2154020118F8B009804AE /* Observable+OfTypeTests.swift */; };
|
199 | 193 | C4D2154320118FB9009804AE /* Observable+OfTypeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4D2154020118F8B009804AE /* Observable+OfTypeTests.swift */; };
|
|
380 | 374 | BF515CDF1F3F370600492640 /* curry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = curry.swift; path = Source/Tools/curry.swift; sourceTree = SOURCE_ROOT; };
|
381 | 375 | BF515CE11F3F371600492640 /* fromAsync.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = fromAsync.swift; path = Source/RxSwift/fromAsync.swift; sourceTree = SOURCE_ROOT; };
|
382 | 376 | BF515CE31F3F3AC900492640 /* FromAsyncTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FromAsyncTests.swift; sourceTree = "<group>"; };
|
383 |
| - BF79DA09206C145D008AA708 /* withUnretained.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = withUnretained.swift; sourceTree = "<group>"; }; |
384 |
| - BF79DA0D206C185B008AA708 /* WithUnretainedTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WithUnretainedTests.swift; sourceTree = "<group>"; }; |
385 | 377 | C4D2153E20118A81009804AE /* ofType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ofType.swift; sourceTree = "<group>"; };
|
386 | 378 | C4D2154020118F8B009804AE /* Observable+OfTypeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+OfTypeTests.swift"; sourceTree = "<group>"; };
|
387 | 379 | D7C72A3D1FDC5C5D00EAAAAB /* NwiseTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NwiseTests.swift; sourceTree = "<group>"; };
|
|
565 | 557 | 538607A91E6F334B000361DE /* unwrap.swift */,
|
566 | 558 | 58C54402C636BC3C2F36A4ED /* zipWith.swift */,
|
567 | 559 | C4D2153E20118A81009804AE /* ofType.swift */,
|
568 |
| - BF79DA09206C145D008AA708 /* withUnretained.swift */, |
569 | 560 | DC612871209E80810053CBB7 /* mapMany.swift */,
|
570 | 561 | A23E148621A9EFC000CD5B2F /* partition.swift */,
|
571 | 562 | );
|
|
605 | 596 | 538607CA1E6F367A000361DE /* WeakTarget.swift */,
|
606 | 597 | 538607CB1E6F367A000361DE /* WeakTests.swift */,
|
607 | 598 | 58C54E184069446EDEE748F9 /* ZipWithTest.swift */,
|
608 |
| - BF79DA0D206C185B008AA708 /* WithUnretainedTests.swift */, |
609 | 599 | A23E148E21A9F10D00CD5B2F /* PartitionTests.swift */,
|
610 | 600 | );
|
611 | 601 | name = RxSwift;
|
|
1060 | 1050 | 53F336E81E70CBF700D35D38 /* distinct+RxCocoa.swift in Sources */,
|
1061 | 1051 | A23E148721A9EFC000CD5B2F /* partition.swift in Sources */,
|
1062 | 1052 | 538607AE1E6F334B000361DE /* ignore.swift in Sources */,
|
1063 |
| - BF79DA0A206C145D008AA708 /* withUnretained.swift in Sources */, |
1064 | 1053 | BF515CE01F3F370600492640 /* curry.swift in Sources */,
|
1065 | 1054 | 1958B5F1216768D900CAF1D3 /* unwrap+SharedSequence.swift in Sources */,
|
1066 | 1055 | 5A1DDEBF1ED58F8600F2E4B1 /* pausableBuffered.swift in Sources */,
|
|
1095 | 1084 | 538607EA1E6F36A9000361DE /* PausableTests.swift in Sources */,
|
1096 | 1085 | 538607E91E6F36A9000361DE /* OnceTests.swift in Sources */,
|
1097 | 1086 | A23E149321A9F73500CD5B2F /* PartitionTests+RxCocoa.swift in Sources */,
|
1098 |
| - BF79DA0E206C185B008AA708 /* WithUnretainedTests.swift in Sources */, |
1099 | 1087 | 538607EE1E6F36A9000361DE /* WeakTests.swift in Sources */,
|
1100 | 1088 | 7819961622844EF800340AF4 /* UIScrollView+reachedBottomTests.swift in Sources */,
|
1101 | 1089 | 780CB21920A0ED3B00FD3F39 /* ToSortedArrayTests.swift in Sources */,
|
|
1151 | 1139 | 62512C681F0EAF850083A89F /* mapTo+RxCocoa.swift in Sources */,
|
1152 | 1140 | 62512C791F0EAF950083A89F /* retryWithBehavior.swift in Sources */,
|
1153 | 1141 | DC612873209E80810053CBB7 /* mapMany.swift in Sources */,
|
1154 |
| - BF79DA0B206C145D008AA708 /* withUnretained.swift in Sources */, |
1155 | 1142 | A23E148821A9EFC000CD5B2F /* partition.swift in Sources */,
|
1156 | 1143 | A23E148C21A9F03600CD5B2F /* partition+RxCocoa.swift in Sources */,
|
1157 | 1144 | BF515CE81F3F3B0000492640 /* fromAsync.swift in Sources */,
|
|
1182 | 1169 | 62512C8F1F0EB17A0083A89F /* DistinctTests+RxCocoa.swift in Sources */,
|
1183 | 1170 | 62512C951F0EB1850083A89F /* DistinctTests.swift in Sources */,
|
1184 | 1171 | 62512CA11F0EB1850083A89F /* UnwrapTests.swift in Sources */,
|
1185 |
| - BF79DA0F206C185B008AA708 /* WithUnretainedTests.swift in Sources */, |
1186 | 1172 | 62512CA31F0EB1850083A89F /* WeakTests.swift in Sources */,
|
1187 | 1173 | 780CB21A20A0ED3B00FD3F39 /* ToSortedArrayTests.swift in Sources */,
|
1188 | 1174 | 62512C981F0EB1850083A89F /* IgnoreWhenTests.swift in Sources */,
|
|
1238 | 1224 | E39C41D91F18B086007F2ACD /* mapTo+RxCocoa.swift in Sources */,
|
1239 | 1225 | E39C41EA1F18B08A007F2ACD /* retryWithBehavior.swift in Sources */,
|
1240 | 1226 | DC612874209E80810053CBB7 /* mapMany.swift in Sources */,
|
1241 |
| - BF79DA0C206C145D008AA708 /* withUnretained.swift in Sources */, |
1242 | 1227 | A23E148921A9EFC000CD5B2F /* partition.swift in Sources */,
|
1243 | 1228 | A23E148D21A9F03600CD5B2F /* partition+RxCocoa.swift in Sources */,
|
1244 | 1229 | BF515CE91F3F3B0100492640 /* fromAsync.swift in Sources */,
|
|
1269 | 1254 | E39C42011F18B13E007F2ACD /* CascadeTests.swift in Sources */,
|
1270 | 1255 | E39C42101F18B13E007F2ACD /* WeakTarget.swift in Sources */,
|
1271 | 1256 | E39C42031F18B13E007F2ACD /* DistinctTests.swift in Sources */,
|
1272 |
| - BF79DA10206C185B008AA708 /* WithUnretainedTests.swift in Sources */, |
1273 | 1257 | E39C41FD1F18B13A007F2ACD /* DistinctTests+RxCocoa.swift in Sources */,
|
1274 | 1258 | 780CB21B20A0ED3B00FD3F39 /* ToSortedArrayTests.swift in Sources */,
|
1275 | 1259 | E39C42051F18B13E007F2ACD /* IgnoreTests.swift in Sources */,
|
|
0 commit comments