From 87aa7ede424a82958b1a67a8d3f14f1b82f8c9a7 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sat, 2 Jan 2016 22:36:08 +0100 Subject: [PATCH] Moves all tests into Rx.xcodeproj and enables coverage tests. --- Rx.xcodeproj/project.pbxproj | 1218 +++++++++++++- .../xcschemes/RxSwift-OSX.xcscheme | 19 + .../xcschemes/RxSwift-iOS.xcscheme | 19 + .../xcschemes/RxSwift-tvOS.xcscheme | 19 + Rx.xcworkspace/contents.xcworkspacedata | 3 - Tests/RxCocoaTests/Driver+Extensions.swift | 1 + Tests/Tests.xcodeproj/project.pbxproj | 1489 ----------------- .../contents.xcworkspacedata | 7 - .../xcschemes/AllTests-OSX.xcscheme | 90 - .../xcschemes/AllTests-iOS.xcscheme | 90 - .../xcschemes/AllTests-tvOS.xcscheme | 90 - scripts/pre-release-tests.sh | 6 +- 12 files changed, 1277 insertions(+), 1774 deletions(-) delete mode 100644 Tests/Tests.xcodeproj/project.pbxproj delete mode 100644 Tests/Tests.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-OSX.xcscheme delete mode 100644 Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-iOS.xcscheme delete mode 100644 Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-tvOS.xcscheme diff --git a/Rx.xcodeproj/project.pbxproj b/Rx.xcodeproj/project.pbxproj index 4e6ce433..4512ca4e 100644 --- a/Rx.xcodeproj/project.pbxproj +++ b/Rx.xcodeproj/project.pbxproj @@ -304,6 +304,196 @@ C83100651BF7D51600AAE3CD /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83100631BF7D51600AAE3CD /* Sequence.swift */; }; C83100661BF7D51600AAE3CD /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83100631BF7D51600AAE3CD /* Sequence.swift */; }; C83100671BF7D51600AAE3CD /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83100631BF7D51600AAE3CD /* Sequence.swift */; }; + C83508C81C386F6F0027C24C /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8A56AD71AD7424700B4673B /* RxSwift.framework */; }; + C83509271C38706E0027C24C /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = C83508D51C38706D0027C24C /* Info.plist */; }; + C83509291C38706E0027C24C /* PerformanceTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D71C38706D0027C24C /* PerformanceTools.swift */; }; + C835092A1C38706E0027C24C /* CLLocationManager+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D91C38706D0027C24C /* CLLocationManager+RxTests.swift */; }; + C835092C1C38706E0027C24C /* Control+RxTests+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DB1C38706D0027C24C /* Control+RxTests+UIKit.swift */; }; + C835092D1C38706E0027C24C /* Control+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DC1C38706D0027C24C /* Control+RxTests.swift */; }; + C835092E1C38706E0027C24C /* ControlEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DD1C38706D0027C24C /* ControlEventTests.swift */; }; + C835092F1C38706E0027C24C /* ControlPropertyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DE1C38706D0027C24C /* ControlPropertyTests.swift */; }; + C83509311C38706E0027C24C /* DelegateProxyTest+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E01C38706D0027C24C /* DelegateProxyTest+UIKit.swift */; }; + C83509321C38706E0027C24C /* DelegateProxyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E11C38706D0027C24C /* DelegateProxyTest.swift */; }; + C83509331C38706E0027C24C /* Driver+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E21C38706D0027C24C /* Driver+Extensions.swift */; }; + C83509341C38706E0027C24C /* Driver+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E31C38706D0027C24C /* Driver+Test.swift */; }; + C83509351C38706E0027C24C /* KVOObservableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E41C38706D0027C24C /* KVOObservableTests.swift */; }; + C83509361C38706E0027C24C /* NSLayoutConstraint+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E51C38706D0027C24C /* NSLayoutConstraint+RxTests.swift */; }; + C83509371C38706E0027C24C /* NSNotificationCenterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E61C38706D0027C24C /* NSNotificationCenterTests.swift */; }; + C83509381C38706E0027C24C /* NSObject+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E71C38706D0027C24C /* NSObject+RxTests.swift */; }; + C835093A1C38706E0027C24C /* RuntimeStateSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E91C38706D0027C24C /* RuntimeStateSnapshot.swift */; }; + C835093B1C38706E0027C24C /* RXObjCRuntime+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = C83508EB1C38706D0027C24C /* RXObjCRuntime+Testing.m */; }; + C835093C1C38706E0027C24C /* RxObjCRuntimeState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508EC1C38706D0027C24C /* RxObjCRuntimeState.swift */; }; + C835093D1C38706E0027C24C /* SentMessageTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F01C38706D0027C24C /* SentMessageTest.swift */; }; + C835093E1C38706E0027C24C /* UIView+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F11C38706D0027C24C /* UIView+RxTests.swift */; }; + C835093F1C38706E0027C24C /* ElementIndexPair.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F41C38706D0027C24C /* ElementIndexPair.swift */; }; + C83509401C38706E0027C24C /* EquatableArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F51C38706D0027C24C /* EquatableArray.swift */; }; + C83509411C38706E0027C24C /* BackgroundThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F71C38706D0027C24C /* BackgroundThreadPrimitiveHotObservable.swift */; }; + C83509421C38706E0027C24C /* MainThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F81C38706D0027C24C /* MainThreadPrimitiveHotObservable.swift */; }; + C83509431C38706E0027C24C /* MockDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F91C38706D0027C24C /* MockDisposable.swift */; }; + C83509441C38706E0027C24C /* MySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FA1C38706D0027C24C /* MySubject.swift */; }; + C83509451C38706E0027C24C /* Observable.Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FB1C38706D0027C24C /* Observable.Extensions.swift */; }; + C83509461C38706E0027C24C /* PrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FC1C38706D0027C24C /* PrimitiveHotObservable.swift */; }; + C83509471C38706E0027C24C /* PrimitiveMockObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FD1C38706D0027C24C /* PrimitiveMockObserver.swift */; }; + C83509481C38706E0027C24C /* TestConnectableObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FE1C38706D0027C24C /* TestConnectableObservable.swift */; }; + C83509491C38706E0027C24C /* Observable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FF1C38706D0027C24C /* Observable+Extensions.swift */; }; + C835094A1C38706E0027C24C /* TestVirtualScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509001C38706D0027C24C /* TestVirtualScheduler.swift */; }; + C835094B1C38706E0027C24C /* AnonymousObservable+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509021C38706D0027C24C /* AnonymousObservable+Test.swift */; }; + C835094C1C38706E0027C24C /* AssumptionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509031C38706D0027C24C /* AssumptionsTest.swift */; }; + C835094D1C38706E0027C24C /* BagTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509041C38706D0027C24C /* BagTest.swift */; }; + C835094E1C38706E0027C24C /* BehaviorSubjectTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509051C38706D0027C24C /* BehaviorSubjectTest.swift */; }; + C835094F1C38706E0027C24C /* CurrentThreadSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509061C38706D0027C24C /* CurrentThreadSchedulerTest.swift */; }; + C83509501C38706E0027C24C /* DisposableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509071C38706D0027C24C /* DisposableTest.swift */; }; + C83509511C38706E0027C24C /* HistoricalSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509081C38706D0027C24C /* HistoricalSchedulerTest.swift */; }; + C83509521C38706E0027C24C /* MainSchedulerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509091C38706D0027C24C /* MainSchedulerTests.swift */; }; + C83509531C38706E0027C24C /* Observable+AggregateTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090A1C38706D0027C24C /* Observable+AggregateTest.swift */; }; + C83509541C38706E0027C24C /* Observable+BindingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090B1C38706D0027C24C /* Observable+BindingTest.swift */; }; + C83509551C38706E0027C24C /* Observable+BlockingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090C1C38706D0027C24C /* Observable+BlockingTest.swift */; }; + C83509561C38706E0027C24C /* Observable+ConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090D1C38706D0027C24C /* Observable+ConcurrencyTest.swift */; }; + C83509571C38706E0027C24C /* Observable+CreationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090E1C38706D0027C24C /* Observable+CreationTest.swift */; }; + C83509581C38706E0027C24C /* Observable+MultipleTest+CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090F1C38706D0027C24C /* Observable+MultipleTest+CombineLatest.swift */; }; + C835095A1C38706E0027C24C /* Observable+MultipleTest+Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509111C38706D0027C24C /* Observable+MultipleTest+Zip.swift */; }; + C835095C1C38706E0027C24C /* Observable+MultipleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509131C38706D0027C24C /* Observable+MultipleTest.swift */; }; + C835095D1C38706E0027C24C /* Observable+SingleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509141C38706D0027C24C /* Observable+SingleTest.swift */; }; + C835095E1C38706E0027C24C /* Observable+StandardSequenceOperatorsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509151C38706D0027C24C /* Observable+StandardSequenceOperatorsTest.swift */; }; + C835095F1C38706E0027C24C /* Observable+SubscriptionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509161C38706D0027C24C /* Observable+SubscriptionTest.swift */; }; + C83509601C38706E0027C24C /* Observable+TimeTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509171C38706D0027C24C /* Observable+TimeTest.swift */; }; + C83509611C38706E0027C24C /* ObserverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509181C38706D0027C24C /* ObserverTests.swift */; }; + C83509621C38706E0027C24C /* QueueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509191C38706D0027C24C /* QueueTests.swift */; }; + C83509631C38706E0027C24C /* SubjectConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091A1C38706D0027C24C /* SubjectConcurrencyTest.swift */; }; + C83509641C38706E0027C24C /* VariableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091B1C38706D0027C24C /* VariableTest.swift */; }; + C83509651C38706E0027C24C /* VirtualSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091C1C38706D0027C24C /* VirtualSchedulerTest.swift */; }; + C83509661C38706E0027C24C /* RxTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091D1C38706D0027C24C /* RxTest.swift */; }; + C83509671C38706E0027C24C /* Foundation+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091F1C38706E0027C24C /* Foundation+Extensions.swift */; }; + C83509681C38706E0027C24C /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = C83509201C38706E0027C24C /* Info.plist */; }; + C83509691C38706E0027C24C /* Recorded+Timeless.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509211C38706E0027C24C /* Recorded+Timeless.swift */; }; + C835096A1C38706E0027C24C /* TestErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509221C38706E0027C24C /* TestErrors.swift */; }; + C835096B1C38706E0027C24C /* XCTest+AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509231C38706E0027C24C /* XCTest+AllTests.swift */; }; + C835097E1C38726E0027C24C /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8093CB01B8A72BE0088E94D /* RxMutableBox.swift */; }; + C83509891C38740E0027C24C /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2EA280C1BB9B5A200880ED3 /* RxSwift.framework */; }; + C83509991C38742C0027C24C /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C88BB8711B07E5ED0064D411 /* RxSwift.framework */; }; + C83509A61C3874D10027C24C /* Recorded+Timeless.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509211C38706E0027C24C /* Recorded+Timeless.swift */; }; + C83509A71C3874D10027C24C /* TestErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509221C38706E0027C24C /* TestErrors.swift */; }; + C83509A81C3874D10027C24C /* XCTest+AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509231C38706E0027C24C /* XCTest+AllTests.swift */; }; + C83509A91C3874D20027C24C /* Recorded+Timeless.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509211C38706E0027C24C /* Recorded+Timeless.swift */; }; + C83509AA1C3874D20027C24C /* TestErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509221C38706E0027C24C /* TestErrors.swift */; }; + C83509AB1C3874D20027C24C /* XCTest+AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509231C38706E0027C24C /* XCTest+AllTests.swift */; }; + C83509AD1C3874D70027C24C /* Foundation+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091F1C38706E0027C24C /* Foundation+Extensions.swift */; }; + C83509AE1C3874D80027C24C /* Foundation+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091F1C38706E0027C24C /* Foundation+Extensions.swift */; }; + C83509AF1C3874DC0027C24C /* RxTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091D1C38706D0027C24C /* RxTest.swift */; }; + C83509B01C3874DC0027C24C /* RxTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091D1C38706D0027C24C /* RxTest.swift */; }; + C83509B11C3874E20027C24C /* PerformanceTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D71C38706D0027C24C /* PerformanceTools.swift */; }; + C83509B21C3874E20027C24C /* PerformanceTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D71C38706D0027C24C /* PerformanceTools.swift */; }; + C83509B31C3875010027C24C /* CLLocationManager+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D91C38706D0027C24C /* CLLocationManager+RxTests.swift */; }; + C83509B41C3875020027C24C /* CLLocationManager+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D91C38706D0027C24C /* CLLocationManager+RxTests.swift */; }; + C83509B51C3875050027C24C /* Control+RxTests+Cocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DA1C38706D0027C24C /* Control+RxTests+Cocoa.swift */; }; + C83509B71C38750D0027C24C /* Control+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DC1C38706D0027C24C /* Control+RxTests.swift */; }; + C83509B81C38750D0027C24C /* ControlEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DD1C38706D0027C24C /* ControlEventTests.swift */; }; + C83509B91C38750D0027C24C /* ControlPropertyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DE1C38706D0027C24C /* ControlPropertyTests.swift */; }; + C83509BA1C38750D0027C24C /* Control+RxTests+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DB1C38706D0027C24C /* Control+RxTests+UIKit.swift */; }; + C83509BB1C38750D0027C24C /* Control+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DC1C38706D0027C24C /* Control+RxTests.swift */; }; + C83509BC1C38750D0027C24C /* ControlEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DD1C38706D0027C24C /* ControlEventTests.swift */; }; + C83509BD1C38750D0027C24C /* ControlPropertyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DE1C38706D0027C24C /* ControlPropertyTests.swift */; }; + C83509BE1C3875100027C24C /* DelegateProxyTest+Cocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DF1C38706D0027C24C /* DelegateProxyTest+Cocoa.swift */; }; + C83509BF1C3875220027C24C /* DelegateProxyTest+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E01C38706D0027C24C /* DelegateProxyTest+UIKit.swift */; }; + C83509C01C3875220027C24C /* DelegateProxyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E11C38706D0027C24C /* DelegateProxyTest.swift */; }; + C83509C11C3875220027C24C /* Driver+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E21C38706D0027C24C /* Driver+Extensions.swift */; }; + C83509C21C3875220027C24C /* Driver+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E31C38706D0027C24C /* Driver+Test.swift */; }; + C83509C31C3875220027C24C /* KVOObservableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E41C38706D0027C24C /* KVOObservableTests.swift */; }; + C83509C41C3875220027C24C /* NSLayoutConstraint+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E51C38706D0027C24C /* NSLayoutConstraint+RxTests.swift */; }; + C83509C51C3875220027C24C /* NSNotificationCenterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E61C38706D0027C24C /* NSNotificationCenterTests.swift */; }; + C83509C61C3875220027C24C /* NSObject+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E71C38706D0027C24C /* NSObject+RxTests.swift */; }; + C83509C81C3875230027C24C /* DelegateProxyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E11C38706D0027C24C /* DelegateProxyTest.swift */; }; + C83509C91C3875230027C24C /* Driver+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E21C38706D0027C24C /* Driver+Extensions.swift */; }; + C83509CA1C3875230027C24C /* Driver+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E31C38706D0027C24C /* Driver+Test.swift */; }; + C83509CB1C3875230027C24C /* KVOObservableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E41C38706D0027C24C /* KVOObservableTests.swift */; }; + C83509CC1C3875230027C24C /* NSLayoutConstraint+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E51C38706D0027C24C /* NSLayoutConstraint+RxTests.swift */; }; + C83509CD1C3875230027C24C /* NSNotificationCenterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E61C38706D0027C24C /* NSNotificationCenterTests.swift */; }; + C83509CE1C3875230027C24C /* NSObject+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E71C38706D0027C24C /* NSObject+RxTests.swift */; }; + C83509CF1C3875260027C24C /* NSView+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E81C38706D0027C24C /* NSView+RxTests.swift */; }; + C83509D01C38752E0027C24C /* RuntimeStateSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E91C38706D0027C24C /* RuntimeStateSnapshot.swift */; }; + C83509D11C38752E0027C24C /* RuntimeStateSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508E91C38706D0027C24C /* RuntimeStateSnapshot.swift */; }; + C83509D21C3875380027C24C /* RXObjCRuntime+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = C83508EB1C38706D0027C24C /* RXObjCRuntime+Testing.m */; }; + C83509D31C3875390027C24C /* RXObjCRuntime+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = C83508EB1C38706D0027C24C /* RXObjCRuntime+Testing.m */; }; + C83509D41C38753C0027C24C /* RxObjCRuntimeState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508EC1C38706D0027C24C /* RxObjCRuntimeState.swift */; }; + C83509D51C38753E0027C24C /* RxObjCRuntimeState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508EC1C38706D0027C24C /* RxObjCRuntimeState.swift */; }; + C83509D61C3875420027C24C /* SentMessageTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F01C38706D0027C24C /* SentMessageTest.swift */; }; + C83509D81C3875420027C24C /* SentMessageTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F01C38706D0027C24C /* SentMessageTest.swift */; }; + C83509DA1C38754C0027C24C /* ElementIndexPair.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F41C38706D0027C24C /* ElementIndexPair.swift */; }; + C83509DB1C38754C0027C24C /* EquatableArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F51C38706D0027C24C /* EquatableArray.swift */; }; + C83509DC1C38754C0027C24C /* ElementIndexPair.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F41C38706D0027C24C /* ElementIndexPair.swift */; }; + C83509DD1C38754C0027C24C /* EquatableArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F51C38706D0027C24C /* EquatableArray.swift */; }; + C83509DE1C38754F0027C24C /* Observable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FF1C38706D0027C24C /* Observable+Extensions.swift */; }; + C83509DF1C38754F0027C24C /* TestVirtualScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509001C38706D0027C24C /* TestVirtualScheduler.swift */; }; + C83509E01C3875500027C24C /* Observable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FF1C38706D0027C24C /* Observable+Extensions.swift */; }; + C83509E11C3875500027C24C /* TestVirtualScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509001C38706D0027C24C /* TestVirtualScheduler.swift */; }; + C83509E21C3875580027C24C /* BackgroundThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F71C38706D0027C24C /* BackgroundThreadPrimitiveHotObservable.swift */; }; + C83509E31C3875580027C24C /* MainThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F81C38706D0027C24C /* MainThreadPrimitiveHotObservable.swift */; }; + C83509E41C3875580027C24C /* MockDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F91C38706D0027C24C /* MockDisposable.swift */; }; + C83509E51C3875580027C24C /* MySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FA1C38706D0027C24C /* MySubject.swift */; }; + C83509E61C3875580027C24C /* Observable.Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FB1C38706D0027C24C /* Observable.Extensions.swift */; }; + C83509E71C3875580027C24C /* PrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FC1C38706D0027C24C /* PrimitiveHotObservable.swift */; }; + C83509E81C3875580027C24C /* PrimitiveMockObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FD1C38706D0027C24C /* PrimitiveMockObserver.swift */; }; + C83509E91C3875580027C24C /* TestConnectableObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FE1C38706D0027C24C /* TestConnectableObservable.swift */; }; + C83509EA1C3875580027C24C /* BackgroundThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F71C38706D0027C24C /* BackgroundThreadPrimitiveHotObservable.swift */; }; + C83509EB1C3875580027C24C /* MainThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F81C38706D0027C24C /* MainThreadPrimitiveHotObservable.swift */; }; + C83509EC1C3875580027C24C /* MockDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F91C38706D0027C24C /* MockDisposable.swift */; }; + C83509ED1C3875580027C24C /* MySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FA1C38706D0027C24C /* MySubject.swift */; }; + C83509EE1C3875580027C24C /* Observable.Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FB1C38706D0027C24C /* Observable.Extensions.swift */; }; + C83509EF1C3875580027C24C /* PrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FC1C38706D0027C24C /* PrimitiveHotObservable.swift */; }; + C83509F01C3875580027C24C /* PrimitiveMockObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FD1C38706D0027C24C /* PrimitiveMockObserver.swift */; }; + C83509F11C3875580027C24C /* TestConnectableObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508FE1C38706D0027C24C /* TestConnectableObservable.swift */; }; + C83509F21C38755D0027C24C /* AnonymousObservable+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509021C38706D0027C24C /* AnonymousObservable+Test.swift */; }; + C83509F31C38755D0027C24C /* AssumptionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509031C38706D0027C24C /* AssumptionsTest.swift */; }; + C83509F41C38755D0027C24C /* BagTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509041C38706D0027C24C /* BagTest.swift */; }; + C83509F51C38755D0027C24C /* BehaviorSubjectTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509051C38706D0027C24C /* BehaviorSubjectTest.swift */; }; + C83509F61C38755D0027C24C /* CurrentThreadSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509061C38706D0027C24C /* CurrentThreadSchedulerTest.swift */; }; + C83509F71C38755D0027C24C /* DisposableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509071C38706D0027C24C /* DisposableTest.swift */; }; + C83509F81C38755D0027C24C /* HistoricalSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509081C38706D0027C24C /* HistoricalSchedulerTest.swift */; }; + C83509F91C38755D0027C24C /* MainSchedulerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509091C38706D0027C24C /* MainSchedulerTests.swift */; }; + C83509FA1C38755D0027C24C /* Observable+AggregateTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090A1C38706D0027C24C /* Observable+AggregateTest.swift */; }; + C83509FB1C38755D0027C24C /* Observable+BindingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090B1C38706D0027C24C /* Observable+BindingTest.swift */; }; + C83509FC1C38755D0027C24C /* Observable+BlockingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090C1C38706D0027C24C /* Observable+BlockingTest.swift */; }; + C83509FD1C38755D0027C24C /* Observable+ConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090D1C38706D0027C24C /* Observable+ConcurrencyTest.swift */; }; + C83509FE1C38755D0027C24C /* Observable+CreationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090E1C38706D0027C24C /* Observable+CreationTest.swift */; }; + C83509FF1C38755D0027C24C /* Observable+MultipleTest+CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090F1C38706D0027C24C /* Observable+MultipleTest+CombineLatest.swift */; }; + C8350A001C38755E0027C24C /* AnonymousObservable+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509021C38706D0027C24C /* AnonymousObservable+Test.swift */; }; + C8350A011C38755E0027C24C /* AssumptionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509031C38706D0027C24C /* AssumptionsTest.swift */; }; + C8350A021C38755E0027C24C /* BagTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509041C38706D0027C24C /* BagTest.swift */; }; + C8350A031C38755E0027C24C /* BehaviorSubjectTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509051C38706D0027C24C /* BehaviorSubjectTest.swift */; }; + C8350A041C38755E0027C24C /* CurrentThreadSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509061C38706D0027C24C /* CurrentThreadSchedulerTest.swift */; }; + C8350A051C38755E0027C24C /* DisposableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509071C38706D0027C24C /* DisposableTest.swift */; }; + C8350A061C38755E0027C24C /* HistoricalSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509081C38706D0027C24C /* HistoricalSchedulerTest.swift */; }; + C8350A071C38755E0027C24C /* MainSchedulerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509091C38706D0027C24C /* MainSchedulerTests.swift */; }; + C8350A081C38755E0027C24C /* Observable+AggregateTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090A1C38706D0027C24C /* Observable+AggregateTest.swift */; }; + C8350A091C38755E0027C24C /* Observable+BindingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090B1C38706D0027C24C /* Observable+BindingTest.swift */; }; + C8350A0A1C38755E0027C24C /* Observable+BlockingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090C1C38706D0027C24C /* Observable+BlockingTest.swift */; }; + C8350A0B1C38755E0027C24C /* Observable+ConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090D1C38706D0027C24C /* Observable+ConcurrencyTest.swift */; }; + C8350A0C1C38755E0027C24C /* Observable+CreationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090E1C38706D0027C24C /* Observable+CreationTest.swift */; }; + C8350A0D1C38755E0027C24C /* Observable+MultipleTest+CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835090F1C38706D0027C24C /* Observable+MultipleTest+CombineLatest.swift */; }; + C8350A0E1C3875630027C24C /* Observable+MultipleTest+Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509111C38706D0027C24C /* Observable+MultipleTest+Zip.swift */; }; + C8350A0F1C3875630027C24C /* Observable+MultipleTest+Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509111C38706D0027C24C /* Observable+MultipleTest+Zip.swift */; }; + C8350A101C38756A0027C24C /* Observable+MultipleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509131C38706D0027C24C /* Observable+MultipleTest.swift */; }; + C8350A111C38756A0027C24C /* Observable+SingleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509141C38706D0027C24C /* Observable+SingleTest.swift */; }; + C8350A121C38756A0027C24C /* Observable+StandardSequenceOperatorsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509151C38706D0027C24C /* Observable+StandardSequenceOperatorsTest.swift */; }; + C8350A131C38756A0027C24C /* Observable+SubscriptionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509161C38706D0027C24C /* Observable+SubscriptionTest.swift */; }; + C8350A141C38756A0027C24C /* Observable+TimeTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509171C38706D0027C24C /* Observable+TimeTest.swift */; }; + C8350A151C38756A0027C24C /* ObserverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509181C38706D0027C24C /* ObserverTests.swift */; }; + C8350A161C38756A0027C24C /* QueueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509191C38706D0027C24C /* QueueTests.swift */; }; + C8350A171C38756A0027C24C /* SubjectConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091A1C38706D0027C24C /* SubjectConcurrencyTest.swift */; }; + C8350A181C38756A0027C24C /* VariableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091B1C38706D0027C24C /* VariableTest.swift */; }; + C8350A191C38756A0027C24C /* VirtualSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091C1C38706D0027C24C /* VirtualSchedulerTest.swift */; }; + C8350A1A1C38756B0027C24C /* Observable+MultipleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509131C38706D0027C24C /* Observable+MultipleTest.swift */; }; + C8350A1B1C38756B0027C24C /* Observable+SingleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509141C38706D0027C24C /* Observable+SingleTest.swift */; }; + C8350A1C1C38756B0027C24C /* Observable+StandardSequenceOperatorsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509151C38706D0027C24C /* Observable+StandardSequenceOperatorsTest.swift */; }; + C8350A1D1C38756B0027C24C /* Observable+SubscriptionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509161C38706D0027C24C /* Observable+SubscriptionTest.swift */; }; + C8350A1E1C38756B0027C24C /* Observable+TimeTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509171C38706D0027C24C /* Observable+TimeTest.swift */; }; + C8350A1F1C38756B0027C24C /* ObserverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509181C38706D0027C24C /* ObserverTests.swift */; }; + C8350A201C38756B0027C24C /* QueueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83509191C38706D0027C24C /* QueueTests.swift */; }; + C8350A211C38756B0027C24C /* SubjectConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091A1C38706D0027C24C /* SubjectConcurrencyTest.swift */; }; + C8350A221C38756B0027C24C /* VariableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091B1C38706D0027C24C /* VariableTest.swift */; }; + C8350A231C38756B0027C24C /* VirtualSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091C1C38706D0027C24C /* VirtualSchedulerTest.swift */; }; + C8350A2A1C3875B50027C24C /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8093CB01B8A72BE0088E94D /* RxMutableBox.swift */; }; + C8350A2B1C3875B60027C24C /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8093CB01B8A72BE0088E94D /* RxMutableBox.swift */; }; C83D73B81C1DBAEE003DC470 /* AnonymousInvocable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83D73B31C1DBAEE003DC470 /* AnonymousInvocable.swift */; }; C83D73B91C1DBAEE003DC470 /* AnonymousInvocable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83D73B31C1DBAEE003DC470 /* AnonymousInvocable.swift */; }; C83D73BA1C1DBAEE003DC470 /* AnonymousInvocable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83D73B31C1DBAEE003DC470 /* AnonymousInvocable.swift */; }; @@ -332,6 +522,7 @@ C849EF8E1C3195950048AC4A /* Variable+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C849EF8A1C3195950048AC4A /* Variable+Driver.swift */; }; C84B38EE1BA433CD001B7D88 /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84B38ED1BA433CD001B7D88 /* Generate.swift */; }; C84B38EF1BA433CD001B7D88 /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84B38ED1BA433CD001B7D88 /* Generate.swift */; }; + C84CB1721C3876B800EB63CC /* UIView+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508F11C38706D0027C24C /* UIView+RxTests.swift */; }; C84CC5401BDC3B3700E06A64 /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84CC53F1BDC3B3700E06A64 /* ElementAt.swift */; }; C84CC5411BDC3B3E00E06A64 /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84CC53F1BDC3B3700E06A64 /* ElementAt.swift */; }; C84CC5421BDC3B3E00E06A64 /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84CC53F1BDC3B3700E06A64 /* ElementAt.swift */; }; @@ -368,6 +559,8 @@ C8554E2B1C3051620052E67D /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E291C3051620052E67D /* PriorityQueue.swift */; }; C8554E2C1C3051620052E67D /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E291C3051620052E67D /* PriorityQueue.swift */; }; C8554E2D1C3051620052E67D /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E291C3051620052E67D /* PriorityQueue.swift */; }; + C85BA0591C3878850075D68E /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D61C38706D0027C24C /* main.swift */; }; + C85BA05A1C3878870075D68E /* PerformanceTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D71C38706D0027C24C /* PerformanceTools.swift */; }; C86409FC1BA593F500D3C4E8 /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = C86409FB1BA593F500D3C4E8 /* Range.swift */; }; C86409FD1BA593F500D3C4E8 /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = C86409FB1BA593F500D3C4E8 /* Range.swift */; }; C8640A031BA5B12A00D3C4E8 /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8640A021BA5B12A00D3C4E8 /* Repeat.swift */; }; @@ -899,6 +1092,118 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + C83508C91C386F6F0027C24C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C8A56AD61AD7424700B4673B; + remoteInfo = "RxSwift-iOS"; + }; + C83509781C38712F0027C24C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C80938F51B8A71760088E94D; + remoteInfo = "RxCocoa-iOS"; + }; + C835097A1C3871340027C24C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C88FA4FD1C25C44800CCFEA4; + remoteInfo = "RxTests-iOS"; + }; + C835097C1C3871380027C24C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C8093B4B1B8A71F00088E94D; + remoteInfo = "RxBlocking-iOS"; + }; + C835098A1C38740E0027C24C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2EA280B1BB9B5A200880ED3; + remoteInfo = "RxSwift-tvOS"; + }; + C8350A241C38758A0027C24C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2138C741BB9BE9800339B5C; + remoteInfo = "RxCocoa-tvOS"; + }; + C8350A261C38758A0027C24C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2EBEB801BB9B99D003A27DC; + remoteInfo = "RxBlocking-tvOS"; + }; + C8350A281C38758A0027C24C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C88FA51F1C25C4C000CCFEA4; + remoteInfo = "RxTests-tvOS"; + }; + C84CB16A1C38769B00EB63CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C88BB81A1B07E5ED0064D411; + remoteInfo = "RxSwift-OSX"; + }; + C84CB16C1C38769B00EB63CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C809396F1B8A71840088E94D; + remoteInfo = "RxCocoa-OSX"; + }; + C84CB16E1C38769B00EB63CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C8093BC91B8A71FC0088E94D; + remoteInfo = "RxBlocking-OSX"; + }; + C84CB1701C38769B00EB63CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C88FA50E1C25C4B500CCFEA4; + remoteInfo = "RxTests-OSX"; + }; + C85BA05B1C3878D00075D68E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C88BB81A1B07E5ED0064D411; + remoteInfo = "RxSwift-OSX"; + }; + C85BA05D1C3878D00075D68E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C809396F1B8A71840088E94D; + remoteInfo = "RxCocoa-OSX"; + }; + C85BA05F1C3878D00075D68E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C8093BC91B8A71FC0088E94D; + remoteInfo = "RxBlocking-OSX"; + }; + C85BA0611C3878D00075D68E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; + proxyType = 1; + remoteGlobalIDString = C88FA50E1C25C4B500CCFEA4; + remoteInfo = "RxTests-OSX"; + }; C872BD1B1BC0529600D7175E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = C8A56ACE1AD7424700B4673B /* Project object */; @@ -1132,6 +1437,82 @@ C811C89C1C24D80100A2DDD4 /* DeallocObservable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeallocObservable.swift; sourceTree = ""; }; C821DBA11BA4DCAB008F3809 /* Buffer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Buffer.swift; sourceTree = ""; }; C83100631BF7D51600AAE3CD /* Sequence.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Sequence.swift; sourceTree = ""; }; + C83508C31C386F6F0027C24C /* AllTests-iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "AllTests-iOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + C83508D51C38706D0027C24C /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + C83508D61C38706D0027C24C /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; + C83508D71C38706D0027C24C /* PerformanceTools.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PerformanceTools.swift; sourceTree = ""; }; + C83508D91C38706D0027C24C /* CLLocationManager+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CLLocationManager+RxTests.swift"; sourceTree = ""; }; + C83508DA1C38706D0027C24C /* Control+RxTests+Cocoa.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Control+RxTests+Cocoa.swift"; sourceTree = ""; }; + C83508DB1C38706D0027C24C /* Control+RxTests+UIKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Control+RxTests+UIKit.swift"; sourceTree = ""; }; + C83508DC1C38706D0027C24C /* Control+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Control+RxTests.swift"; sourceTree = ""; }; + C83508DD1C38706D0027C24C /* ControlEventTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ControlEventTests.swift; sourceTree = ""; }; + C83508DE1C38706D0027C24C /* ControlPropertyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ControlPropertyTests.swift; sourceTree = ""; }; + C83508DF1C38706D0027C24C /* DelegateProxyTest+Cocoa.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DelegateProxyTest+Cocoa.swift"; sourceTree = ""; }; + C83508E01C38706D0027C24C /* DelegateProxyTest+UIKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DelegateProxyTest+UIKit.swift"; sourceTree = ""; }; + C83508E11C38706D0027C24C /* DelegateProxyTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DelegateProxyTest.swift; sourceTree = ""; }; + C83508E21C38706D0027C24C /* Driver+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Driver+Extensions.swift"; sourceTree = ""; }; + C83508E31C38706D0027C24C /* Driver+Test.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Driver+Test.swift"; sourceTree = ""; }; + C83508E41C38706D0027C24C /* KVOObservableTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KVOObservableTests.swift; sourceTree = ""; }; + C83508E51C38706D0027C24C /* NSLayoutConstraint+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSLayoutConstraint+RxTests.swift"; sourceTree = ""; }; + C83508E61C38706D0027C24C /* NSNotificationCenterTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSNotificationCenterTests.swift; sourceTree = ""; }; + C83508E71C38706D0027C24C /* NSObject+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSObject+RxTests.swift"; sourceTree = ""; }; + C83508E81C38706D0027C24C /* NSView+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSView+RxTests.swift"; sourceTree = ""; }; + C83508E91C38706D0027C24C /* RuntimeStateSnapshot.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RuntimeStateSnapshot.swift; sourceTree = ""; }; + C83508EA1C38706D0027C24C /* RXObjCRuntime+Testing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RXObjCRuntime+Testing.h"; sourceTree = ""; }; + C83508EB1C38706D0027C24C /* RXObjCRuntime+Testing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RXObjCRuntime+Testing.m"; sourceTree = ""; }; + C83508EC1C38706D0027C24C /* RxObjCRuntimeState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxObjCRuntimeState.swift; sourceTree = ""; }; + C83508ED1C38706D0027C24C /* RxTests-iOS-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RxTests-iOS-Bridging-Header.h"; sourceTree = ""; }; + C83508EE1C38706D0027C24C /* RxTests-OSX-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RxTests-OSX-Bridging-Header.h"; sourceTree = ""; }; + C83508EF1C38706D0027C24C /* RxTests-tvOS-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RxTests-tvOS-Bridging-Header.h"; sourceTree = ""; }; + C83508F01C38706D0027C24C /* SentMessageTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SentMessageTest.swift; sourceTree = ""; }; + C83508F11C38706D0027C24C /* UIView+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+RxTests.swift"; sourceTree = ""; }; + C83508F41C38706D0027C24C /* ElementIndexPair.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ElementIndexPair.swift; sourceTree = ""; }; + C83508F51C38706D0027C24C /* EquatableArray.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EquatableArray.swift; sourceTree = ""; }; + C83508F71C38706D0027C24C /* BackgroundThreadPrimitiveHotObservable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BackgroundThreadPrimitiveHotObservable.swift; sourceTree = ""; }; + C83508F81C38706D0027C24C /* MainThreadPrimitiveHotObservable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainThreadPrimitiveHotObservable.swift; sourceTree = ""; }; + C83508F91C38706D0027C24C /* MockDisposable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MockDisposable.swift; sourceTree = ""; }; + C83508FA1C38706D0027C24C /* MySubject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MySubject.swift; sourceTree = ""; }; + C83508FB1C38706D0027C24C /* Observable.Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Observable.Extensions.swift; sourceTree = ""; }; + C83508FC1C38706D0027C24C /* PrimitiveHotObservable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PrimitiveHotObservable.swift; sourceTree = ""; }; + C83508FD1C38706D0027C24C /* PrimitiveMockObserver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PrimitiveMockObserver.swift; sourceTree = ""; }; + C83508FE1C38706D0027C24C /* TestConnectableObservable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestConnectableObservable.swift; sourceTree = ""; }; + C83508FF1C38706D0027C24C /* Observable+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+Extensions.swift"; sourceTree = ""; }; + C83509001C38706D0027C24C /* TestVirtualScheduler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestVirtualScheduler.swift; sourceTree = ""; }; + C83509021C38706D0027C24C /* AnonymousObservable+Test.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AnonymousObservable+Test.swift"; sourceTree = ""; }; + C83509031C38706D0027C24C /* AssumptionsTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssumptionsTest.swift; sourceTree = ""; }; + C83509041C38706D0027C24C /* BagTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BagTest.swift; sourceTree = ""; }; + C83509051C38706D0027C24C /* BehaviorSubjectTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BehaviorSubjectTest.swift; sourceTree = ""; }; + C83509061C38706D0027C24C /* CurrentThreadSchedulerTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CurrentThreadSchedulerTest.swift; sourceTree = ""; }; + C83509071C38706D0027C24C /* DisposableTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DisposableTest.swift; sourceTree = ""; }; + C83509081C38706D0027C24C /* HistoricalSchedulerTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HistoricalSchedulerTest.swift; sourceTree = ""; }; + C83509091C38706D0027C24C /* MainSchedulerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainSchedulerTests.swift; sourceTree = ""; }; + C835090A1C38706D0027C24C /* Observable+AggregateTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+AggregateTest.swift"; sourceTree = ""; }; + C835090B1C38706D0027C24C /* Observable+BindingTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+BindingTest.swift"; sourceTree = ""; }; + C835090C1C38706D0027C24C /* Observable+BlockingTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+BlockingTest.swift"; sourceTree = ""; }; + C835090D1C38706D0027C24C /* Observable+ConcurrencyTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+ConcurrencyTest.swift"; sourceTree = ""; }; + C835090E1C38706D0027C24C /* Observable+CreationTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+CreationTest.swift"; sourceTree = ""; }; + C835090F1C38706D0027C24C /* Observable+MultipleTest+CombineLatest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+MultipleTest+CombineLatest.swift"; sourceTree = ""; }; + C83509101C38706D0027C24C /* Observable+MultipleTest+CombineLatest.tt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Observable+MultipleTest+CombineLatest.tt"; sourceTree = ""; }; + C83509111C38706D0027C24C /* Observable+MultipleTest+Zip.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+MultipleTest+Zip.swift"; sourceTree = ""; }; + C83509121C38706D0027C24C /* Observable+MultipleTest+Zip.tt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Observable+MultipleTest+Zip.tt"; sourceTree = ""; }; + C83509131C38706D0027C24C /* Observable+MultipleTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+MultipleTest.swift"; sourceTree = ""; }; + C83509141C38706D0027C24C /* Observable+SingleTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+SingleTest.swift"; sourceTree = ""; }; + C83509151C38706D0027C24C /* Observable+StandardSequenceOperatorsTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+StandardSequenceOperatorsTest.swift"; sourceTree = ""; }; + C83509161C38706D0027C24C /* Observable+SubscriptionTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+SubscriptionTest.swift"; sourceTree = ""; }; + C83509171C38706D0027C24C /* Observable+TimeTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+TimeTest.swift"; sourceTree = ""; }; + C83509181C38706D0027C24C /* ObserverTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObserverTests.swift; sourceTree = ""; }; + C83509191C38706D0027C24C /* QueueTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QueueTests.swift; sourceTree = ""; }; + C835091A1C38706D0027C24C /* SubjectConcurrencyTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubjectConcurrencyTest.swift; sourceTree = ""; }; + C835091B1C38706D0027C24C /* VariableTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VariableTest.swift; sourceTree = ""; }; + C835091C1C38706D0027C24C /* VirtualSchedulerTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VirtualSchedulerTest.swift; sourceTree = ""; }; + C835091D1C38706D0027C24C /* RxTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxTest.swift; sourceTree = ""; }; + C835091F1C38706E0027C24C /* Foundation+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Foundation+Extensions.swift"; sourceTree = ""; }; + C83509201C38706E0027C24C /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + C83509211C38706E0027C24C /* Recorded+Timeless.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Recorded+Timeless.swift"; sourceTree = ""; }; + C83509221C38706E0027C24C /* TestErrors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestErrors.swift; sourceTree = ""; }; + C83509231C38706E0027C24C /* XCTest+AllTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "XCTest+AllTests.swift"; sourceTree = ""; }; + C83509841C38740E0027C24C /* AllTests-tvOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "AllTests-tvOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + C83509941C38742C0027C24C /* AllTests-OSX.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "AllTests-OSX.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; C83D73B31C1DBAEE003DC470 /* AnonymousInvocable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnonymousInvocable.swift; sourceTree = ""; }; C83D73B41C1DBAEE003DC470 /* InvocableScheduledItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InvocableScheduledItem.swift; sourceTree = ""; }; C83D73B51C1DBAEE003DC470 /* InvocableType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InvocableType.swift; sourceTree = ""; }; @@ -1149,6 +1530,7 @@ C84CC5661BDD08A500E06A64 /* SubscriptionDisposable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubscriptionDisposable.swift; sourceTree = ""; }; C85106871C2D550E0075150C /* String+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Rx.swift"; sourceTree = ""; }; C8554E291C3051620052E67D /* PriorityQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PriorityQueue.swift; sourceTree = ""; }; + C85BA04B1C3878740075D68E /* PerformanceTests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PerformanceTests.app; sourceTree = BUILT_PRODUCTS_DIR; }; C86409FB1BA593F500D3C4E8 /* Range.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Range.swift; sourceTree = ""; }; C8640A021BA5B12A00D3C4E8 /* Repeat.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Repeat.swift; sourceTree = ""; }; C88253F11B8A752B00B02D69 /* RxCollectionViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxCollectionViewReactiveArrayDataSource.swift; sourceTree = ""; }; @@ -1277,6 +1659,37 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C83508C01C386F6F0027C24C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C83508C81C386F6F0027C24C /* RxSwift.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C83509811C38740E0027C24C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C83509891C38740E0027C24C /* RxSwift.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C83509911C38742C0027C24C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C83509991C38742C0027C24C /* RxSwift.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C85BA0481C3878740075D68E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; C88BB8681B07E5ED0064D411 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1699,6 +2112,142 @@ path = Driver; sourceTree = ""; }; + C83508D31C38706D0027C24C /* Tests */ = { + isa = PBXGroup; + children = ( + C83508D41C38706D0027C24C /* PerformanceTests */, + C83508D81C38706D0027C24C /* RxCocoaTests */, + C83508F21C38706D0027C24C /* RxSwiftTests */, + C835091D1C38706D0027C24C /* RxTest.swift */, + C835091E1C38706E0027C24C /* Tests */, + ); + path = Tests; + sourceTree = ""; + }; + C83508D41C38706D0027C24C /* PerformanceTests */ = { + isa = PBXGroup; + children = ( + C83508D51C38706D0027C24C /* Info.plist */, + C83508D61C38706D0027C24C /* main.swift */, + C83508D71C38706D0027C24C /* PerformanceTools.swift */, + ); + path = PerformanceTests; + sourceTree = ""; + }; + C83508D81C38706D0027C24C /* RxCocoaTests */ = { + isa = PBXGroup; + children = ( + C83508D91C38706D0027C24C /* CLLocationManager+RxTests.swift */, + C83508DA1C38706D0027C24C /* Control+RxTests+Cocoa.swift */, + C83508DB1C38706D0027C24C /* Control+RxTests+UIKit.swift */, + C83508DC1C38706D0027C24C /* Control+RxTests.swift */, + C83508DD1C38706D0027C24C /* ControlEventTests.swift */, + C83508DE1C38706D0027C24C /* ControlPropertyTests.swift */, + C83508DF1C38706D0027C24C /* DelegateProxyTest+Cocoa.swift */, + C83508E01C38706D0027C24C /* DelegateProxyTest+UIKit.swift */, + C83508E11C38706D0027C24C /* DelegateProxyTest.swift */, + C83508E21C38706D0027C24C /* Driver+Extensions.swift */, + C83508E31C38706D0027C24C /* Driver+Test.swift */, + C83508E41C38706D0027C24C /* KVOObservableTests.swift */, + C83508E51C38706D0027C24C /* NSLayoutConstraint+RxTests.swift */, + C83508E61C38706D0027C24C /* NSNotificationCenterTests.swift */, + C83508E71C38706D0027C24C /* NSObject+RxTests.swift */, + C83508E81C38706D0027C24C /* NSView+RxTests.swift */, + C83508E91C38706D0027C24C /* RuntimeStateSnapshot.swift */, + C83508EA1C38706D0027C24C /* RXObjCRuntime+Testing.h */, + C83508EB1C38706D0027C24C /* RXObjCRuntime+Testing.m */, + C83508EC1C38706D0027C24C /* RxObjCRuntimeState.swift */, + C83508ED1C38706D0027C24C /* RxTests-iOS-Bridging-Header.h */, + C83508EE1C38706D0027C24C /* RxTests-OSX-Bridging-Header.h */, + C83508EF1C38706D0027C24C /* RxTests-tvOS-Bridging-Header.h */, + C83508F01C38706D0027C24C /* SentMessageTest.swift */, + C83508F11C38706D0027C24C /* UIView+RxTests.swift */, + ); + path = RxCocoaTests; + sourceTree = ""; + }; + C83508F21C38706D0027C24C /* RxSwiftTests */ = { + isa = PBXGroup; + children = ( + C83508F31C38706D0027C24C /* TestImplementations */, + C83509011C38706D0027C24C /* Tests */, + ); + path = RxSwiftTests; + sourceTree = ""; + }; + C83508F31C38706D0027C24C /* TestImplementations */ = { + isa = PBXGroup; + children = ( + C83508F41C38706D0027C24C /* ElementIndexPair.swift */, + C83508F51C38706D0027C24C /* EquatableArray.swift */, + C83508F61C38706D0027C24C /* Mocks */, + C83508FF1C38706D0027C24C /* Observable+Extensions.swift */, + C83509001C38706D0027C24C /* TestVirtualScheduler.swift */, + ); + path = TestImplementations; + sourceTree = ""; + }; + C83508F61C38706D0027C24C /* Mocks */ = { + isa = PBXGroup; + children = ( + C83508F71C38706D0027C24C /* BackgroundThreadPrimitiveHotObservable.swift */, + C83508F81C38706D0027C24C /* MainThreadPrimitiveHotObservable.swift */, + C83508F91C38706D0027C24C /* MockDisposable.swift */, + C83508FA1C38706D0027C24C /* MySubject.swift */, + C83508FB1C38706D0027C24C /* Observable.Extensions.swift */, + C83508FC1C38706D0027C24C /* PrimitiveHotObservable.swift */, + C83508FD1C38706D0027C24C /* PrimitiveMockObserver.swift */, + C83508FE1C38706D0027C24C /* TestConnectableObservable.swift */, + ); + path = Mocks; + sourceTree = ""; + }; + C83509011C38706D0027C24C /* Tests */ = { + isa = PBXGroup; + children = ( + C83509021C38706D0027C24C /* AnonymousObservable+Test.swift */, + C83509031C38706D0027C24C /* AssumptionsTest.swift */, + C83509041C38706D0027C24C /* BagTest.swift */, + C83509051C38706D0027C24C /* BehaviorSubjectTest.swift */, + C83509061C38706D0027C24C /* CurrentThreadSchedulerTest.swift */, + C83509071C38706D0027C24C /* DisposableTest.swift */, + C83509081C38706D0027C24C /* HistoricalSchedulerTest.swift */, + C83509091C38706D0027C24C /* MainSchedulerTests.swift */, + C835090A1C38706D0027C24C /* Observable+AggregateTest.swift */, + C835090B1C38706D0027C24C /* Observable+BindingTest.swift */, + C835090C1C38706D0027C24C /* Observable+BlockingTest.swift */, + C835090D1C38706D0027C24C /* Observable+ConcurrencyTest.swift */, + C835090E1C38706D0027C24C /* Observable+CreationTest.swift */, + C835090F1C38706D0027C24C /* Observable+MultipleTest+CombineLatest.swift */, + C83509101C38706D0027C24C /* Observable+MultipleTest+CombineLatest.tt */, + C83509111C38706D0027C24C /* Observable+MultipleTest+Zip.swift */, + C83509121C38706D0027C24C /* Observable+MultipleTest+Zip.tt */, + C83509131C38706D0027C24C /* Observable+MultipleTest.swift */, + C83509141C38706D0027C24C /* Observable+SingleTest.swift */, + C83509151C38706D0027C24C /* Observable+StandardSequenceOperatorsTest.swift */, + C83509161C38706D0027C24C /* Observable+SubscriptionTest.swift */, + C83509171C38706D0027C24C /* Observable+TimeTest.swift */, + C83509181C38706D0027C24C /* ObserverTests.swift */, + C83509191C38706D0027C24C /* QueueTests.swift */, + C835091A1C38706D0027C24C /* SubjectConcurrencyTest.swift */, + C835091B1C38706D0027C24C /* VariableTest.swift */, + C835091C1C38706D0027C24C /* VirtualSchedulerTest.swift */, + ); + path = Tests; + sourceTree = ""; + }; + C835091E1C38706E0027C24C /* Tests */ = { + isa = PBXGroup; + children = ( + C835091F1C38706E0027C24C /* Foundation+Extensions.swift */, + C83509201C38706E0027C24C /* Info.plist */, + C83509211C38706E0027C24C /* Recorded+Timeless.swift */, + C83509221C38706E0027C24C /* TestErrors.swift */, + C83509231C38706E0027C24C /* XCTest+AllTests.swift */, + ); + path = Tests; + sourceTree = ""; + }; C83D73B21C1DBAEE003DC470 /* Internal */ = { isa = PBXGroup; children = ( @@ -1798,6 +2347,7 @@ C8093F571B8A73A20088E94D /* RxBlocking */, C8093E801B8A732E0088E94D /* RxCocoa */, C8E3A6FC1C25CE2200643FE6 /* RxTests */, + C83508D31C38706D0027C24C /* Tests */, C8A56AD81AD7424700B4673B /* Products */, ); sourceTree = ""; @@ -1821,6 +2371,10 @@ C88FA51D1C25C4B500CCFEA4 /* RxTests.framework */, C88FA52E1C25C4C000CCFEA4 /* RxTests.framework */, C88FA53F1C25C4CC00CCFEA4 /* RxTests.framework */, + C83508C31C386F6F0027C24C /* AllTests-iOS.xctest */, + C83509841C38740E0027C24C /* AllTests-tvOS.xctest */, + C83509941C38742C0027C24C /* AllTests-OSX.xctest */, + C85BA04B1C3878740075D68E /* PerformanceTests.app */, ); name = Products; sourceTree = ""; @@ -2076,6 +2630,90 @@ productReference = C8093C451B8A71FC0088E94D /* RxBlocking.framework */; productType = "com.apple.product-type.framework"; }; + C83508C21C386F6F0027C24C /* AllTests-iOS */ = { + isa = PBXNativeTarget; + buildConfigurationList = C83508CE1C386F6F0027C24C /* Build configuration list for PBXNativeTarget "AllTests-iOS" */; + buildPhases = ( + C83508BF1C386F6F0027C24C /* Sources */, + C83508C01C386F6F0027C24C /* Frameworks */, + C83508C11C386F6F0027C24C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + C835097D1C3871380027C24C /* PBXTargetDependency */, + C835097B1C3871340027C24C /* PBXTargetDependency */, + C83509791C38712F0027C24C /* PBXTargetDependency */, + C83508CA1C386F6F0027C24C /* PBXTargetDependency */, + ); + name = "AllTests-iOS"; + productName = "AllTests-iOS"; + productReference = C83508C31C386F6F0027C24C /* AllTests-iOS.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + C83509831C38740E0027C24C /* AllTests-tvOS */ = { + isa = PBXNativeTarget; + buildConfigurationList = C835098C1C38740E0027C24C /* Build configuration list for PBXNativeTarget "AllTests-tvOS" */; + buildPhases = ( + C83509801C38740E0027C24C /* Sources */, + C83509811C38740E0027C24C /* Frameworks */, + C83509821C38740E0027C24C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + C8350A251C38758A0027C24C /* PBXTargetDependency */, + C8350A271C38758A0027C24C /* PBXTargetDependency */, + C8350A291C38758A0027C24C /* PBXTargetDependency */, + C835098B1C38740E0027C24C /* PBXTargetDependency */, + ); + name = "AllTests-tvOS"; + productName = "AllTests-tvOS"; + productReference = C83509841C38740E0027C24C /* AllTests-tvOS.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + C83509931C38742C0027C24C /* AllTests-OSX */ = { + isa = PBXNativeTarget; + buildConfigurationList = C835099C1C38742C0027C24C /* Build configuration list for PBXNativeTarget "AllTests-OSX" */; + buildPhases = ( + C83509901C38742C0027C24C /* Sources */, + C83509911C38742C0027C24C /* Frameworks */, + C83509921C38742C0027C24C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + C84CB16B1C38769B00EB63CC /* PBXTargetDependency */, + C84CB16D1C38769B00EB63CC /* PBXTargetDependency */, + C84CB16F1C38769B00EB63CC /* PBXTargetDependency */, + C84CB1711C38769B00EB63CC /* PBXTargetDependency */, + ); + name = "AllTests-OSX"; + productName = "AllTests-OSX"; + productReference = C83509941C38742C0027C24C /* AllTests-OSX.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + C85BA04A1C3878740075D68E /* PerformanceTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = C85BA0581C3878750075D68E /* Build configuration list for PBXNativeTarget "PerformanceTests" */; + buildPhases = ( + C85BA0471C3878740075D68E /* Sources */, + C85BA0481C3878740075D68E /* Frameworks */, + C85BA0491C3878740075D68E /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + C85BA05C1C3878D00075D68E /* PBXTargetDependency */, + C85BA05E1C3878D00075D68E /* PBXTargetDependency */, + C85BA0601C3878D00075D68E /* PBXTargetDependency */, + C85BA0621C3878D00075D68E /* PBXTargetDependency */, + ); + name = PerformanceTests; + productName = PerformanceTests; + productReference = C85BA04B1C3878740075D68E /* PerformanceTests.app */; + productType = "com.apple.product-type.application"; + }; C88BB81A1B07E5ED0064D411 /* RxSwift-OSX */ = { isa = PBXNativeTarget; buildConfigurationList = C88BB86E1B07E5ED0064D411 /* Build configuration list for PBXNativeTarget "RxSwift-OSX" */; @@ -2306,10 +2944,22 @@ C8A56ACE1AD7424700B4673B /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 0700; + LastSwiftUpdateCheck = 0720; LastUpgradeCheck = 0710; - ORGANIZATIONNAME = "ReactiveX"; + ORGANIZATIONNAME = "Krunoslav Zaher"; TargetAttributes = { + C83508C21C386F6F0027C24C = { + CreatedOnToolsVersion = 7.2; + }; + C83509831C38740E0027C24C = { + CreatedOnToolsVersion = 7.2; + }; + C83509931C38742C0027C24C = { + CreatedOnToolsVersion = 7.2; + }; + C85BA04A1C3878740075D68E = { + CreatedOnToolsVersion = 7.2; + }; C8A56AD61AD7424700B4673B = { CreatedOnToolsVersion = 6.3; }; @@ -2330,6 +2980,7 @@ hasScannedForEncodings = 0; knownRegions = ( en, + Base, ); mainGroup = C8A56ACD1AD7424700B4673B; productRefGroup = C8A56AD81AD7424700B4673B /* Products */; @@ -2352,6 +3003,10 @@ C88FA50E1C25C4B500CCFEA4 /* RxTests-OSX */, C88FA51F1C25C4C000CCFEA4 /* RxTests-tvOS */, C88FA5301C25C4CC00CCFEA4 /* RxTests-watchOS */, + C83508C21C386F6F0027C24C /* AllTests-iOS */, + C83509831C38740E0027C24C /* AllTests-tvOS */, + C83509931C38742C0027C24C /* AllTests-OSX */, + C85BA04A1C3878740075D68E /* PerformanceTests */, ); }; /* End PBXProject section */ @@ -2385,6 +3040,36 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C83508C11C386F6F0027C24C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C83509681C38706E0027C24C /* Info.plist in Resources */, + C83509271C38706E0027C24C /* Info.plist in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C83509821C38740E0027C24C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C83509921C38742C0027C24C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C85BA0491C3878740075D68E /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; C88BB86D1B07E5ED0064D411 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -2619,6 +3304,222 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C83508BF1C386F6F0027C24C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C835092A1C38706E0027C24C /* CLLocationManager+RxTests.swift in Sources */, + C83509661C38706E0027C24C /* RxTest.swift in Sources */, + C83509611C38706E0027C24C /* ObserverTests.swift in Sources */, + C83509471C38706E0027C24C /* PrimitiveMockObserver.swift in Sources */, + C835094B1C38706E0027C24C /* AnonymousObservable+Test.swift in Sources */, + C835092E1C38706E0027C24C /* ControlEventTests.swift in Sources */, + C83509531C38706E0027C24C /* Observable+AggregateTest.swift in Sources */, + C83509291C38706E0027C24C /* PerformanceTools.swift in Sources */, + C835096A1C38706E0027C24C /* TestErrors.swift in Sources */, + C83509561C38706E0027C24C /* Observable+ConcurrencyTest.swift in Sources */, + C835095A1C38706E0027C24C /* Observable+MultipleTest+Zip.swift in Sources */, + C83509621C38706E0027C24C /* QueueTests.swift in Sources */, + C83509551C38706E0027C24C /* Observable+BlockingTest.swift in Sources */, + C83509351C38706E0027C24C /* KVOObservableTests.swift in Sources */, + C83509421C38706E0027C24C /* MainThreadPrimitiveHotObservable.swift in Sources */, + C835093A1C38706E0027C24C /* RuntimeStateSnapshot.swift in Sources */, + C83509441C38706E0027C24C /* MySubject.swift in Sources */, + C835095F1C38706E0027C24C /* Observable+SubscriptionTest.swift in Sources */, + C83509451C38706E0027C24C /* Observable.Extensions.swift in Sources */, + C835093B1C38706E0027C24C /* RXObjCRuntime+Testing.m in Sources */, + C83509641C38706E0027C24C /* VariableTest.swift in Sources */, + C83509461C38706E0027C24C /* PrimitiveHotObservable.swift in Sources */, + C835097E1C38726E0027C24C /* RxMutableBox.swift in Sources */, + C83509311C38706E0027C24C /* DelegateProxyTest+UIKit.swift in Sources */, + C83509671C38706E0027C24C /* Foundation+Extensions.swift in Sources */, + C83509481C38706E0027C24C /* TestConnectableObservable.swift in Sources */, + C83509371C38706E0027C24C /* NSNotificationCenterTests.swift in Sources */, + C835095C1C38706E0027C24C /* Observable+MultipleTest.swift in Sources */, + C83509331C38706E0027C24C /* Driver+Extensions.swift in Sources */, + C835094F1C38706E0027C24C /* CurrentThreadSchedulerTest.swift in Sources */, + C835093E1C38706E0027C24C /* UIView+RxTests.swift in Sources */, + C83509411C38706E0027C24C /* BackgroundThreadPrimitiveHotObservable.swift in Sources */, + C83509581C38706E0027C24C /* Observable+MultipleTest+CombineLatest.swift in Sources */, + C83509651C38706E0027C24C /* VirtualSchedulerTest.swift in Sources */, + C83509361C38706E0027C24C /* NSLayoutConstraint+RxTests.swift in Sources */, + C835095E1C38706E0027C24C /* Observable+StandardSequenceOperatorsTest.swift in Sources */, + C83509691C38706E0027C24C /* Recorded+Timeless.swift in Sources */, + C835094C1C38706E0027C24C /* AssumptionsTest.swift in Sources */, + C835092D1C38706E0027C24C /* Control+RxTests.swift in Sources */, + C83509601C38706E0027C24C /* Observable+TimeTest.swift in Sources */, + C835093F1C38706E0027C24C /* ElementIndexPair.swift in Sources */, + C83509381C38706E0027C24C /* NSObject+RxTests.swift in Sources */, + C83509631C38706E0027C24C /* SubjectConcurrencyTest.swift in Sources */, + C83509511C38706E0027C24C /* HistoricalSchedulerTest.swift in Sources */, + C835096B1C38706E0027C24C /* XCTest+AllTests.swift in Sources */, + C83509541C38706E0027C24C /* Observable+BindingTest.swift in Sources */, + C83509521C38706E0027C24C /* MainSchedulerTests.swift in Sources */, + C835094D1C38706E0027C24C /* BagTest.swift in Sources */, + C835093D1C38706E0027C24C /* SentMessageTest.swift in Sources */, + C83509401C38706E0027C24C /* EquatableArray.swift in Sources */, + C835095D1C38706E0027C24C /* Observable+SingleTest.swift in Sources */, + C83509341C38706E0027C24C /* Driver+Test.swift in Sources */, + C835092F1C38706E0027C24C /* ControlPropertyTests.swift in Sources */, + C835093C1C38706E0027C24C /* RxObjCRuntimeState.swift in Sources */, + C83509491C38706E0027C24C /* Observable+Extensions.swift in Sources */, + C835094A1C38706E0027C24C /* TestVirtualScheduler.swift in Sources */, + C83509501C38706E0027C24C /* DisposableTest.swift in Sources */, + C835094E1C38706E0027C24C /* BehaviorSubjectTest.swift in Sources */, + C835092C1C38706E0027C24C /* Control+RxTests+UIKit.swift in Sources */, + C83509571C38706E0027C24C /* Observable+CreationTest.swift in Sources */, + C83509321C38706E0027C24C /* DelegateProxyTest.swift in Sources */, + C83509431C38706E0027C24C /* MockDisposable.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C83509801C38740E0027C24C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C83509F31C38755D0027C24C /* AssumptionsTest.swift in Sources */, + C83509ED1C3875580027C24C /* MySubject.swift in Sources */, + C83509C61C3875220027C24C /* NSObject+RxTests.swift in Sources */, + C83509BB1C38750D0027C24C /* Control+RxTests.swift in Sources */, + C83509EE1C3875580027C24C /* Observable.Extensions.swift in Sources */, + C83509BD1C38750D0027C24C /* ControlPropertyTests.swift in Sources */, + C83509E11C3875500027C24C /* TestVirtualScheduler.swift in Sources */, + C8350A181C38756A0027C24C /* VariableTest.swift in Sources */, + C83509EF1C3875580027C24C /* PrimitiveHotObservable.swift in Sources */, + C83509FB1C38755D0027C24C /* Observable+BindingTest.swift in Sources */, + C8350A191C38756A0027C24C /* VirtualSchedulerTest.swift in Sources */, + C83509BF1C3875220027C24C /* DelegateProxyTest+UIKit.swift in Sources */, + C83509D41C38753C0027C24C /* RxObjCRuntimeState.swift in Sources */, + C83509FA1C38755D0027C24C /* Observable+AggregateTest.swift in Sources */, + C83509C01C3875220027C24C /* DelegateProxyTest.swift in Sources */, + C8350A131C38756A0027C24C /* Observable+SubscriptionTest.swift in Sources */, + C83509BA1C38750D0027C24C /* Control+RxTests+UIKit.swift in Sources */, + C83509E01C3875500027C24C /* Observable+Extensions.swift in Sources */, + C83509C41C3875220027C24C /* NSLayoutConstraint+RxTests.swift in Sources */, + C83509BC1C38750D0027C24C /* ControlEventTests.swift in Sources */, + C83509EC1C3875580027C24C /* MockDisposable.swift in Sources */, + C8350A111C38756A0027C24C /* Observable+SingleTest.swift in Sources */, + C8350A2A1C3875B50027C24C /* RxMutableBox.swift in Sources */, + C8350A151C38756A0027C24C /* ObserverTests.swift in Sources */, + C83509B11C3874E20027C24C /* PerformanceTools.swift in Sources */, + C83509AE1C3874D80027C24C /* Foundation+Extensions.swift in Sources */, + C83509F11C3875580027C24C /* TestConnectableObservable.swift in Sources */, + C83509AA1C3874D20027C24C /* TestErrors.swift in Sources */, + C83509F51C38755D0027C24C /* BehaviorSubjectTest.swift in Sources */, + C83509B41C3875020027C24C /* CLLocationManager+RxTests.swift in Sources */, + C83509EB1C3875580027C24C /* MainThreadPrimitiveHotObservable.swift in Sources */, + C83509C21C3875220027C24C /* Driver+Test.swift in Sources */, + C83509FE1C38755D0027C24C /* Observable+CreationTest.swift in Sources */, + C83509FC1C38755D0027C24C /* Observable+BlockingTest.swift in Sources */, + C8350A161C38756A0027C24C /* QueueTests.swift in Sources */, + C83509C51C3875220027C24C /* NSNotificationCenterTests.swift in Sources */, + C83509FF1C38755D0027C24C /* Observable+MultipleTest+CombineLatest.swift in Sources */, + C83509D81C3875420027C24C /* SentMessageTest.swift in Sources */, + C83509F61C38755D0027C24C /* CurrentThreadSchedulerTest.swift in Sources */, + C83509F01C3875580027C24C /* PrimitiveMockObserver.swift in Sources */, + C8350A121C38756A0027C24C /* Observable+StandardSequenceOperatorsTest.swift in Sources */, + C83509C31C3875220027C24C /* KVOObservableTests.swift in Sources */, + C83509F91C38755D0027C24C /* MainSchedulerTests.swift in Sources */, + C83509AB1C3874D20027C24C /* XCTest+AllTests.swift in Sources */, + C83509C11C3875220027C24C /* Driver+Extensions.swift in Sources */, + C83509DD1C38754C0027C24C /* EquatableArray.swift in Sources */, + C83509F71C38755D0027C24C /* DisposableTest.swift in Sources */, + C8350A101C38756A0027C24C /* Observable+MultipleTest.swift in Sources */, + C83509DC1C38754C0027C24C /* ElementIndexPair.swift in Sources */, + C8350A171C38756A0027C24C /* SubjectConcurrencyTest.swift in Sources */, + C83509A91C3874D20027C24C /* Recorded+Timeless.swift in Sources */, + C83509EA1C3875580027C24C /* BackgroundThreadPrimitiveHotObservable.swift in Sources */, + C84CB1721C3876B800EB63CC /* UIView+RxTests.swift in Sources */, + C83509F81C38755D0027C24C /* HistoricalSchedulerTest.swift in Sources */, + C83509F21C38755D0027C24C /* AnonymousObservable+Test.swift in Sources */, + C83509D31C3875390027C24C /* RXObjCRuntime+Testing.m in Sources */, + C83509FD1C38755D0027C24C /* Observable+ConcurrencyTest.swift in Sources */, + C8350A141C38756A0027C24C /* Observable+TimeTest.swift in Sources */, + C83509D01C38752E0027C24C /* RuntimeStateSnapshot.swift in Sources */, + C83509AF1C3874DC0027C24C /* RxTest.swift in Sources */, + C83509F41C38755D0027C24C /* BagTest.swift in Sources */, + C8350A0F1C3875630027C24C /* Observable+MultipleTest+Zip.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C83509901C38742C0027C24C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C8350A201C38756B0027C24C /* QueueTests.swift in Sources */, + C83509E71C3875580027C24C /* PrimitiveHotObservable.swift in Sources */, + C83509CE1C3875230027C24C /* NSObject+RxTests.swift in Sources */, + C8350A011C38755E0027C24C /* AssumptionsTest.swift in Sources */, + C8350A2B1C3875B60027C24C /* RxMutableBox.swift in Sources */, + C83509B21C3874E20027C24C /* PerformanceTools.swift in Sources */, + C8350A1A1C38756B0027C24C /* Observable+MultipleTest.swift in Sources */, + C83509B71C38750D0027C24C /* Control+RxTests.swift in Sources */, + C8350A071C38755E0027C24C /* MainSchedulerTests.swift in Sources */, + C83509B81C38750D0027C24C /* ControlEventTests.swift in Sources */, + C83509CB1C3875230027C24C /* KVOObservableTests.swift in Sources */, + C83509AD1C3874D70027C24C /* Foundation+Extensions.swift in Sources */, + C83509C81C3875230027C24C /* DelegateProxyTest.swift in Sources */, + C8350A0D1C38755E0027C24C /* Observable+MultipleTest+CombineLatest.swift in Sources */, + C8350A0B1C38755E0027C24C /* Observable+ConcurrencyTest.swift in Sources */, + C83509E21C3875580027C24C /* BackgroundThreadPrimitiveHotObservable.swift in Sources */, + C8350A0E1C3875630027C24C /* Observable+MultipleTest+Zip.swift in Sources */, + C83509CF1C3875260027C24C /* NSView+RxTests.swift in Sources */, + C8350A1F1C38756B0027C24C /* ObserverTests.swift in Sources */, + C83509A71C3874D10027C24C /* TestErrors.swift in Sources */, + C83509D61C3875420027C24C /* SentMessageTest.swift in Sources */, + C8350A021C38755E0027C24C /* BagTest.swift in Sources */, + C8350A081C38755E0027C24C /* Observable+AggregateTest.swift in Sources */, + C83509E81C3875580027C24C /* PrimitiveMockObserver.swift in Sources */, + C83509BE1C3875100027C24C /* DelegateProxyTest+Cocoa.swift in Sources */, + C8350A1B1C38756B0027C24C /* Observable+SingleTest.swift in Sources */, + C8350A231C38756B0027C24C /* VirtualSchedulerTest.swift in Sources */, + C83509E51C3875580027C24C /* MySubject.swift in Sources */, + C83509B91C38750D0027C24C /* ControlPropertyTests.swift in Sources */, + C83509C91C3875230027C24C /* Driver+Extensions.swift in Sources */, + C8350A1E1C38756B0027C24C /* Observable+TimeTest.swift in Sources */, + C8350A061C38755E0027C24C /* HistoricalSchedulerTest.swift in Sources */, + C83509D11C38752E0027C24C /* RuntimeStateSnapshot.swift in Sources */, + C83509B31C3875010027C24C /* CLLocationManager+RxTests.swift in Sources */, + C8350A221C38756B0027C24C /* VariableTest.swift in Sources */, + C83509D21C3875380027C24C /* RXObjCRuntime+Testing.m in Sources */, + C83509CC1C3875230027C24C /* NSLayoutConstraint+RxTests.swift in Sources */, + C8350A0C1C38755E0027C24C /* Observable+CreationTest.swift in Sources */, + C8350A1C1C38756B0027C24C /* Observable+StandardSequenceOperatorsTest.swift in Sources */, + C83509CA1C3875230027C24C /* Driver+Test.swift in Sources */, + C83509E41C3875580027C24C /* MockDisposable.swift in Sources */, + C83509D51C38753E0027C24C /* RxObjCRuntimeState.swift in Sources */, + C8350A001C38755E0027C24C /* AnonymousObservable+Test.swift in Sources */, + C83509E91C3875580027C24C /* TestConnectableObservable.swift in Sources */, + C83509DF1C38754F0027C24C /* TestVirtualScheduler.swift in Sources */, + C83509CD1C3875230027C24C /* NSNotificationCenterTests.swift in Sources */, + C83509DB1C38754C0027C24C /* EquatableArray.swift in Sources */, + C83509A81C3874D10027C24C /* XCTest+AllTests.swift in Sources */, + C8350A031C38755E0027C24C /* BehaviorSubjectTest.swift in Sources */, + C83509E31C3875580027C24C /* MainThreadPrimitiveHotObservable.swift in Sources */, + C8350A1D1C38756B0027C24C /* Observable+SubscriptionTest.swift in Sources */, + C83509A61C3874D10027C24C /* Recorded+Timeless.swift in Sources */, + C8350A041C38755E0027C24C /* CurrentThreadSchedulerTest.swift in Sources */, + C8350A091C38755E0027C24C /* Observable+BindingTest.swift in Sources */, + C8350A051C38755E0027C24C /* DisposableTest.swift in Sources */, + C83509B01C3874DC0027C24C /* RxTest.swift in Sources */, + C8350A211C38756B0027C24C /* SubjectConcurrencyTest.swift in Sources */, + C8350A0A1C38755E0027C24C /* Observable+BlockingTest.swift in Sources */, + C83509B51C3875050027C24C /* Control+RxTests+Cocoa.swift in Sources */, + C83509E61C3875580027C24C /* Observable.Extensions.swift in Sources */, + C83509DE1C38754F0027C24C /* Observable+Extensions.swift in Sources */, + C83509DA1C38754C0027C24C /* ElementIndexPair.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C85BA0471C3878740075D68E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C85BA05A1C3878870075D68E /* PerformanceTools.swift in Sources */, + C85BA0591C3878850075D68E /* main.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C88BB81B1B07E5ED0064D411 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -3456,6 +4357,86 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + C83508CA1C386F6F0027C24C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C8A56AD61AD7424700B4673B /* RxSwift-iOS */; + targetProxy = C83508C91C386F6F0027C24C /* PBXContainerItemProxy */; + }; + C83509791C38712F0027C24C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C80938F51B8A71760088E94D /* RxCocoa-iOS */; + targetProxy = C83509781C38712F0027C24C /* PBXContainerItemProxy */; + }; + C835097B1C3871340027C24C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C88FA4FD1C25C44800CCFEA4 /* RxTests-iOS */; + targetProxy = C835097A1C3871340027C24C /* PBXContainerItemProxy */; + }; + C835097D1C3871380027C24C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C8093B4B1B8A71F00088E94D /* RxBlocking-iOS */; + targetProxy = C835097C1C3871380027C24C /* PBXContainerItemProxy */; + }; + C835098B1C38740E0027C24C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = D2EA280B1BB9B5A200880ED3 /* RxSwift-tvOS */; + targetProxy = C835098A1C38740E0027C24C /* PBXContainerItemProxy */; + }; + C8350A251C38758A0027C24C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = D2138C741BB9BE9800339B5C /* RxCocoa-tvOS */; + targetProxy = C8350A241C38758A0027C24C /* PBXContainerItemProxy */; + }; + C8350A271C38758A0027C24C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = D2EBEB801BB9B99D003A27DC /* RxBlocking-tvOS */; + targetProxy = C8350A261C38758A0027C24C /* PBXContainerItemProxy */; + }; + C8350A291C38758A0027C24C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C88FA51F1C25C4C000CCFEA4 /* RxTests-tvOS */; + targetProxy = C8350A281C38758A0027C24C /* PBXContainerItemProxy */; + }; + C84CB16B1C38769B00EB63CC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C88BB81A1B07E5ED0064D411 /* RxSwift-OSX */; + targetProxy = C84CB16A1C38769B00EB63CC /* PBXContainerItemProxy */; + }; + C84CB16D1C38769B00EB63CC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C809396F1B8A71840088E94D /* RxCocoa-OSX */; + targetProxy = C84CB16C1C38769B00EB63CC /* PBXContainerItemProxy */; + }; + C84CB16F1C38769B00EB63CC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C8093BC91B8A71FC0088E94D /* RxBlocking-OSX */; + targetProxy = C84CB16E1C38769B00EB63CC /* PBXContainerItemProxy */; + }; + C84CB1711C38769B00EB63CC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C88FA50E1C25C4B500CCFEA4 /* RxTests-OSX */; + targetProxy = C84CB1701C38769B00EB63CC /* PBXContainerItemProxy */; + }; + C85BA05C1C3878D00075D68E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C88BB81A1B07E5ED0064D411 /* RxSwift-OSX */; + targetProxy = C85BA05B1C3878D00075D68E /* PBXContainerItemProxy */; + }; + C85BA05E1C3878D00075D68E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C809396F1B8A71840088E94D /* RxCocoa-OSX */; + targetProxy = C85BA05D1C3878D00075D68E /* PBXContainerItemProxy */; + }; + C85BA0601C3878D00075D68E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C8093BC91B8A71FC0088E94D /* RxBlocking-OSX */; + targetProxy = C85BA05F1C3878D00075D68E /* PBXContainerItemProxy */; + }; + C85BA0621C3878D00075D68E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C88FA50E1C25C4B500CCFEA4 /* RxTests-OSX */; + targetProxy = C85BA0611C3878D00075D68E /* PBXContainerItemProxy */; + }; C872BD1C1BC0529600D7175E /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = C8A56AD61AD7424700B4673B /* RxSwift-iOS */; @@ -3735,6 +4716,200 @@ }; name = "Release-Tests"; }; + C83508CB1C386F6F0027C24C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEBUG_INFORMATION_FORMAT = dwarf; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = Tests/Tests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.2; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "io.rx.AllTests-iOS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SWIFT_OBJC_BRIDGING_HEADER = "Tests/RxCocoaTests/RxTests-iOS-Bridging-Header.h"; + }; + name = Debug; + }; + C83508CC1C386F6F0027C24C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = Tests/Tests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.2; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "io.rx.AllTests-iOS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SWIFT_OBJC_BRIDGING_HEADER = "Tests/RxCocoaTests/RxTests-iOS-Bridging-Header.h"; + }; + name = Release; + }; + C83508CD1C386F6F0027C24C /* Release-Tests */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = Tests/Tests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.2; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "io.rx.AllTests-iOS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SWIFT_OBJC_BRIDGING_HEADER = "Tests/RxCocoaTests/RxTests-iOS-Bridging-Header.h"; + }; + name = "Release-Tests"; + }; + C835098D1C38740E0027C24C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEBUG_INFORMATION_FORMAT = dwarf; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = Tests/Tests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "io.rx.AllTests-tvOS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = appletvos; + SWIFT_OBJC_BRIDGING_HEADER = "Tests/RxCocoaTests/RxTests-tvOS-Bridging-Header.h"; + TVOS_DEPLOYMENT_TARGET = 9.1; + }; + name = Debug; + }; + C835098E1C38740E0027C24C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = Tests/Tests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "io.rx.AllTests-tvOS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = appletvos; + SWIFT_OBJC_BRIDGING_HEADER = "Tests/RxCocoaTests/RxTests-tvOS-Bridging-Header.h"; + TVOS_DEPLOYMENT_TARGET = 9.1; + }; + name = Release; + }; + C835098F1C38740E0027C24C /* Release-Tests */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = Tests/Tests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "io.rx.AllTests-tvOS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = appletvos; + SWIFT_OBJC_BRIDGING_HEADER = "Tests/RxCocoaTests/RxTests-tvOS-Bridging-Header.h"; + TVOS_DEPLOYMENT_TARGET = 9.1; + }; + name = "Release-Tests"; + }; + C835099D1C38742C0027C24C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = "-"; + COMBINE_HIDPI_IMAGES = YES; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_BITCODE = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = Tests/Tests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.11; + PRODUCT_BUNDLE_IDENTIFIER = "io.rx.AllTests-OSX"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + SWIFT_OBJC_BRIDGING_HEADER = "Tests/RxCocoaTests/RxTests-OSX-Bridging-Header.h"; + }; + name = Debug; + }; + C835099E1C38742C0027C24C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = "-"; + COMBINE_HIDPI_IMAGES = YES; + ENABLE_BITCODE = NO; + INFOPLIST_FILE = Tests/Tests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.11; + PRODUCT_BUNDLE_IDENTIFIER = "io.rx.AllTests-OSX"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + SWIFT_OBJC_BRIDGING_HEADER = "Tests/RxCocoaTests/RxTests-OSX-Bridging-Header.h"; + }; + name = Release; + }; + C835099F1C38742C0027C24C /* Release-Tests */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = "-"; + COMBINE_HIDPI_IMAGES = YES; + ENABLE_BITCODE = NO; + INFOPLIST_FILE = Tests/Tests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.11; + PRODUCT_BUNDLE_IDENTIFIER = "io.rx.AllTests-OSX"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + SWIFT_OBJC_BRIDGING_HEADER = "Tests/RxCocoaTests/RxTests-OSX-Bridging-Header.h"; + }; + name = "Release-Tests"; + }; + C85BA0551C3878750075D68E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "-"; + COMBINE_HIDPI_IMAGES = YES; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_BITCODE = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = Tests/PerformanceTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.11; + PRODUCT_BUNDLE_IDENTIFIER = io.rx.PerformanceTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + }; + name = Debug; + }; + C85BA0561C3878750075D68E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "-"; + COMBINE_HIDPI_IMAGES = YES; + ENABLE_BITCODE = NO; + INFOPLIST_FILE = Tests/PerformanceTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.11; + PRODUCT_BUNDLE_IDENTIFIER = io.rx.PerformanceTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + }; + name = Release; + }; + C85BA0571C3878750075D68E /* Release-Tests */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "-"; + COMBINE_HIDPI_IMAGES = YES; + ENABLE_BITCODE = NO; + INFOPLIST_FILE = Tests/PerformanceTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.11; + PRODUCT_BUNDLE_IDENTIFIER = io.rx.PerformanceTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + }; + name = "Release-Tests"; + }; C8633A941B08FA5500375D60 /* Release-Tests */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4623,6 +5798,45 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + C83508CE1C386F6F0027C24C /* Build configuration list for PBXNativeTarget "AllTests-iOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C83508CB1C386F6F0027C24C /* Debug */, + C83508CC1C386F6F0027C24C /* Release */, + C83508CD1C386F6F0027C24C /* Release-Tests */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C835098C1C38740E0027C24C /* Build configuration list for PBXNativeTarget "AllTests-tvOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C835098D1C38740E0027C24C /* Debug */, + C835098E1C38740E0027C24C /* Release */, + C835098F1C38740E0027C24C /* Release-Tests */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C835099C1C38742C0027C24C /* Build configuration list for PBXNativeTarget "AllTests-OSX" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C835099D1C38742C0027C24C /* Debug */, + C835099E1C38742C0027C24C /* Release */, + C835099F1C38742C0027C24C /* Release-Tests */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C85BA0581C3878750075D68E /* Build configuration list for PBXNativeTarget "PerformanceTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C85BA0551C3878750075D68E /* Debug */, + C85BA0561C3878750075D68E /* Release */, + C85BA0571C3878750075D68E /* Release-Tests */, + ); + defaultConfigurationIsVisible = 0; + }; C88BB86E1B07E5ED0064D411 /* Build configuration list for PBXNativeTarget "RxSwift-OSX" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-OSX.xcscheme b/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-OSX.xcscheme index 4ea9b0fb..089500fb 100644 --- a/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-OSX.xcscheme +++ b/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-OSX.xcscheme @@ -28,7 +28,26 @@ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES"> + + + + + + + + diff --git a/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-iOS.xcscheme b/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-iOS.xcscheme index 6606e4ca..205b992c 100644 --- a/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-iOS.xcscheme +++ b/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-iOS.xcscheme @@ -28,7 +28,26 @@ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES"> + + + + + + + + diff --git a/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-tvOS.xcscheme b/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-tvOS.xcscheme index 4fe17aac..220e069a 100644 --- a/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-tvOS.xcscheme +++ b/Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-tvOS.xcscheme @@ -28,7 +28,26 @@ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES"> + + + + + + + + diff --git a/Rx.xcworkspace/contents.xcworkspacedata b/Rx.xcworkspace/contents.xcworkspacedata index e0a37535..dc76df6f 100644 --- a/Rx.xcworkspace/contents.xcworkspacedata +++ b/Rx.xcworkspace/contents.xcworkspacedata @@ -131,9 +131,6 @@ - - diff --git a/Tests/RxCocoaTests/Driver+Extensions.swift b/Tests/RxCocoaTests/Driver+Extensions.swift index 3a6c34a2..c3183b49 100644 --- a/Tests/RxCocoaTests/Driver+Extensions.swift +++ b/Tests/RxCocoaTests/Driver+Extensions.swift @@ -7,6 +7,7 @@ // import Foundation +import RxCocoa extension Driver : Equatable { diff --git a/Tests/Tests.xcodeproj/project.pbxproj b/Tests/Tests.xcodeproj/project.pbxproj deleted file mode 100644 index 7cb37c30..00000000 --- a/Tests/Tests.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1489 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 4F0B0B231C36810E00BD0534 /* NSControl+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F0B0B221C36810E00BD0534 /* NSControl+RxTests.swift */; }; - 5E5D10BB1B48355200432B25 /* Control+RxTests+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E5D10BA1B48355200432B25 /* Control+RxTests+UIKit.swift */; }; - C69B65001BA88FAC00A7FA73 /* ObserverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C69B64FF1BA88FAC00A7FA73 /* ObserverTests.swift */; }; - C69B65011BA8957C00A7FA73 /* ObserverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C69B64FF1BA88FAC00A7FA73 /* ObserverTests.swift */; }; - C801EB5A1B97951100C4D8C4 /* Observable+CreationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C801EB591B97951100C4D8C4 /* Observable+CreationTest.swift */; }; - C801EB5B1B97951100C4D8C4 /* Observable+CreationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C801EB591B97951100C4D8C4 /* Observable+CreationTest.swift */; }; - C805D5A61C2DE71B00561347 /* XCTest+AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C805D5A51C2DE71B00561347 /* XCTest+AllTests.swift */; }; - C805D5A71C2DE71B00561347 /* XCTest+AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C805D5A51C2DE71B00561347 /* XCTest+AllTests.swift */; }; - C805D5A81C2DE71B00561347 /* XCTest+AllTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C805D5A51C2DE71B00561347 /* XCTest+AllTests.swift */; }; - C80DDEE01BCEE898006A1832 /* MainThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C80DDEDF1BCEE898006A1832 /* MainThreadPrimitiveHotObservable.swift */; }; - C80DDEE11BCEE898006A1832 /* MainThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C80DDEDF1BCEE898006A1832 /* MainThreadPrimitiveHotObservable.swift */; }; - C80DDEE21BCEE898006A1832 /* MainThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C80DDEDF1BCEE898006A1832 /* MainThreadPrimitiveHotObservable.swift */; }; - C810EEC81C2DE7CF000033CE /* TestErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810EEC71C2DE7CF000033CE /* TestErrors.swift */; }; - C810EEC91C2DE7CF000033CE /* TestErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810EEC71C2DE7CF000033CE /* TestErrors.swift */; }; - C810EECA1C2DE7CF000033CE /* TestErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810EEC71C2DE7CF000033CE /* TestErrors.swift */; }; - C810EED01C2DE85C000033CE /* PerformanceTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810EECF1C2DE85C000033CE /* PerformanceTools.swift */; }; - C810EED11C2DE85C000033CE /* PerformanceTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810EECF1C2DE85C000033CE /* PerformanceTools.swift */; }; - C810EED21C2DE85C000033CE /* PerformanceTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810EECF1C2DE85C000033CE /* PerformanceTools.swift */; }; - C810EED31C2DE85C000033CE /* PerformanceTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810EECF1C2DE85C000033CE /* PerformanceTools.swift */; }; - C810EED51C2DEBD1000033CE /* Foundation+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810EED41C2DEBD1000033CE /* Foundation+Extensions.swift */; }; - C810EED61C2DEBD1000033CE /* Foundation+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810EED41C2DEBD1000033CE /* Foundation+Extensions.swift */; }; - C810EED71C2DEBD1000033CE /* Foundation+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810EED41C2DEBD1000033CE /* Foundation+Extensions.swift */; }; - C810EED81C2DEBD1000033CE /* Foundation+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810EED41C2DEBD1000033CE /* Foundation+Extensions.swift */; }; - C811084D1AF50E2A001C13E4 /* NSNotificationCenterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811082B1AF50E2A001C13E4 /* NSNotificationCenterTests.swift */; }; - C81108501AF50E2A001C13E4 /* TestConnectableObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108311AF50E2A001C13E4 /* TestConnectableObservable.swift */; }; - C81108531AF50E2A001C13E4 /* MySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108341AF50E2A001C13E4 /* MySubject.swift */; }; - C81108541AF50E2A001C13E4 /* Observable.Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108351AF50E2A001C13E4 /* Observable.Extensions.swift */; }; - C811085D1AF50E2A001C13E4 /* AssumptionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108401AF50E2A001C13E4 /* AssumptionsTest.swift */; }; - C811085F1AF50E2A001C13E4 /* DisposableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108421AF50E2A001C13E4 /* DisposableTest.swift */; }; - C81108601AF50E2A001C13E4 /* Observable+AggregateTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108431AF50E2A001C13E4 /* Observable+AggregateTest.swift */; }; - C81108611AF50E2A001C13E4 /* Observable+BindingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108441AF50E2A001C13E4 /* Observable+BindingTest.swift */; }; - C81108621AF50E2A001C13E4 /* Observable+MultipleTest+CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108451AF50E2A001C13E4 /* Observable+MultipleTest+CombineLatest.swift */; }; - C81108641AF50E2A001C13E4 /* Observable+MultipleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108471AF50E2A001C13E4 /* Observable+MultipleTest.swift */; }; - C81108651AF50E2A001C13E4 /* Observable+SingleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108481AF50E2A001C13E4 /* Observable+SingleTest.swift */; }; - C81108661AF50E2A001C13E4 /* Observable+StandardSequenceOperatorsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108491AF50E2A001C13E4 /* Observable+StandardSequenceOperatorsTest.swift */; }; - C81108671AF50E2A001C13E4 /* Observable+TimeTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811084A1AF50E2A001C13E4 /* Observable+TimeTest.swift */; }; - C81108681AF50E2A001C13E4 /* QueueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811084B1AF50E2A001C13E4 /* QueueTests.swift */; }; - C81108691AF50E2A001C13E4 /* RxTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811084C1AF50E2A001C13E4 /* RxTest.swift */; }; - C814CEA31AF5622600E98087 /* VariableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C814CEA21AF5622600E98087 /* VariableTest.swift */; }; - C81CC92B1B513FD400915606 /* NSObject+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81CC92A1B513FD400915606 /* NSObject+RxTests.swift */; }; - C81CC92C1B513FD400915606 /* NSObject+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81CC92A1B513FD400915606 /* NSObject+RxTests.swift */; }; - C836EA011B8A76A900AB941D /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C836EA001B8A76A900AB941D /* RxSwift.framework */; }; - C836EA081B8A76CD00AB941D /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C836EA001B8A76A900AB941D /* RxSwift.framework */; }; - C83CAA621C261FBB007A696E /* RxTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8E3A7401C26140400643FE6 /* RxTests.framework */; }; - C83CAA631C261FC2007A696E /* RxTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8E3A7401C26140400643FE6 /* RxTests.framework */; }; - C84B8FC21B89D0D500C9CCCF /* BagTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84B8FC11B89D0D500C9CCCF /* BagTest.swift */; }; - C84B8FC31B89D0D500C9CCCF /* BagTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84B8FC11B89D0D500C9CCCF /* BagTest.swift */; }; - C84CC4E91BDADA0B00E06A64 /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C836EA001B8A76A900AB941D /* RxSwift.framework */; }; - C8554E2F1C3070F20052E67D /* VirtualSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E2E1C3070F20052E67D /* VirtualSchedulerTest.swift */; }; - C8554E301C3070F20052E67D /* VirtualSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E2E1C3070F20052E67D /* VirtualSchedulerTest.swift */; }; - C8554E311C3070F20052E67D /* VirtualSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E2E1C3070F20052E67D /* VirtualSchedulerTest.swift */; }; - C8554E331C30717D0052E67D /* TestVirtualScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E321C30717D0052E67D /* TestVirtualScheduler.swift */; }; - C8554E341C30717D0052E67D /* TestVirtualScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E321C30717D0052E67D /* TestVirtualScheduler.swift */; }; - C8554E351C30717D0052E67D /* TestVirtualScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E321C30717D0052E67D /* TestVirtualScheduler.swift */; }; - C8554E3B1C307E4A0052E67D /* HistoricalSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E3A1C307E4A0052E67D /* HistoricalSchedulerTest.swift */; }; - C8554E3C1C307E4A0052E67D /* HistoricalSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E3A1C307E4A0052E67D /* HistoricalSchedulerTest.swift */; }; - C8554E3D1C307E4A0052E67D /* HistoricalSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8554E3A1C307E4A0052E67D /* HistoricalSchedulerTest.swift */; }; - C8633AE51B0A9FF300375D60 /* KVOObservableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8633AE41B0A9FF300375D60 /* KVOObservableTests.swift */; }; - C8633AE61B0AA0ED00375D60 /* KVOObservableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8633AE41B0A9FF300375D60 /* KVOObservableTests.swift */; }; - C868D0F71BB75EAE003D1474 /* RxTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811084C1AF50E2A001C13E4 /* RxTest.swift */; }; - C868D10C1BB950D4003D1474 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = C868D10B1BB950D4003D1474 /* main.swift */; }; - C87BB6B71C13A64000C66DF9 /* ControlPropertyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87BB6B61C13A64000C66DF9 /* ControlPropertyTests.swift */; }; - C87BB6B81C13A64000C66DF9 /* ControlPropertyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87BB6B61C13A64000C66DF9 /* ControlPropertyTests.swift */; }; - C87BB6B91C13A64000C66DF9 /* ControlPropertyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87BB6B61C13A64000C66DF9 /* ControlPropertyTests.swift */; }; - C87BB6BB1C13A75600C66DF9 /* ControlEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87BB6BA1C13A75600C66DF9 /* ControlEventTests.swift */; }; - C87BB6BC1C13A75600C66DF9 /* ControlEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87BB6BA1C13A75600C66DF9 /* ControlEventTests.swift */; }; - C87BB6BD1C13A75600C66DF9 /* ControlEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87BB6BA1C13A75600C66DF9 /* ControlEventTests.swift */; }; - C87EC2F91C131A4E0060B19B /* DelegateProxyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87EC2F81C131A4E0060B19B /* DelegateProxyTest.swift */; }; - C87EC2FA1C131A4E0060B19B /* DelegateProxyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87EC2F81C131A4E0060B19B /* DelegateProxyTest.swift */; }; - C87EC2FB1C131A4E0060B19B /* DelegateProxyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87EC2F81C131A4E0060B19B /* DelegateProxyTest.swift */; }; - C87EC2FD1C131A6F0060B19B /* DelegateProxyTest+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87EC2FC1C131A6F0060B19B /* DelegateProxyTest+UIKit.swift */; }; - C87EC2FE1C131A790060B19B /* DelegateProxyTest+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87EC2FC1C131A6F0060B19B /* DelegateProxyTest+UIKit.swift */; }; - C87EC3001C131A940060B19B /* DelegateProxyTest+Cocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87EC2FF1C131A940060B19B /* DelegateProxyTest+Cocoa.swift */; }; - C88BB8911B07E64B0064D411 /* Observable+ConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8B787F91AF55CDE00206D02 /* Observable+ConcurrencyTest.swift */; }; - C88BB8941B07E64B0064D411 /* Observable+TimeTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811084A1AF50E2A001C13E4 /* Observable+TimeTest.swift */; }; - C88BB8971B07E64B0064D411 /* MySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108341AF50E2A001C13E4 /* MySubject.swift */; }; - C88BB8991B07E64B0064D411 /* Observable+BindingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108441AF50E2A001C13E4 /* Observable+BindingTest.swift */; }; - C88BB89A1B07E64B0064D411 /* NSNotificationCenterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811082B1AF50E2A001C13E4 /* NSNotificationCenterTests.swift */; }; - C88BB89B1B07E64B0064D411 /* Observable+MultipleTest+CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108451AF50E2A001C13E4 /* Observable+MultipleTest+CombineLatest.swift */; }; - C88BB89F1B07E64B0064D411 /* DisposableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108421AF50E2A001C13E4 /* DisposableTest.swift */; }; - C88BB8A01B07E64B0064D411 /* Observable+StandardSequenceOperatorsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108491AF50E2A001C13E4 /* Observable+StandardSequenceOperatorsTest.swift */; }; - C88BB8A11B07E64B0064D411 /* Observable+MultipleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108471AF50E2A001C13E4 /* Observable+MultipleTest.swift */; }; - C88BB8A41B07E64B0064D411 /* Observable.Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108351AF50E2A001C13E4 /* Observable.Extensions.swift */; }; - C88BB8A51B07E64B0064D411 /* QueueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811084B1AF50E2A001C13E4 /* QueueTests.swift */; }; - C88BB8A61B07E64B0064D411 /* Observable+SingleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108481AF50E2A001C13E4 /* Observable+SingleTest.swift */; }; - C88BB8A91B07E64B0064D411 /* Observable+AggregateTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108431AF50E2A001C13E4 /* Observable+AggregateTest.swift */; }; - C88BB8AC1B07E64B0064D411 /* AssumptionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108401AF50E2A001C13E4 /* AssumptionsTest.swift */; }; - C88BB8AD1B07E64B0064D411 /* TestConnectableObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108311AF50E2A001C13E4 /* TestConnectableObservable.swift */; }; - C88BB8AE1B07E64B0064D411 /* VariableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C814CEA21AF5622600E98087 /* VariableTest.swift */; }; - C88FA4F91C25BF6A00CCFEA4 /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = C88FA4F81C25BF6A00CCFEA4 /* RxMutableBox.swift */; }; - C88FA4FA1C25BF6A00CCFEA4 /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = C88FA4F81C25BF6A00CCFEA4 /* RxMutableBox.swift */; }; - C88FA4FB1C25BF6A00CCFEA4 /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = C88FA4F81C25BF6A00CCFEA4 /* RxMutableBox.swift */; }; - C8941BD91BD4F58C00A0E874 /* BackgroundThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8941BD81BD4F58C00A0E874 /* BackgroundThreadPrimitiveHotObservable.swift */; }; - C8941BDA1BD4F58C00A0E874 /* BackgroundThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8941BD81BD4F58C00A0E874 /* BackgroundThreadPrimitiveHotObservable.swift */; }; - C8941BDB1BD4F58C00A0E874 /* BackgroundThreadPrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8941BD81BD4F58C00A0E874 /* BackgroundThreadPrimitiveHotObservable.swift */; }; - C897EC3B1B10E000009C2CB0 /* BehaviorSubjectTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C897EC3A1B10E000009C2CB0 /* BehaviorSubjectTest.swift */; }; - C897EC3C1B10E000009C2CB0 /* BehaviorSubjectTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C897EC3A1B10E000009C2CB0 /* BehaviorSubjectTest.swift */; }; - C897EC4A1B1123DA009C2CB0 /* Observable+MultipleTest+Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = C897EC491B1123DA009C2CB0 /* Observable+MultipleTest+Zip.swift */; }; - C897EC4B1B1123DA009C2CB0 /* Observable+MultipleTest+Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = C897EC491B1123DA009C2CB0 /* Observable+MultipleTest+Zip.swift */; }; - C89CDB961BCDA1F1002063D9 /* Observable+SubscriptionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89CDB951BCDA1F1002063D9 /* Observable+SubscriptionTest.swift */; }; - C89CDB971BCDA1F1002063D9 /* Observable+SubscriptionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89CDB951BCDA1F1002063D9 /* Observable+SubscriptionTest.swift */; }; - C89CDB981BCDA1F1002063D9 /* Observable+SubscriptionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89CDB951BCDA1F1002063D9 /* Observable+SubscriptionTest.swift */; }; - C8A32CF71C2DE7A5008FE809 /* Recorded+Timeless.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8A32CF61C2DE7A5008FE809 /* Recorded+Timeless.swift */; }; - C8A32CF81C2DE7A5008FE809 /* Recorded+Timeless.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8A32CF61C2DE7A5008FE809 /* Recorded+Timeless.swift */; }; - C8A32CF91C2DE7A5008FE809 /* Recorded+Timeless.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8A32CF61C2DE7A5008FE809 /* Recorded+Timeless.swift */; }; - C8A468CD1B8A897800BF917B /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8A468CC1B8A897800BF917B /* RxCocoa.framework */; }; - C8A468CF1B8A897D00BF917B /* RxBlocking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8A468CE1B8A897D00BF917B /* RxBlocking.framework */; }; - C8A468D01B8A899C00BF917B /* RxBlocking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8A468CE1B8A897D00BF917B /* RxBlocking.framework */; }; - C8A468D11B8A899C00BF917B /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8A468CC1B8A897800BF917B /* RxCocoa.framework */; }; - C8B605EC1B6260A10044410E /* AnonymousObservable+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8B605EB1B6260A10044410E /* AnonymousObservable+Test.swift */; }; - C8B605ED1B6260A10044410E /* AnonymousObservable+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8B605EB1B6260A10044410E /* AnonymousObservable+Test.swift */; }; - C8B787FA1AF55CDE00206D02 /* Observable+ConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8B787F91AF55CDE00206D02 /* Observable+ConcurrencyTest.swift */; }; - C8BCD3F91C14B901005F1280 /* UIView+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8BCD3F81C14B901005F1280 /* UIView+RxTests.swift */; }; - C8BCD3FA1C14B901005F1280 /* UIView+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8BCD3F81C14B901005F1280 /* UIView+RxTests.swift */; }; - C8BCD3FC1C14B914005F1280 /* NSView+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8BCD3FB1C14B914005F1280 /* NSView+RxTests.swift */; }; - C8BCD3FE1C14BCAD005F1280 /* NSLayoutConstraint+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8BCD3FD1C14BCAD005F1280 /* NSLayoutConstraint+RxTests.swift */; }; - C8BCD3FF1C14BCAD005F1280 /* NSLayoutConstraint+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8BCD3FD1C14BCAD005F1280 /* NSLayoutConstraint+RxTests.swift */; }; - C8BCD4001C14BCAD005F1280 /* NSLayoutConstraint+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8BCD3FD1C14BCAD005F1280 /* NSLayoutConstraint+RxTests.swift */; }; - C8C4B4D51C1772D700828BD5 /* RuntimeStateSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4D11C1772D700828BD5 /* RuntimeStateSnapshot.swift */; }; - C8C4B4D61C1772D700828BD5 /* RuntimeStateSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4D11C1772D700828BD5 /* RuntimeStateSnapshot.swift */; }; - C8C4B4D71C1772D700828BD5 /* RuntimeStateSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4D11C1772D700828BD5 /* RuntimeStateSnapshot.swift */; }; - C8C4B4D81C1772D700828BD5 /* RXObjCRuntime+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4D31C1772D700828BD5 /* RXObjCRuntime+Testing.m */; }; - C8C4B4D91C1772D700828BD5 /* RXObjCRuntime+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4D31C1772D700828BD5 /* RXObjCRuntime+Testing.m */; }; - C8C4B4DA1C1772D700828BD5 /* RXObjCRuntime+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4D31C1772D700828BD5 /* RXObjCRuntime+Testing.m */; }; - C8C4B4DB1C1772D700828BD5 /* RxObjCRuntimeState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4D41C1772D700828BD5 /* RxObjCRuntimeState.swift */; }; - C8C4B4DC1C1772D700828BD5 /* RxObjCRuntimeState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4D41C1772D700828BD5 /* RxObjCRuntimeState.swift */; }; - C8C4B4DD1C1772D700828BD5 /* RxObjCRuntimeState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4D41C1772D700828BD5 /* RxObjCRuntimeState.swift */; }; - C8C4B4DF1C17772500828BD5 /* SentMessageTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4DE1C17772500828BD5 /* SentMessageTest.swift */; }; - C8C4B4E01C17772500828BD5 /* SentMessageTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4DE1C17772500828BD5 /* SentMessageTest.swift */; }; - C8C4B4E11C17772500828BD5 /* SentMessageTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C4B4DE1C17772500828BD5 /* SentMessageTest.swift */; }; - C8CCB8E71C2DB52B000EDACC /* Driver+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CCB8E61C2DB52B000EDACC /* Driver+Test.swift */; }; - C8CCB8E81C2DB52B000EDACC /* Driver+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CCB8E61C2DB52B000EDACC /* Driver+Test.swift */; }; - C8CCB8E91C2DB52B000EDACC /* Driver+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CCB8E61C2DB52B000EDACC /* Driver+Test.swift */; }; - C8CCB8EF1C2DBB0D000EDACC /* Driver+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CCB8EE1C2DBB0D000EDACC /* Driver+Extensions.swift */; }; - C8CCB8F01C2DBB0D000EDACC /* Driver+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CCB8EE1C2DBB0D000EDACC /* Driver+Extensions.swift */; }; - C8CCB8F11C2DBB0D000EDACC /* Driver+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CCB8EE1C2DBB0D000EDACC /* Driver+Extensions.swift */; }; - C8CDD7D41B52BEC40043F0C5 /* Observable+BlockingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CDD7D31B52BEC40043F0C5 /* Observable+BlockingTest.swift */; }; - C8CDD7D51B52BEC40043F0C5 /* Observable+BlockingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CDD7D31B52BEC40043F0C5 /* Observable+BlockingTest.swift */; }; - C8CF47661C1DA04700C3FA6E /* CLLocationManager+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CF47651C1DA04700C3FA6E /* CLLocationManager+RxTests.swift */; }; - C8CF47671C1DA04700C3FA6E /* CLLocationManager+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CF47651C1DA04700C3FA6E /* CLLocationManager+RxTests.swift */; }; - C8CF47681C1DA04700C3FA6E /* CLLocationManager+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CF47651C1DA04700C3FA6E /* CLLocationManager+RxTests.swift */; }; - C8E381231B2063CC008CDC33 /* Observable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E381221B2063CC008CDC33 /* Observable+Extensions.swift */; }; - C8E381281B207D03008CDC33 /* PrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E381271B207D03008CDC33 /* PrimitiveHotObservable.swift */; }; - C8E381291B207D03008CDC33 /* PrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E381271B207D03008CDC33 /* PrimitiveHotObservable.swift */; }; - C8E3812B1B2083C2008CDC33 /* PrimitiveMockObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E3812A1B2083C2008CDC33 /* PrimitiveMockObserver.swift */; }; - C8E3812C1B2083C2008CDC33 /* PrimitiveMockObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E3812A1B2083C2008CDC33 /* PrimitiveMockObserver.swift */; }; - C8E3813A1B21B77E008CDC33 /* Observable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E381221B2063CC008CDC33 /* Observable+Extensions.swift */; }; - C8E3A7411C26140400643FE6 /* RxTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8E3A7401C26140400643FE6 /* RxTests.framework */; }; - C8E9D2BD1BD422D80079D0DB /* Control+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E9D2BC1BD422D80079D0DB /* Control+RxTests.swift */; }; - C8E9D2BE1BD422D80079D0DB /* Control+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E9D2BC1BD422D80079D0DB /* Control+RxTests.swift */; }; - C8E9D2BF1BD422D80079D0DB /* Control+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E9D2BC1BD422D80079D0DB /* Control+RxTests.swift */; }; - C8E9D2C41BD452650079D0DB /* Control+RxTests+Cocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E9D2C01BD4525B0079D0DB /* Control+RxTests+Cocoa.swift */; }; - C8EA2D371BD02E1900FB22AC /* EquatableArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EA2D361BD02E1900FB22AC /* EquatableArray.swift */; }; - C8EA2D381BD02E1900FB22AC /* EquatableArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EA2D361BD02E1900FB22AC /* EquatableArray.swift */; }; - C8EA2D391BD02E1900FB22AC /* EquatableArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EA2D361BD02E1900FB22AC /* EquatableArray.swift */; }; - C8F6A1411BEFE04F007DF367 /* SubjectConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8F6A1401BEFE04F007DF367 /* SubjectConcurrencyTest.swift */; }; - C8F6A1421BEFE04F007DF367 /* SubjectConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8F6A1401BEFE04F007DF367 /* SubjectConcurrencyTest.swift */; }; - C8F6A1431BEFE04F007DF367 /* SubjectConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8F6A1401BEFE04F007DF367 /* SubjectConcurrencyTest.swift */; }; - C8FA890B1C302C5000CD3A17 /* CurrentThreadSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8FA890A1C302C5000CD3A17 /* CurrentThreadSchedulerTest.swift */; }; - C8FA890C1C302C5000CD3A17 /* CurrentThreadSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8FA890A1C302C5000CD3A17 /* CurrentThreadSchedulerTest.swift */; }; - C8FA890D1C302C5000CD3A17 /* CurrentThreadSchedulerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8FA890A1C302C5000CD3A17 /* CurrentThreadSchedulerTest.swift */; }; - C8FA890F1C302F0F00CD3A17 /* MainSchedulerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8FA890E1C302F0F00CD3A17 /* MainSchedulerTests.swift */; }; - C8FA89101C302F0F00CD3A17 /* MainSchedulerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8FA890E1C302F0F00CD3A17 /* MainSchedulerTests.swift */; }; - C8FA89111C302F0F00CD3A17 /* MainSchedulerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8FA890E1C302F0F00CD3A17 /* MainSchedulerTests.swift */; }; - C8FDC5F81B2B5B7E0065F8D9 /* ElementIndexPair.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8FDC5F71B2B5B7E0065F8D9 /* ElementIndexPair.swift */; }; - C8FDC5F91B2B5B7E0065F8D9 /* ElementIndexPair.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8FDC5F71B2B5B7E0065F8D9 /* ElementIndexPair.swift */; }; - D203C4EB1BB9C22800D02D00 /* NSNotificationCenterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811082B1AF50E2A001C13E4 /* NSNotificationCenterTests.swift */; }; - D203C4EE1BB9C22800D02D00 /* KVOObservableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8633AE41B0A9FF300375D60 /* KVOObservableTests.swift */; }; - D203C4F01BB9C22800D02D00 /* NSObject+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81CC92A1B513FD400915606 /* NSObject+RxTests.swift */; }; - D203C5141BB9C54A00D02D00 /* Control+RxTests+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E5D10BA1B48355200432B25 /* Control+RxTests+UIKit.swift */; }; - D251ED291BB9BF90002D0E36 /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8A468CC1B8A897800BF917B /* RxCocoa.framework */; }; - D2AF91971BD2EBB900A008C1 /* MockDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AF91961BD2EBB900A008C1 /* MockDisposable.swift */; }; - D2AF91991BD3D9C600A008C1 /* MockDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AF91961BD2EBB900A008C1 /* MockDisposable.swift */; }; - D2AF919A1BD3D9C700A008C1 /* MockDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AF91961BD2EBB900A008C1 /* MockDisposable.swift */; }; - D2EBEB531BB9B7CC003A27DC /* TestConnectableObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108311AF50E2A001C13E4 /* TestConnectableObservable.swift */; }; - D2EBEB561BB9B7CC003A27DC /* MySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108341AF50E2A001C13E4 /* MySubject.swift */; }; - D2EBEB571BB9B7CC003A27DC /* Observable.Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108351AF50E2A001C13E4 /* Observable.Extensions.swift */; }; - D2EBEB5A1BB9B7CC003A27DC /* PrimitiveHotObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E381271B207D03008CDC33 /* PrimitiveHotObservable.swift */; }; - D2EBEB5B1BB9B7CC003A27DC /* PrimitiveMockObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E3812A1B2083C2008CDC33 /* PrimitiveMockObserver.swift */; }; - D2EBEB611BB9B7E2003A27DC /* Observable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8E381221B2063CC008CDC33 /* Observable+Extensions.swift */; }; - D2EBEB621BB9B7E5003A27DC /* ElementIndexPair.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8FDC5F71B2B5B7E0065F8D9 /* ElementIndexPair.swift */; }; - D2EBEB631BB9B7EA003A27DC /* AnonymousObservable+Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8B605EB1B6260A10044410E /* AnonymousObservable+Test.swift */; }; - D2EBEB641BB9B7EF003A27DC /* AssumptionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108401AF50E2A001C13E4 /* AssumptionsTest.swift */; }; - D2EBEB651BB9B7EF003A27DC /* BagTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84B8FC11B89D0D500C9CCCF /* BagTest.swift */; }; - D2EBEB661BB9B7EF003A27DC /* BehaviorSubjectTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C897EC3A1B10E000009C2CB0 /* BehaviorSubjectTest.swift */; }; - D2EBEB6A1BB9B7EF003A27DC /* DisposableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108421AF50E2A001C13E4 /* DisposableTest.swift */; }; - D2EBEB6B1BB9B7EF003A27DC /* Observable+AggregateTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108431AF50E2A001C13E4 /* Observable+AggregateTest.swift */; }; - D2EBEB6C1BB9B7EF003A27DC /* Observable+BindingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108441AF50E2A001C13E4 /* Observable+BindingTest.swift */; }; - D2EBEB6D1BB9B7EF003A27DC /* Observable+BlockingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CDD7D31B52BEC40043F0C5 /* Observable+BlockingTest.swift */; }; - D2EBEB6E1BB9B7EF003A27DC /* Observable+ConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8B787F91AF55CDE00206D02 /* Observable+ConcurrencyTest.swift */; }; - D2EBEB6F1BB9B7EF003A27DC /* Observable+CreationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C801EB591B97951100C4D8C4 /* Observable+CreationTest.swift */; }; - D2EBEB701BB9B7EF003A27DC /* Observable+MultipleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108471AF50E2A001C13E4 /* Observable+MultipleTest.swift */; }; - D2EBEB711BB9B7EF003A27DC /* Observable+MultipleTest+CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108451AF50E2A001C13E4 /* Observable+MultipleTest+CombineLatest.swift */; }; - D2EBEB721BB9B7F6003A27DC /* Observable+MultipleTest+Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = C897EC491B1123DA009C2CB0 /* Observable+MultipleTest+Zip.swift */; }; - D2EBEB731BB9B7F9003A27DC /* Observable+SingleTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108481AF50E2A001C13E4 /* Observable+SingleTest.swift */; }; - D2EBEB741BB9B7F9003A27DC /* Observable+StandardSequenceOperatorsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81108491AF50E2A001C13E4 /* Observable+StandardSequenceOperatorsTest.swift */; }; - D2EBEB751BB9B7F9003A27DC /* Observable+TimeTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811084A1AF50E2A001C13E4 /* Observable+TimeTest.swift */; }; - D2EBEB761BB9B7F9003A27DC /* QueueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811084B1AF50E2A001C13E4 /* QueueTests.swift */; }; - D2EBEB771BB9B7F9003A27DC /* VariableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C814CEA21AF5622600E98087 /* VariableTest.swift */; }; - D2EBEB781BB9B7F9003A27DC /* ObserverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C69B64FF1BA88FAC00A7FA73 /* ObserverTests.swift */; }; - D2EBEB791BB9B7FD003A27DC /* RxTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C811084C1AF50E2A001C13E4 /* RxTest.swift */; }; - D2EBEB7B1BB9B96A003A27DC /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C836EA001B8A76A900AB941D /* RxSwift.framework */; }; - D2EBEB8D1BB9BABB003A27DC /* RxBlocking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8A468CE1B8A897D00BF917B /* RxBlocking.framework */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 4F0B0B221C36810E00BD0534 /* NSControl+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSControl+RxTests.swift"; sourceTree = ""; }; - 5E5D10BA1B48355200432B25 /* Control+RxTests+UIKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "Control+RxTests+UIKit.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; - C69B64FF1BA88FAC00A7FA73 /* ObserverTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObserverTests.swift; sourceTree = ""; }; - C801EB591B97951100C4D8C4 /* Observable+CreationTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "Observable+CreationTest.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; - C805D5A51C2DE71B00561347 /* XCTest+AllTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "XCTest+AllTests.swift"; sourceTree = ""; }; - C80DDEDF1BCEE898006A1832 /* MainThreadPrimitiveHotObservable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainThreadPrimitiveHotObservable.swift; sourceTree = ""; }; - C810EEC71C2DE7CF000033CE /* TestErrors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestErrors.swift; sourceTree = ""; }; - C810EECF1C2DE85C000033CE /* PerformanceTools.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PerformanceTools.swift; sourceTree = ""; }; - C810EED41C2DEBD1000033CE /* Foundation+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Foundation+Extensions.swift"; sourceTree = ""; }; - C81108201AF50E11001C13E4 /* AllTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AllTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - C81108241AF50E11001C13E4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - C811082B1AF50E2A001C13E4 /* NSNotificationCenterTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSNotificationCenterTests.swift; sourceTree = ""; }; - C81108311AF50E2A001C13E4 /* TestConnectableObservable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestConnectableObservable.swift; sourceTree = ""; }; - C81108341AF50E2A001C13E4 /* MySubject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MySubject.swift; sourceTree = ""; }; - C81108351AF50E2A001C13E4 /* Observable.Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Observable.Extensions.swift; sourceTree = ""; }; - C81108401AF50E2A001C13E4 /* AssumptionsTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = AssumptionsTest.swift; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; - C81108421AF50E2A001C13E4 /* DisposableTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DisposableTest.swift; sourceTree = ""; }; - C81108431AF50E2A001C13E4 /* Observable+AggregateTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+AggregateTest.swift"; sourceTree = ""; }; - C81108441AF50E2A001C13E4 /* Observable+BindingTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "Observable+BindingTest.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; - C81108451AF50E2A001C13E4 /* Observable+MultipleTest+CombineLatest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+MultipleTest+CombineLatest.swift"; sourceTree = ""; }; - C81108461AF50E2A001C13E4 /* Observable+MultipleTest+CombineLatest.tt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Observable+MultipleTest+CombineLatest.tt"; sourceTree = ""; }; - C81108471AF50E2A001C13E4 /* Observable+MultipleTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "Observable+MultipleTest.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; - C81108481AF50E2A001C13E4 /* Observable+SingleTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+SingleTest.swift"; sourceTree = ""; }; - C81108491AF50E2A001C13E4 /* Observable+StandardSequenceOperatorsTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+StandardSequenceOperatorsTest.swift"; sourceTree = ""; }; - C811084A1AF50E2A001C13E4 /* Observable+TimeTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+TimeTest.swift"; sourceTree = ""; }; - C811084B1AF50E2A001C13E4 /* QueueTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QueueTests.swift; sourceTree = ""; }; - C811084C1AF50E2A001C13E4 /* RxTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxTest.swift; sourceTree = SOURCE_ROOT; }; - C814CEA21AF5622600E98087 /* VariableTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VariableTest.swift; sourceTree = ""; }; - C81CC92A1B513FD400915606 /* NSObject+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSObject+RxTests.swift"; sourceTree = ""; }; - C836EA001B8A76A900AB941D /* RxSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = RxSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C84B8FC11B89D0D500C9CCCF /* BagTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BagTest.swift; sourceTree = ""; }; - C8554E2E1C3070F20052E67D /* VirtualSchedulerTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VirtualSchedulerTest.swift; sourceTree = ""; }; - C8554E321C30717D0052E67D /* TestVirtualScheduler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestVirtualScheduler.swift; sourceTree = ""; }; - C8554E3A1C307E4A0052E67D /* HistoricalSchedulerTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HistoricalSchedulerTest.swift; sourceTree = ""; }; - C8633AE41B0A9FF300375D60 /* KVOObservableTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KVOObservableTests.swift; sourceTree = ""; }; - C868D1091BB950D3003D1474 /* PerformanceTests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PerformanceTests.app; sourceTree = BUILT_PRODUCTS_DIR; }; - C868D10B1BB950D4003D1474 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = main.swift; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; - C868D1121BB950D4003D1474 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - C87BB6B61C13A64000C66DF9 /* ControlPropertyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ControlPropertyTests.swift; sourceTree = ""; }; - C87BB6BA1C13A75600C66DF9 /* ControlEventTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ControlEventTests.swift; sourceTree = ""; }; - C87EC2F81C131A4E0060B19B /* DelegateProxyTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DelegateProxyTest.swift; sourceTree = ""; }; - C87EC2FC1C131A6F0060B19B /* DelegateProxyTest+UIKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DelegateProxyTest+UIKit.swift"; sourceTree = ""; }; - C87EC2FF1C131A940060B19B /* DelegateProxyTest+Cocoa.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DelegateProxyTest+Cocoa.swift"; sourceTree = ""; }; - C88BB8B71B07E64B0064D411 /* AllTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AllTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - C88FA4F81C25BF6A00CCFEA4 /* RxMutableBox.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = ../../RxSwift/RxMutableBox.swift; sourceTree = ""; }; - C8941BD81BD4F58C00A0E874 /* BackgroundThreadPrimitiveHotObservable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BackgroundThreadPrimitiveHotObservable.swift; sourceTree = ""; }; - C897EC3A1B10E000009C2CB0 /* BehaviorSubjectTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BehaviorSubjectTest.swift; sourceTree = ""; }; - C897EC461B112070009C2CB0 /* Observable+MultipleTest+Zip.tt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; lineEnding = 0; path = "Observable+MultipleTest+Zip.tt"; sourceTree = ""; xcLanguageSpecificationIdentifier = ""; }; - C897EC491B1123DA009C2CB0 /* Observable+MultipleTest+Zip.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "Observable+MultipleTest+Zip.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; - C89CDB951BCDA1F1002063D9 /* Observable+SubscriptionTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+SubscriptionTest.swift"; sourceTree = ""; }; - C8A32CF61C2DE7A5008FE809 /* Recorded+Timeless.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Recorded+Timeless.swift"; sourceTree = ""; }; - C8A468CC1B8A897800BF917B /* RxCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = RxCocoa.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C8A468CE1B8A897D00BF917B /* RxBlocking.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = RxBlocking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C8B605EB1B6260A10044410E /* AnonymousObservable+Test.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AnonymousObservable+Test.swift"; sourceTree = ""; }; - C8B787F91AF55CDE00206D02 /* Observable+ConcurrencyTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "Observable+ConcurrencyTest.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; - C8BCD3F81C14B901005F1280 /* UIView+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+RxTests.swift"; sourceTree = ""; }; - C8BCD3FB1C14B914005F1280 /* NSView+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "NSView+RxTests.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; - C8BCD3FD1C14BCAD005F1280 /* NSLayoutConstraint+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "NSLayoutConstraint+RxTests.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; - C8C4B4CE1C1772D600828BD5 /* RxTests-iOS-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RxTests-iOS-Bridging-Header.h"; sourceTree = ""; }; - C8C4B4CF1C1772D600828BD5 /* RxTests-OSX-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RxTests-OSX-Bridging-Header.h"; sourceTree = ""; }; - C8C4B4D01C1772D600828BD5 /* RxTests-tvOS-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RxTests-tvOS-Bridging-Header.h"; sourceTree = ""; }; - C8C4B4D11C1772D700828BD5 /* RuntimeStateSnapshot.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RuntimeStateSnapshot.swift; sourceTree = ""; }; - C8C4B4D21C1772D700828BD5 /* RXObjCRuntime+Testing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RXObjCRuntime+Testing.h"; sourceTree = ""; }; - C8C4B4D31C1772D700828BD5 /* RXObjCRuntime+Testing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RXObjCRuntime+Testing.m"; sourceTree = ""; }; - C8C4B4D41C1772D700828BD5 /* RxObjCRuntimeState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxObjCRuntimeState.swift; sourceTree = ""; }; - C8C4B4DE1C17772500828BD5 /* SentMessageTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SentMessageTest.swift; sourceTree = ""; }; - C8CCB8E61C2DB52B000EDACC /* Driver+Test.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Driver+Test.swift"; sourceTree = ""; }; - C8CCB8EE1C2DBB0D000EDACC /* Driver+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Driver+Extensions.swift"; sourceTree = ""; }; - C8CDD7D31B52BEC40043F0C5 /* Observable+BlockingTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "Observable+BlockingTest.swift"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; - C8CF47651C1DA04700C3FA6E /* CLLocationManager+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CLLocationManager+RxTests.swift"; sourceTree = ""; }; - C8E381221B2063CC008CDC33 /* Observable+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+Extensions.swift"; sourceTree = ""; }; - C8E381271B207D03008CDC33 /* PrimitiveHotObservable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PrimitiveHotObservable.swift; sourceTree = ""; }; - C8E3812A1B2083C2008CDC33 /* PrimitiveMockObserver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PrimitiveMockObserver.swift; sourceTree = ""; }; - C8E3A7401C26140400643FE6 /* RxTests.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = RxTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C8E9D2BC1BD422D80079D0DB /* Control+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Control+RxTests.swift"; sourceTree = ""; }; - C8E9D2C01BD4525B0079D0DB /* Control+RxTests+Cocoa.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Control+RxTests+Cocoa.swift"; sourceTree = ""; }; - C8EA2D361BD02E1900FB22AC /* EquatableArray.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EquatableArray.swift; sourceTree = ""; }; - C8F6A1401BEFE04F007DF367 /* SubjectConcurrencyTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubjectConcurrencyTest.swift; sourceTree = ""; }; - C8FA890A1C302C5000CD3A17 /* CurrentThreadSchedulerTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CurrentThreadSchedulerTest.swift; sourceTree = ""; }; - C8FA890E1C302F0F00CD3A17 /* MainSchedulerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainSchedulerTests.swift; sourceTree = ""; }; - C8FDC5F71B2B5B7E0065F8D9 /* ElementIndexPair.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ElementIndexPair.swift; sourceTree = ""; }; - D2AF91961BD2EBB900A008C1 /* MockDisposable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MockDisposable.swift; sourceTree = ""; }; - D2EBEB491BB9B7AE003A27DC /* AllTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AllTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - C811081D1AF50E11001C13E4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - C8E3A7411C26140400643FE6 /* RxTests.framework in Frameworks */, - C8A468D11B8A899C00BF917B /* RxCocoa.framework in Frameworks */, - C836EA011B8A76A900AB941D /* RxSwift.framework in Frameworks */, - C8A468D01B8A899C00BF917B /* RxBlocking.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C868D1061BB950D3003D1474 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - C84CC4E91BDADA0B00E06A64 /* RxSwift.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C88BB8AF1B07E64B0064D411 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - C8A468CF1B8A897D00BF917B /* RxBlocking.framework in Frameworks */, - C8A468CD1B8A897800BF917B /* RxCocoa.framework in Frameworks */, - C836EA081B8A76CD00AB941D /* RxSwift.framework in Frameworks */, - C83CAA621C261FBB007A696E /* RxTests.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D2EBEB461BB9B7AE003A27DC /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D251ED291BB9BF90002D0E36 /* RxCocoa.framework in Frameworks */, - D2EBEB8D1BB9BABB003A27DC /* RxBlocking.framework in Frameworks */, - D2EBEB7B1BB9B96A003A27DC /* RxSwift.framework in Frameworks */, - C83CAA631C261FC2007A696E /* RxTests.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - C81108151AF50DDA001C13E4 = { - isa = PBXGroup; - children = ( - C8E3A7401C26140400643FE6 /* RxTests.framework */, - C8A468CE1B8A897D00BF917B /* RxBlocking.framework */, - C8A468CC1B8A897800BF917B /* RxCocoa.framework */, - C836EA001B8A76A900AB941D /* RxSwift.framework */, - C811082D1AF50E2A001C13E4 /* RxSwiftTests */, - C811082A1AF50E2A001C13E4 /* RxCocoaTests */, - C81108221AF50E11001C13E4 /* Tests */, - C868D10A1BB950D4003D1474 /* PerformanceTests */, - C81108211AF50E11001C13E4 /* Products */, - ); - sourceTree = ""; - }; - C81108211AF50E11001C13E4 /* Products */ = { - isa = PBXGroup; - children = ( - C81108201AF50E11001C13E4 /* AllTests.xctest */, - C88BB8B71B07E64B0064D411 /* AllTests.xctest */, - C868D1091BB950D3003D1474 /* PerformanceTests.app */, - D2EBEB491BB9B7AE003A27DC /* AllTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - C81108221AF50E11001C13E4 /* Tests */ = { - isa = PBXGroup; - children = ( - C811084C1AF50E2A001C13E4 /* RxTest.swift */, - C81108231AF50E11001C13E4 /* Supporting Files */, - C805D5A51C2DE71B00561347 /* XCTest+AllTests.swift */, - C88FA4F81C25BF6A00CCFEA4 /* RxMutableBox.swift */, - C8A32CF61C2DE7A5008FE809 /* Recorded+Timeless.swift */, - C810EEC71C2DE7CF000033CE /* TestErrors.swift */, - C810EED41C2DEBD1000033CE /* Foundation+Extensions.swift */, - ); - path = Tests; - sourceTree = ""; - }; - C81108231AF50E11001C13E4 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - C81108241AF50E11001C13E4 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - C811082A1AF50E2A001C13E4 /* RxCocoaTests */ = { - isa = PBXGroup; - children = ( - C8CCB8EE1C2DBB0D000EDACC /* Driver+Extensions.swift */, - C8CCB8E61C2DB52B000EDACC /* Driver+Test.swift */, - C8E9D2BC1BD422D80079D0DB /* Control+RxTests.swift */, - C8E9D2C01BD4525B0079D0DB /* Control+RxTests+Cocoa.swift */, - 5E5D10BA1B48355200432B25 /* Control+RxTests+UIKit.swift */, - C87BB6BA1C13A75600C66DF9 /* ControlEventTests.swift */, - C87BB6B61C13A64000C66DF9 /* ControlPropertyTests.swift */, - C87EC2F81C131A4E0060B19B /* DelegateProxyTest.swift */, - C87EC2FF1C131A940060B19B /* DelegateProxyTest+Cocoa.swift */, - C87EC2FC1C131A6F0060B19B /* DelegateProxyTest+UIKit.swift */, - C8633AE41B0A9FF300375D60 /* KVOObservableTests.swift */, - C811082B1AF50E2A001C13E4 /* NSNotificationCenterTests.swift */, - C81CC92A1B513FD400915606 /* NSObject+RxTests.swift */, - C8BCD3FB1C14B914005F1280 /* NSView+RxTests.swift */, - C8C4B4D11C1772D700828BD5 /* RuntimeStateSnapshot.swift */, - C8C4B4D21C1772D700828BD5 /* RXObjCRuntime+Testing.h */, - C8C4B4D31C1772D700828BD5 /* RXObjCRuntime+Testing.m */, - C8C4B4D41C1772D700828BD5 /* RxObjCRuntimeState.swift */, - C8C4B4CE1C1772D600828BD5 /* RxTests-iOS-Bridging-Header.h */, - C8C4B4CF1C1772D600828BD5 /* RxTests-OSX-Bridging-Header.h */, - C8C4B4D01C1772D600828BD5 /* RxTests-tvOS-Bridging-Header.h */, - C8C4B4DE1C17772500828BD5 /* SentMessageTest.swift */, - C8BCD3F81C14B901005F1280 /* UIView+RxTests.swift */, - C8BCD3FD1C14BCAD005F1280 /* NSLayoutConstraint+RxTests.swift */, - C8CF47651C1DA04700C3FA6E /* CLLocationManager+RxTests.swift */, - 4F0B0B221C36810E00BD0534 /* NSControl+RxTests.swift */, - ); - path = RxCocoaTests; - sourceTree = SOURCE_ROOT; - }; - C811082D1AF50E2A001C13E4 /* RxSwiftTests */ = { - isa = PBXGroup; - children = ( - C811082E1AF50E2A001C13E4 /* TestImplementations */, - C811083F1AF50E2A001C13E4 /* Tests */, - ); - path = RxSwiftTests; - sourceTree = SOURCE_ROOT; - }; - C811082E1AF50E2A001C13E4 /* TestImplementations */ = { - isa = PBXGroup; - children = ( - C811082F1AF50E2A001C13E4 /* Mocks */, - C8E381221B2063CC008CDC33 /* Observable+Extensions.swift */, - C8FDC5F71B2B5B7E0065F8D9 /* ElementIndexPair.swift */, - C8EA2D361BD02E1900FB22AC /* EquatableArray.swift */, - C8554E321C30717D0052E67D /* TestVirtualScheduler.swift */, - ); - path = TestImplementations; - sourceTree = ""; - }; - C811082F1AF50E2A001C13E4 /* Mocks */ = { - isa = PBXGroup; - children = ( - C81108311AF50E2A001C13E4 /* TestConnectableObservable.swift */, - C81108341AF50E2A001C13E4 /* MySubject.swift */, - C81108351AF50E2A001C13E4 /* Observable.Extensions.swift */, - C8E381271B207D03008CDC33 /* PrimitiveHotObservable.swift */, - C8E3812A1B2083C2008CDC33 /* PrimitiveMockObserver.swift */, - C80DDEDF1BCEE898006A1832 /* MainThreadPrimitiveHotObservable.swift */, - D2AF91961BD2EBB900A008C1 /* MockDisposable.swift */, - C8941BD81BD4F58C00A0E874 /* BackgroundThreadPrimitiveHotObservable.swift */, - ); - path = Mocks; - sourceTree = ""; - }; - C811083F1AF50E2A001C13E4 /* Tests */ = { - isa = PBXGroup; - children = ( - C8B605EB1B6260A10044410E /* AnonymousObservable+Test.swift */, - C81108401AF50E2A001C13E4 /* AssumptionsTest.swift */, - C84B8FC11B89D0D500C9CCCF /* BagTest.swift */, - C897EC3A1B10E000009C2CB0 /* BehaviorSubjectTest.swift */, - C81108421AF50E2A001C13E4 /* DisposableTest.swift */, - C81108431AF50E2A001C13E4 /* Observable+AggregateTest.swift */, - C81108441AF50E2A001C13E4 /* Observable+BindingTest.swift */, - C8CDD7D31B52BEC40043F0C5 /* Observable+BlockingTest.swift */, - C8B787F91AF55CDE00206D02 /* Observable+ConcurrencyTest.swift */, - C801EB591B97951100C4D8C4 /* Observable+CreationTest.swift */, - C81108471AF50E2A001C13E4 /* Observable+MultipleTest.swift */, - C81108451AF50E2A001C13E4 /* Observable+MultipleTest+CombineLatest.swift */, - C81108461AF50E2A001C13E4 /* Observable+MultipleTest+CombineLatest.tt */, - C897EC491B1123DA009C2CB0 /* Observable+MultipleTest+Zip.swift */, - C897EC461B112070009C2CB0 /* Observable+MultipleTest+Zip.tt */, - C81108481AF50E2A001C13E4 /* Observable+SingleTest.swift */, - C81108491AF50E2A001C13E4 /* Observable+StandardSequenceOperatorsTest.swift */, - C811084A1AF50E2A001C13E4 /* Observable+TimeTest.swift */, - C811084B1AF50E2A001C13E4 /* QueueTests.swift */, - C814CEA21AF5622600E98087 /* VariableTest.swift */, - C69B64FF1BA88FAC00A7FA73 /* ObserverTests.swift */, - C89CDB951BCDA1F1002063D9 /* Observable+SubscriptionTest.swift */, - C8F6A1401BEFE04F007DF367 /* SubjectConcurrencyTest.swift */, - C8FA890A1C302C5000CD3A17 /* CurrentThreadSchedulerTest.swift */, - C8FA890E1C302F0F00CD3A17 /* MainSchedulerTests.swift */, - C8554E2E1C3070F20052E67D /* VirtualSchedulerTest.swift */, - C8554E3A1C307E4A0052E67D /* HistoricalSchedulerTest.swift */, - ); - path = Tests; - sourceTree = ""; - }; - C868D10A1BB950D4003D1474 /* PerformanceTests */ = { - isa = PBXGroup; - children = ( - C810EECF1C2DE85C000033CE /* PerformanceTools.swift */, - C868D10B1BB950D4003D1474 /* main.swift */, - C868D1121BB950D4003D1474 /* Info.plist */, - ); - path = PerformanceTests; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - C811081F1AF50E11001C13E4 /* AllTests-iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = C81108291AF50E11001C13E4 /* Build configuration list for PBXNativeTarget "AllTests-iOS" */; - buildPhases = ( - C811081C1AF50E11001C13E4 /* Sources */, - C811081D1AF50E11001C13E4 /* Frameworks */, - C811081E1AF50E11001C13E4 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "AllTests-iOS"; - productName = Tests; - productReference = C81108201AF50E11001C13E4 /* AllTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - C868D1081BB950D3003D1474 /* PerformanceTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = C868D1131BB950D4003D1474 /* Build configuration list for PBXNativeTarget "PerformanceTests" */; - buildPhases = ( - C868D1051BB950D3003D1474 /* Sources */, - C868D1061BB950D3003D1474 /* Frameworks */, - C868D1071BB950D3003D1474 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = PerformanceTests; - productName = PerformanceTests; - productReference = C868D1091BB950D3003D1474 /* PerformanceTests.app */; - productType = "com.apple.product-type.application"; - }; - C88BB88F1B07E64B0064D411 /* AllTests-OSX */ = { - isa = PBXNativeTarget; - buildConfigurationList = C88BB8B41B07E64B0064D411 /* Build configuration list for PBXNativeTarget "AllTests-OSX" */; - buildPhases = ( - C88BB8901B07E64B0064D411 /* Sources */, - C88BB8AF1B07E64B0064D411 /* Frameworks */, - C88BB8B21B07E64B0064D411 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "AllTests-OSX"; - productName = Tests; - productReference = C88BB8B71B07E64B0064D411 /* AllTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - D2EBEB481BB9B7AE003A27DC /* AllTests-tvOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = D2EBEB511BB9B7AE003A27DC /* Build configuration list for PBXNativeTarget "AllTests-tvOS" */; - buildPhases = ( - D2EBEB451BB9B7AE003A27DC /* Sources */, - D2EBEB461BB9B7AE003A27DC /* Frameworks */, - D2EBEB471BB9B7AE003A27DC /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "AllTests-tvOS"; - productName = "AllTests-tvOS"; - productReference = D2EBEB491BB9B7AE003A27DC /* AllTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - C81108161AF50DDA001C13E4 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0710; - LastUpgradeCheck = 0700; - TargetAttributes = { - C811081F1AF50E11001C13E4 = { - CreatedOnToolsVersion = 6.3; - }; - C868D1081BB950D3003D1474 = { - CreatedOnToolsVersion = 7.0; - }; - D2EBEB481BB9B7AE003A27DC = { - CreatedOnToolsVersion = 7.1; - }; - }; - }; - buildConfigurationList = C81108191AF50DDA001C13E4 /* Build configuration list for PBXProject "Tests" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = C81108151AF50DDA001C13E4; - productRefGroup = C81108211AF50E11001C13E4 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - C811081F1AF50E11001C13E4 /* AllTests-iOS */, - C88BB88F1B07E64B0064D411 /* AllTests-OSX */, - D2EBEB481BB9B7AE003A27DC /* AllTests-tvOS */, - C868D1081BB950D3003D1474 /* PerformanceTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - C811081E1AF50E11001C13E4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C868D1071BB950D3003D1474 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C88BB8B21B07E64B0064D411 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D2EBEB471BB9B7AE003A27DC /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - C811081C1AF50E11001C13E4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C8941BD91BD4F58C00A0E874 /* BackgroundThreadPrimitiveHotObservable.swift in Sources */, - C8CCB8E71C2DB52B000EDACC /* Driver+Test.swift in Sources */, - C87EC2F91C131A4E0060B19B /* DelegateProxyTest.swift in Sources */, - C810EED01C2DE85C000033CE /* PerformanceTools.swift in Sources */, - C8B787FA1AF55CDE00206D02 /* Observable+ConcurrencyTest.swift in Sources */, - C81108691AF50E2A001C13E4 /* RxTest.swift in Sources */, - C8CCB8EF1C2DBB0D000EDACC /* Driver+Extensions.swift in Sources */, - C81108671AF50E2A001C13E4 /* Observable+TimeTest.swift in Sources */, - C8C4B4DF1C17772500828BD5 /* SentMessageTest.swift in Sources */, - C89CDB961BCDA1F1002063D9 /* Observable+SubscriptionTest.swift in Sources */, - C87BB6B71C13A64000C66DF9 /* ControlPropertyTests.swift in Sources */, - C8E3812B1B2083C2008CDC33 /* PrimitiveMockObserver.swift in Sources */, - C81108531AF50E2A001C13E4 /* MySubject.swift in Sources */, - C8CF47661C1DA04700C3FA6E /* CLLocationManager+RxTests.swift in Sources */, - C81108611AF50E2A001C13E4 /* Observable+BindingTest.swift in Sources */, - C69B65001BA88FAC00A7FA73 /* ObserverTests.swift in Sources */, - C8BCD3F91C14B901005F1280 /* UIView+RxTests.swift in Sources */, - C811084D1AF50E2A001C13E4 /* NSNotificationCenterTests.swift in Sources */, - C8C4B4D81C1772D700828BD5 /* RXObjCRuntime+Testing.m in Sources */, - C81108621AF50E2A001C13E4 /* Observable+MultipleTest+CombineLatest.swift in Sources */, - C87EC2FD1C131A6F0060B19B /* DelegateProxyTest+UIKit.swift in Sources */, - C8CDD7D41B52BEC40043F0C5 /* Observable+BlockingTest.swift in Sources */, - C81CC92B1B513FD400915606 /* NSObject+RxTests.swift in Sources */, - C811085F1AF50E2A001C13E4 /* DisposableTest.swift in Sources */, - C8E381281B207D03008CDC33 /* PrimitiveHotObservable.swift in Sources */, - C81108661AF50E2A001C13E4 /* Observable+StandardSequenceOperatorsTest.swift in Sources */, - C8F6A1411BEFE04F007DF367 /* SubjectConcurrencyTest.swift in Sources */, - C80DDEE01BCEE898006A1832 /* MainThreadPrimitiveHotObservable.swift in Sources */, - C87BB6BB1C13A75600C66DF9 /* ControlEventTests.swift in Sources */, - C8BCD3FE1C14BCAD005F1280 /* NSLayoutConstraint+RxTests.swift in Sources */, - C81108641AF50E2A001C13E4 /* Observable+MultipleTest.swift in Sources */, - C8554E2F1C3070F20052E67D /* VirtualSchedulerTest.swift in Sources */, - C810EED51C2DEBD1000033CE /* Foundation+Extensions.swift in Sources */, - C8FDC5F81B2B5B7E0065F8D9 /* ElementIndexPair.swift in Sources */, - C8E381231B2063CC008CDC33 /* Observable+Extensions.swift in Sources */, - C84B8FC21B89D0D500C9CCCF /* BagTest.swift in Sources */, - C81108541AF50E2A001C13E4 /* Observable.Extensions.swift in Sources */, - C8E9D2BD1BD422D80079D0DB /* Control+RxTests.swift in Sources */, - C897EC3B1B10E000009C2CB0 /* BehaviorSubjectTest.swift in Sources */, - C81108681AF50E2A001C13E4 /* QueueTests.swift in Sources */, - C81108651AF50E2A001C13E4 /* Observable+SingleTest.swift in Sources */, - 5E5D10BB1B48355200432B25 /* Control+RxTests+UIKit.swift in Sources */, - C897EC4A1B1123DA009C2CB0 /* Observable+MultipleTest+Zip.swift in Sources */, - C8554E331C30717D0052E67D /* TestVirtualScheduler.swift in Sources */, - D2AF91971BD2EBB900A008C1 /* MockDisposable.swift in Sources */, - C8A32CF71C2DE7A5008FE809 /* Recorded+Timeless.swift in Sources */, - C805D5A61C2DE71B00561347 /* XCTest+AllTests.swift in Sources */, - C8C4B4DB1C1772D700828BD5 /* RxObjCRuntimeState.swift in Sources */, - C801EB5A1B97951100C4D8C4 /* Observable+CreationTest.swift in Sources */, - C81108601AF50E2A001C13E4 /* Observable+AggregateTest.swift in Sources */, - C8633AE51B0A9FF300375D60 /* KVOObservableTests.swift in Sources */, - C8554E3B1C307E4A0052E67D /* HistoricalSchedulerTest.swift in Sources */, - C8B605EC1B6260A10044410E /* AnonymousObservable+Test.swift in Sources */, - C88FA4F91C25BF6A00CCFEA4 /* RxMutableBox.swift in Sources */, - C8EA2D371BD02E1900FB22AC /* EquatableArray.swift in Sources */, - C8FA890B1C302C5000CD3A17 /* CurrentThreadSchedulerTest.swift in Sources */, - C811085D1AF50E2A001C13E4 /* AssumptionsTest.swift in Sources */, - C8FA890F1C302F0F00CD3A17 /* MainSchedulerTests.swift in Sources */, - C810EEC81C2DE7CF000033CE /* TestErrors.swift in Sources */, - C81108501AF50E2A001C13E4 /* TestConnectableObservable.swift in Sources */, - C8C4B4D51C1772D700828BD5 /* RuntimeStateSnapshot.swift in Sources */, - C814CEA31AF5622600E98087 /* VariableTest.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C868D1051BB950D3003D1474 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C810EED31C2DE85C000033CE /* PerformanceTools.swift in Sources */, - C868D10C1BB950D4003D1474 /* main.swift in Sources */, - C810EED81C2DEBD1000033CE /* Foundation+Extensions.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C88BB8901B07E64B0064D411 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C88BB8911B07E64B0064D411 /* Observable+ConcurrencyTest.swift in Sources */, - C8CCB8E81C2DB52B000EDACC /* Driver+Test.swift in Sources */, - C88BB8941B07E64B0064D411 /* Observable+TimeTest.swift in Sources */, - C810EED11C2DE85C000033CE /* PerformanceTools.swift in Sources */, - C8CDD7D51B52BEC40043F0C5 /* Observable+BlockingTest.swift in Sources */, - C8E381291B207D03008CDC33 /* PrimitiveHotObservable.swift in Sources */, - C8CCB8F01C2DBB0D000EDACC /* Driver+Extensions.swift in Sources */, - C8C4B4E01C17772500828BD5 /* SentMessageTest.swift in Sources */, - C88BB8971B07E64B0064D411 /* MySubject.swift in Sources */, - C87BB6BC1C13A75600C66DF9 /* ControlEventTests.swift in Sources */, - C88BB8991B07E64B0064D411 /* Observable+BindingTest.swift in Sources */, - C88BB89A1B07E64B0064D411 /* NSNotificationCenterTests.swift in Sources */, - C88BB89B1B07E64B0064D411 /* Observable+MultipleTest+CombineLatest.swift in Sources */, - C8941BDA1BD4F58C00A0E874 /* BackgroundThreadPrimitiveHotObservable.swift in Sources */, - C8CF47671C1DA04700C3FA6E /* CLLocationManager+RxTests.swift in Sources */, - C87EC3001C131A940060B19B /* DelegateProxyTest+Cocoa.swift in Sources */, - C8C4B4D91C1772D700828BD5 /* RXObjCRuntime+Testing.m in Sources */, - C88BB89F1B07E64B0064D411 /* DisposableTest.swift in Sources */, - C88BB8A01B07E64B0064D411 /* Observable+StandardSequenceOperatorsTest.swift in Sources */, - C8E9D2C41BD452650079D0DB /* Control+RxTests+Cocoa.swift in Sources */, - C88BB8A11B07E64B0064D411 /* Observable+MultipleTest.swift in Sources */, - C81CC92C1B513FD400915606 /* NSObject+RxTests.swift in Sources */, - D2AF91991BD3D9C600A008C1 /* MockDisposable.swift in Sources */, - C8B605ED1B6260A10044410E /* AnonymousObservable+Test.swift in Sources */, - C801EB5B1B97951100C4D8C4 /* Observable+CreationTest.swift in Sources */, - C89CDB971BCDA1F1002063D9 /* Observable+SubscriptionTest.swift in Sources */, - C8FDC5F91B2B5B7E0065F8D9 /* ElementIndexPair.swift in Sources */, - C8BCD3FF1C14BCAD005F1280 /* NSLayoutConstraint+RxTests.swift in Sources */, - C88BB8A41B07E64B0064D411 /* Observable.Extensions.swift in Sources */, - C868D0F71BB75EAE003D1474 /* RxTest.swift in Sources */, - C84B8FC31B89D0D500C9CCCF /* BagTest.swift in Sources */, - C8554E301C3070F20052E67D /* VirtualSchedulerTest.swift in Sources */, - C810EED61C2DEBD1000033CE /* Foundation+Extensions.swift in Sources */, - C87BB6B81C13A64000C66DF9 /* ControlPropertyTests.swift in Sources */, - C8BCD3FC1C14B914005F1280 /* NSView+RxTests.swift in Sources */, - C897EC3C1B10E000009C2CB0 /* BehaviorSubjectTest.swift in Sources */, - C88BB8A51B07E64B0064D411 /* QueueTests.swift in Sources */, - 4F0B0B231C36810E00BD0534 /* NSControl+RxTests.swift in Sources */, - C8E3812C1B2083C2008CDC33 /* PrimitiveMockObserver.swift in Sources */, - C88BB8A61B07E64B0064D411 /* Observable+SingleTest.swift in Sources */, - C897EC4B1B1123DA009C2CB0 /* Observable+MultipleTest+Zip.swift in Sources */, - C88BB8A91B07E64B0064D411 /* Observable+AggregateTest.swift in Sources */, - C80DDEE11BCEE898006A1832 /* MainThreadPrimitiveHotObservable.swift in Sources */, - C8C4B4DC1C1772D700828BD5 /* RxObjCRuntimeState.swift in Sources */, - C8554E341C30717D0052E67D /* TestVirtualScheduler.swift in Sources */, - C8E9D2BE1BD422D80079D0DB /* Control+RxTests.swift in Sources */, - C8A32CF81C2DE7A5008FE809 /* Recorded+Timeless.swift in Sources */, - C805D5A71C2DE71B00561347 /* XCTest+AllTests.swift in Sources */, - C69B65011BA8957C00A7FA73 /* ObserverTests.swift in Sources */, - C87EC2FA1C131A4E0060B19B /* DelegateProxyTest.swift in Sources */, - C8633AE61B0AA0ED00375D60 /* KVOObservableTests.swift in Sources */, - C8EA2D381BD02E1900FB22AC /* EquatableArray.swift in Sources */, - C8554E3C1C307E4A0052E67D /* HistoricalSchedulerTest.swift in Sources */, - C8F6A1421BEFE04F007DF367 /* SubjectConcurrencyTest.swift in Sources */, - C88FA4FA1C25BF6A00CCFEA4 /* RxMutableBox.swift in Sources */, - C88BB8AC1B07E64B0064D411 /* AssumptionsTest.swift in Sources */, - C8FA890C1C302C5000CD3A17 /* CurrentThreadSchedulerTest.swift in Sources */, - C88BB8AD1B07E64B0064D411 /* TestConnectableObservable.swift in Sources */, - C8FA89101C302F0F00CD3A17 /* MainSchedulerTests.swift in Sources */, - C810EEC91C2DE7CF000033CE /* TestErrors.swift in Sources */, - C8E3813A1B21B77E008CDC33 /* Observable+Extensions.swift in Sources */, - C8C4B4D61C1772D700828BD5 /* RuntimeStateSnapshot.swift in Sources */, - C88BB8AE1B07E64B0064D411 /* VariableTest.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D2EBEB451BB9B7AE003A27DC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C8941BDB1BD4F58C00A0E874 /* BackgroundThreadPrimitiveHotObservable.swift in Sources */, - C8CCB8E91C2DB52B000EDACC /* Driver+Test.swift in Sources */, - C87EC2FB1C131A4E0060B19B /* DelegateProxyTest.swift in Sources */, - C810EED21C2DE85C000033CE /* PerformanceTools.swift in Sources */, - D2EBEB5A1BB9B7CC003A27DC /* PrimitiveHotObservable.swift in Sources */, - C8C4B4E11C17772500828BD5 /* SentMessageTest.swift in Sources */, - C8CCB8F11C2DBB0D000EDACC /* Driver+Extensions.swift in Sources */, - C89CDB981BCDA1F1002063D9 /* Observable+SubscriptionTest.swift in Sources */, - C87BB6B91C13A64000C66DF9 /* ControlPropertyTests.swift in Sources */, - D2EBEB6F1BB9B7EF003A27DC /* Observable+CreationTest.swift in Sources */, - D2EBEB641BB9B7EF003A27DC /* AssumptionsTest.swift in Sources */, - D2EBEB6A1BB9B7EF003A27DC /* DisposableTest.swift in Sources */, - C8CF47681C1DA04700C3FA6E /* CLLocationManager+RxTests.swift in Sources */, - D2EBEB791BB9B7FD003A27DC /* RxTest.swift in Sources */, - D2EBEB6E1BB9B7EF003A27DC /* Observable+ConcurrencyTest.swift in Sources */, - C8BCD3FA1C14B901005F1280 /* UIView+RxTests.swift in Sources */, - C8C4B4DA1C1772D700828BD5 /* RXObjCRuntime+Testing.m in Sources */, - D2EBEB6B1BB9B7EF003A27DC /* Observable+AggregateTest.swift in Sources */, - D2EBEB751BB9B7F9003A27DC /* Observable+TimeTest.swift in Sources */, - C87EC2FE1C131A790060B19B /* DelegateProxyTest+UIKit.swift in Sources */, - D2EBEB631BB9B7EA003A27DC /* AnonymousObservable+Test.swift in Sources */, - D2EBEB5B1BB9B7CC003A27DC /* PrimitiveMockObserver.swift in Sources */, - D2EBEB771BB9B7F9003A27DC /* VariableTest.swift in Sources */, - D2EBEB781BB9B7F9003A27DC /* ObserverTests.swift in Sources */, - D203C4EB1BB9C22800D02D00 /* NSNotificationCenterTests.swift in Sources */, - D2EBEB721BB9B7F6003A27DC /* Observable+MultipleTest+Zip.swift in Sources */, - D2EBEB731BB9B7F9003A27DC /* Observable+SingleTest.swift in Sources */, - C8F6A1431BEFE04F007DF367 /* SubjectConcurrencyTest.swift in Sources */, - C87BB6BD1C13A75600C66DF9 /* ControlEventTests.swift in Sources */, - C8BCD4001C14BCAD005F1280 /* NSLayoutConstraint+RxTests.swift in Sources */, - C80DDEE21BCEE898006A1832 /* MainThreadPrimitiveHotObservable.swift in Sources */, - C8554E311C3070F20052E67D /* VirtualSchedulerTest.swift in Sources */, - C810EED71C2DEBD1000033CE /* Foundation+Extensions.swift in Sources */, - D2EBEB6C1BB9B7EF003A27DC /* Observable+BindingTest.swift in Sources */, - D2EBEB621BB9B7E5003A27DC /* ElementIndexPair.swift in Sources */, - D2EBEB701BB9B7EF003A27DC /* Observable+MultipleTest.swift in Sources */, - D203C5141BB9C54A00D02D00 /* Control+RxTests+UIKit.swift in Sources */, - C8E9D2BF1BD422D80079D0DB /* Control+RxTests.swift in Sources */, - D2EBEB661BB9B7EF003A27DC /* BehaviorSubjectTest.swift in Sources */, - D2EBEB651BB9B7EF003A27DC /* BagTest.swift in Sources */, - D2EBEB561BB9B7CC003A27DC /* MySubject.swift in Sources */, - D2AF919A1BD3D9C700A008C1 /* MockDisposable.swift in Sources */, - D2EBEB761BB9B7F9003A27DC /* QueueTests.swift in Sources */, - C8554E351C30717D0052E67D /* TestVirtualScheduler.swift in Sources */, - C8C4B4DD1C1772D700828BD5 /* RxObjCRuntimeState.swift in Sources */, - C8A32CF91C2DE7A5008FE809 /* Recorded+Timeless.swift in Sources */, - C805D5A81C2DE71B00561347 /* XCTest+AllTests.swift in Sources */, - D2EBEB711BB9B7EF003A27DC /* Observable+MultipleTest+CombineLatest.swift in Sources */, - D2EBEB611BB9B7E2003A27DC /* Observable+Extensions.swift in Sources */, - D203C4EE1BB9C22800D02D00 /* KVOObservableTests.swift in Sources */, - D203C4F01BB9C22800D02D00 /* NSObject+RxTests.swift in Sources */, - C8554E3D1C307E4A0052E67D /* HistoricalSchedulerTest.swift in Sources */, - C8EA2D391BD02E1900FB22AC /* EquatableArray.swift in Sources */, - C88FA4FB1C25BF6A00CCFEA4 /* RxMutableBox.swift in Sources */, - D2EBEB531BB9B7CC003A27DC /* TestConnectableObservable.swift in Sources */, - C8FA890D1C302C5000CD3A17 /* CurrentThreadSchedulerTest.swift in Sources */, - D2EBEB571BB9B7CC003A27DC /* Observable.Extensions.swift in Sources */, - C8FA89111C302F0F00CD3A17 /* MainSchedulerTests.swift in Sources */, - C810EECA1C2DE7CF000033CE /* TestErrors.swift in Sources */, - D2EBEB741BB9B7F9003A27DC /* Observable+StandardSequenceOperatorsTest.swift in Sources */, - C8C4B4D71C1772D700828BD5 /* RuntimeStateSnapshot.swift in Sources */, - D2EBEB6D1BB9B7EF003A27DC /* Observable+BlockingTest.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - C811081A1AF50DDA001C13E4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ENABLE_TESTABILITY = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "TRACE_RESOURCES=1", - ); - INFOPLIST_FILE = Tests/Info.plist; - ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = ( - "-framework", - XCTest, - ); - OTHER_SWIFT_FLAGS = "-D DEBUG -D TRACE_RESOURCES"; - PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)2"; - PRODUCT_NAME = AllTests; - }; - name = Debug; - }; - C811081B1AF50DDA001C13E4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - INFOPLIST_FILE = Tests/Info.plist; - OTHER_LDFLAGS = ( - "-framework", - XCTest, - ); - OTHER_SWIFT_FLAGS = "-D RELEASE"; - PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)2"; - PRODUCT_NAME = AllTests; - }; - name = Release; - }; - C81108271AF50E11001C13E4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_BUNDLE_IDENTIFIER = "io.rx.$(PRODUCT_NAME:rfc1034identifier)"; - SDKROOT = iphoneos; - SWIFT_OBJC_BRIDGING_HEADER = "RxCocoaTests/RxTests-iOS-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - C81108281AF50E11001C13E4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_BUNDLE_IDENTIFIER = "io.rx.$(PRODUCT_NAME:rfc1034identifier)"; - SDKROOT = iphoneos; - SWIFT_OBJC_BRIDGING_HEADER = "RxCocoaTests/RxTests-iOS-Bridging-Header.h"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - C8633A9D1B09019D00375D60 /* Release-Tests */ = { - isa = XCBuildConfiguration; - buildSettings = { - GCC_PREPROCESSOR_DEFINITIONS = "TRACE_RESOURCES=1"; - INFOPLIST_FILE = Tests/Info.plist; - OTHER_LDFLAGS = ( - "-framework", - XCTest, - ); - OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES"; - PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)2"; - PRODUCT_NAME = AllTests; - }; - name = "Release-Tests"; - }; - C8633A9E1B09019D00375D60 /* Release-Tests */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_BUNDLE_IDENTIFIER = "io.rx.$(PRODUCT_NAME:rfc1034identifier)"; - SDKROOT = iphoneos; - SWIFT_OBJC_BRIDGING_HEADER = "RxCocoaTests/RxTests-iOS-Bridging-Header.h"; - VALIDATE_PRODUCT = YES; - }; - name = "Release-Tests"; - }; - C8633A9F1B09019D00375D60 /* Release-Tests */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_BUNDLE_IDENTIFIER = "io.rx.$(PRODUCT_NAME:rfc1034identifier)"; - SDKROOT = macosx; - SWIFT_OBJC_BRIDGING_HEADER = "RxCocoaTests/RxTests-OSX-Bridging-Header.h"; - VALIDATE_PRODUCT = YES; - }; - name = "Release-Tests"; - }; - C868D1141BB950D4003D1474 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INFOPLIST_FILE = PerformanceTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_SWIFT_FLAGS = "$(inherits) -D ALLOC_HOOK"; - PRODUCT_BUNDLE_IDENTIFIER = io.rx.PerformanceTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - C868D1151BB950D4003D1474 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INFOPLIST_FILE = PerformanceTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_SWIFT_FLAGS = "$(inherits) -D ALLOC_HOOK"; - PRODUCT_BUNDLE_IDENTIFIER = io.rx.PerformanceTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Release; - }; - C868D1161BB950D4003D1474 /* Release-Tests */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INFOPLIST_FILE = PerformanceTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_SWIFT_FLAGS = "$(inherits) -D ALLOC_HOOK"; - PRODUCT_BUNDLE_IDENTIFIER = io.rx.PerformanceTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = macosx; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = "Release-Tests"; - }; - C88BB8B51B07E64B0064D411 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_BUNDLE_IDENTIFIER = "io.rx.$(PRODUCT_NAME:rfc1034identifier)"; - SDKROOT = macosx; - SWIFT_OBJC_BRIDGING_HEADER = "RxCocoaTests/RxTests-OSX-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - C88BB8B61B07E64B0064D411 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_BUNDLE_IDENTIFIER = "io.rx.$(PRODUCT_NAME:rfc1034identifier)"; - SDKROOT = macosx; - SWIFT_OBJC_BRIDGING_HEADER = "RxCocoaTests/RxTests-OSX-Bridging-Header.h"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - D2EBEB4E1BB9B7AE003A27DC /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_BUNDLE_IDENTIFIER = "io.rx.$(PRODUCT_NAME:rfc1034identifier)"; - SDKROOT = appletvos; - SWIFT_OBJC_BRIDGING_HEADER = "RxCocoaTests/RxTests-tvOS-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TVOS_DEPLOYMENT_TARGET = 9.0; - }; - name = Debug; - }; - D2EBEB4F1BB9B7AE003A27DC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_BUNDLE_IDENTIFIER = "io.rx.$(PRODUCT_NAME:rfc1034identifier)"; - SDKROOT = appletvos; - SWIFT_OBJC_BRIDGING_HEADER = "RxCocoaTests/RxTests-tvOS-Bridging-Header.h"; - TVOS_DEPLOYMENT_TARGET = 9.0; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - D2EBEB501BB9B7AE003A27DC /* Release-Tests */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_BUNDLE_IDENTIFIER = "io.rx.$(PRODUCT_NAME:rfc1034identifier)"; - SDKROOT = appletvos; - SWIFT_OBJC_BRIDGING_HEADER = "RxCocoaTests/RxTests-tvOS-Bridging-Header.h"; - TVOS_DEPLOYMENT_TARGET = 9.0; - VALIDATE_PRODUCT = YES; - }; - name = "Release-Tests"; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - C81108191AF50DDA001C13E4 /* Build configuration list for PBXProject "Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C811081A1AF50DDA001C13E4 /* Debug */, - C811081B1AF50DDA001C13E4 /* Release */, - C8633A9D1B09019D00375D60 /* Release-Tests */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C81108291AF50E11001C13E4 /* Build configuration list for PBXNativeTarget "AllTests-iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C81108271AF50E11001C13E4 /* Debug */, - C81108281AF50E11001C13E4 /* Release */, - C8633A9E1B09019D00375D60 /* Release-Tests */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C868D1131BB950D4003D1474 /* Build configuration list for PBXNativeTarget "PerformanceTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C868D1141BB950D4003D1474 /* Debug */, - C868D1151BB950D4003D1474 /* Release */, - C868D1161BB950D4003D1474 /* Release-Tests */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C88BB8B41B07E64B0064D411 /* Build configuration list for PBXNativeTarget "AllTests-OSX" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C88BB8B51B07E64B0064D411 /* Debug */, - C88BB8B61B07E64B0064D411 /* Release */, - C8633A9F1B09019D00375D60 /* Release-Tests */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D2EBEB511BB9B7AE003A27DC /* Build configuration list for PBXNativeTarget "AllTests-tvOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D2EBEB4E1BB9B7AE003A27DC /* Debug */, - D2EBEB4F1BB9B7AE003A27DC /* Release */, - D2EBEB501BB9B7AE003A27DC /* Release-Tests */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = C81108161AF50DDA001C13E4 /* Project object */; -} diff --git a/Tests/Tests.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Tests/Tests.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 6c0ea849..00000000 --- a/Tests/Tests.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-OSX.xcscheme b/Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-OSX.xcscheme deleted file mode 100644 index fb3a0a03..00000000 --- a/Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-OSX.xcscheme +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-iOS.xcscheme b/Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-iOS.xcscheme deleted file mode 100644 index ab4b1926..00000000 --- a/Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-iOS.xcscheme +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-tvOS.xcscheme b/Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-tvOS.xcscheme deleted file mode 100644 index 2f08c9b1..00000000 --- a/Tests/Tests.xcodeproj/xcshareddata/xcschemes/AllTests-tvOS.xcscheme +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/scripts/pre-release-tests.sh b/scripts/pre-release-tests.sh index ebe48e79..50dd8a32 100755 --- a/scripts/pre-release-tests.sh +++ b/scripts/pre-release-tests.sh @@ -59,14 +59,14 @@ done #make sure all iOS tests pass for configuration in ${CONFIGURATIONS[@]} do - rx "AllTests-iOS" ${configuration} $DEFAULT_IOS9_SIMULATOR test + rx "RxSwift-iOS" ${configuration} $DEFAULT_IOS9_SIMULATOR test done #make sure all tvOS tests pass if [ $TV_OS -eq 1 ]; then for configuration in ${CONFIGURATIONS[@]} do - rx "AllTests-tvOS" ${configuration} $DEFAULT_TVOS_SIMULATOR test + rx "RxSwift-tvOS" ${configuration} $DEFAULT_TVOS_SIMULATOR test done fi @@ -80,7 +80,7 @@ fi #make sure all OSX tests pass for configuration in ${CONFIGURATIONS[@]} do - rx "AllTests-OSX" ${configuration} "" test + rx "RxSwift-OSX" ${configuration} "" test done # make sure no module can be built