|
63 | 63 | 788DCE6124CB8512005B8F8C /* Observable+DecodeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 788DCE5E24CB8512005B8F8C /* Observable+DecodeTests.swift */; };
|
64 | 64 | 78B6157523B69F49009C2AD9 /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E65EFA1F6E91D1004478C3 /* Binder.swift */; };
|
65 | 65 | 78B6157723B6A035009C2AD9 /* Binder+Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78B6157623B6A035009C2AD9 /* Binder+Tests.swift */; };
|
| 66 | + 78C385CE25685076005E39B3 /* Infallible+BindTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C385CD25685076005E39B3 /* Infallible+BindTests.swift */; }; |
| 67 | + 78C385CF25685076005E39B3 /* Infallible+BindTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C385CD25685076005E39B3 /* Infallible+BindTests.swift */; }; |
| 68 | + 78C385EB256859DC005E39B3 /* Infallible+Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C385EA256859DC005E39B3 /* Infallible+Tests.swift */; }; |
| 69 | + 78C385EC256859DC005E39B3 /* Infallible+Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C385EA256859DC005E39B3 /* Infallible+Tests.swift */; }; |
66 | 70 | 78F2D93E24C8D35700D13F0C /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504540CD2419701D0098665F /* RxWKNavigationDelegateProxy.swift */; };
|
67 | 71 | 7EDBAEB41C89B1A6006CBE67 /* UITabBarItem+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBAEAB1C89B1A5006CBE67 /* UITabBarItem+RxTests.swift */; };
|
68 | 72 | 7EDBAEC31C89BCB9006CBE67 /* UITabBarItem+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBAEAB1C89B1A5006CBE67 /* UITabBarItem+RxTests.swift */; };
|
|
966 | 970 | 788DCE5C24CB8249005B8F8C /* Decode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Decode.swift; sourceTree = "<group>"; };
|
967 | 971 | 788DCE5E24CB8512005B8F8C /* Observable+DecodeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Observable+DecodeTests.swift"; sourceTree = "<group>"; };
|
968 | 972 | 78B6157623B6A035009C2AD9 /* Binder+Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Binder+Tests.swift"; sourceTree = "<group>"; };
|
| 973 | + 78C385CD25685076005E39B3 /* Infallible+BindTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Infallible+BindTests.swift"; sourceTree = "<group>"; }; |
| 974 | + 78C385EA256859DC005E39B3 /* Infallible+Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Infallible+Tests.swift"; sourceTree = "<group>"; }; |
969 | 975 | 7EDBAEAB1C89B1A5006CBE67 /* UITabBarItem+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITabBarItem+RxTests.swift"; sourceTree = "<group>"; };
|
970 | 976 | 7F600F3D1C5D0C0100535B1D /* UIRefreshControl+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIRefreshControl+Rx.swift"; sourceTree = "<group>"; };
|
971 | 977 | 7F600F421C5D0D2D00535B1D /* UIRefreshControl+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIRefreshControl+RxTests.swift"; sourceTree = "<group>"; };
|
|
1941 | 1947 | C8F27DB11CE6711600D5FB4F /* UITextView+RxTests.swift */,
|
1942 | 1948 | C83508F11C38706D0027C24C /* UIView+RxTests.swift */,
|
1943 | 1949 | 271A97421CFC99FE00D64125 /* UIViewController+RxTests.swift */,
|
| 1950 | + 78C385CD25685076005E39B3 /* Infallible+BindTests.swift */, |
1944 | 1951 | );
|
1945 | 1952 | path = RxCocoaTests;
|
1946 | 1953 | sourceTree = "<group>";
|
|
2041 | 2048 | 1E9DA0C422006858000EB80A /* Synchronized.swift */,
|
2042 | 2049 | C83508F31C38706D0027C24C /* TestImplementations */,
|
2043 | 2050 | C835091C1C38706D0027C24C /* VirtualSchedulerTest.swift */,
|
| 2051 | + 78C385EA256859DC005E39B3 /* Infallible+Tests.swift */, |
2044 | 2052 | );
|
2045 | 2053 | path = RxSwiftTests;
|
2046 | 2054 | sourceTree = "<group>";
|
|
3131 | 3139 | C820A9D21EB50B0900D431BC /* Observable+GroupByTests.swift in Sources */,
|
3132 | 3140 | C83509441C38706E0027C24C /* MySubject.swift in Sources */,
|
3133 | 3141 | C835095F1C38706E0027C24C /* Observable+SubscriptionTest.swift in Sources */,
|
| 3142 | + 78C385EB256859DC005E39B3 /* Infallible+Tests.swift in Sources */, |
3134 | 3143 | C8C217D71CB710200038A2E6 /* UICollectionView+RxTests.swift in Sources */,
|
3135 | 3144 | C83509451C38706E0027C24C /* Observable.Extensions.swift in Sources */,
|
3136 | 3145 | C835093B1C38706E0027C24C /* RXObjCRuntime+Testing.m in Sources */,
|
|
3240 | 3249 | C83509321C38706E0027C24C /* DelegateProxyTest.swift in Sources */,
|
3241 | 3250 | C8091C531FAA3588001DB32A /* ObservableConvertibleType+SharedSequence.swift in Sources */,
|
3242 | 3251 | 1E3079AC21FB52330072A7E6 /* AtomicTests.swift in Sources */,
|
| 3252 | + 78C385CE25685076005E39B3 /* Infallible+BindTests.swift in Sources */, |
3243 | 3253 | 0BA9496C1E224B9C0036DD06 /* AsyncSubjectTests.swift in Sources */,
|
3244 | 3254 | C8F27DC01CE68DA600D5FB4F /* UITextView+RxTests.swift in Sources */,
|
3245 | 3255 | C820A9B21EB507D300D431BC /* Observable+TakeWhileTests.swift in Sources */,
|
|
3270 | 3280 | C83509E11C3875500027C24C /* TestVirtualScheduler.swift in Sources */,
|
3271 | 3281 | C820A94F1EB4EC3C00D431BC /* Observable+ReduceTests.swift in Sources */,
|
3272 | 3282 | C8B2908A1C94D64700E923D0 /* RxTest+Controls.swift in Sources */,
|
| 3283 | + 78C385CF25685076005E39B3 /* Infallible+BindTests.swift in Sources */, |
3273 | 3284 | B44D73EC1EE6D4A300EBFBE8 /* UIViewController+RxTests.swift in Sources */,
|
3274 | 3285 | C820A9671EB4F39500D431BC /* Observable+SubscribeOnTests.swift in Sources */,
|
3275 | 3286 | C820A9C71EB50A4200D431BC /* Observable+SkipWhileTests.swift in Sources */,
|
|
3383 | 3394 | C83509DC1C38754C0027C24C /* ElementIndexPair.swift in Sources */,
|
3384 | 3395 | C8B0F70E1F530A1700548EBE /* SharingSchedulerTests.swift in Sources */,
|
3385 | 3396 | C8845ADB1EDB607800B36836 /* Observable+ShareReplayScopeTests.swift in Sources */,
|
| 3397 | + 78C385EC256859DC005E39B3 /* Infallible+Tests.swift in Sources */, |
3386 | 3398 | C8350A171C38756A0027C24C /* SubjectConcurrencyTest.swift in Sources */,
|
3387 | 3399 | C83509EA1C3875580027C24C /* BackgroundThreadPrimitiveHotObservable.swift in Sources */,
|
3388 | 3400 | C84CB1721C3876B800EB63CC /* UIView+RxTests.swift in Sources */,
|
|
0 commit comments