|
23 | 23 |
|
24 | 24 | /* Begin PBXBuildFile section */ |
25 | 25 | 188C6DA31C47B4240092101A /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 188C6DA21C47B4240092101A /* RxSwift.framework */; }; |
| 26 | + 1958B5F1216768D900CAF1D3 /* unwrap+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1958B5F0216768D900CAF1D3 /* unwrap+SharedSequence.swift */; }; |
| 27 | + 1958B5F621676ECB00CAF1D3 /* unrwapTests+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1958B5F521676ECB00CAF1D3 /* unrwapTests+SharedSequence.swift */; }; |
26 | 28 | 1A8741AC20745A91004BB762 /* UIViewPropertyAnimatorTests+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A8741AB20745A91004BB762 /* UIViewPropertyAnimatorTests+Rx.swift */; }; |
27 | 29 | 1AA8395B207451D6001C49ED /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AA8395A207451D5001C49ED /* RxCocoa.framework */; }; |
28 | 30 | 3D11958B1FCAD9AE0095134B /* and.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DBDE5FB1FBBAE3900DF47F9 /* and.swift */; }; |
|
262 | 264 | /* Begin PBXFileReference section */ |
263 | 265 | 188C6D911C47B2B20092101A /* RxSwiftExt.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RxSwiftExt.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
264 | 266 | 188C6DA21C47B4240092101A /* RxSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxSwift.framework; path = Carthage/Build/iOS/RxSwift.framework; sourceTree = SOURCE_ROOT; }; |
| 267 | + 1958B5F0216768D900CAF1D3 /* unwrap+SharedSequence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "unwrap+SharedSequence.swift"; sourceTree = "<group>"; }; |
| 268 | + 1958B5F521676ECB00CAF1D3 /* unrwapTests+SharedSequence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "unrwapTests+SharedSequence.swift"; sourceTree = "<group>"; }; |
265 | 269 | 1A8741AB20745A91004BB762 /* UIViewPropertyAnimatorTests+Rx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewPropertyAnimatorTests+Rx.swift"; sourceTree = "<group>"; }; |
266 | 270 | 1AA8395A207451D5001C49ED /* RxCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxCocoa.framework; path = Carthage/Build/iOS/RxCocoa.framework; sourceTree = "<group>"; }; |
267 | 271 | 3D638DE71DC2B2D40089A590 /* RxSwiftExtTests-iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "RxSwiftExtTests-iOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
453 | 457 | 5386076E1E6F1C0A000361DE /* mapTo+RxCocoa.swift */, |
454 | 458 | 538607EF1E6F589E000361DE /* not+RxCocoa.swift */, |
455 | 459 | 4A73956B206D501300E2BE2D /* UIViewPropertyAnimator+Rx.swift */, |
| 460 | + 1958B5F0216768D900CAF1D3 /* unwrap+SharedSequence.swift */, |
456 | 461 | ); |
457 | 462 | path = RxCocoa; |
458 | 463 | sourceTree = "<group>"; |
|
464 | 469 | 538607711E6F1CFB000361DE /* MapToTests+RxCocoa.swift */, |
465 | 470 | 53C79D5F1E6F5AAB00CD9B6A /* NotTests+RxCocoa.swift */, |
466 | 471 | 1A8741AB20745A91004BB762 /* UIViewPropertyAnimatorTests+Rx.swift */, |
| 472 | + 1958B5F521676ECB00CAF1D3 /* unrwapTests+SharedSequence.swift */, |
467 | 473 | ); |
468 | 474 | name = RxCocoa; |
469 | 475 | path = Tests/RxCocoa; |
|
981 | 987 | 538607AE1E6F334B000361DE /* ignore.swift in Sources */, |
982 | 988 | BF79DA0A206C145D008AA708 /* withUnretained.swift in Sources */, |
983 | 989 | BF515CE01F3F370600492640 /* curry.swift in Sources */, |
| 990 | + 1958B5F1216768D900CAF1D3 /* unwrap+SharedSequence.swift in Sources */, |
984 | 991 | 5A1DDEBF1ED58F8600F2E4B1 /* pausableBuffered.swift in Sources */, |
985 | 992 | BF515CE21F3F371600492640 /* fromAsync.swift in Sources */, |
986 | 993 | DC612872209E80810053CBB7 /* mapMany.swift in Sources */, |
|
1013 | 1020 | 538607E51E6F36A9000361DE /* IgnoreWhenTests.swift in Sources */, |
1014 | 1021 | 538607E11E6F36A9000361DE /* CatchErrorJustCompleteTests.swift in Sources */, |
1015 | 1022 | 538607ED1E6F36A9000361DE /* WeakTarget.swift in Sources */, |
| 1023 | + 1958B5F621676ECB00CAF1D3 /* unrwapTests+SharedSequence.swift in Sources */, |
1016 | 1024 | C4D2154220118FB9009804AE /* Observable+OfTypeTests.swift in Sources */, |
1017 | 1025 | 780CB21D20A0EE8300FD3F39 /* MapManyTests.swift in Sources */, |
1018 | 1026 | 538607E41E6F36A9000361DE /* IgnoreTests.swift in Sources */, |
|
0 commit comments