From a184f960fb3ddde1189f13c2b798b045b57bbd11 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 3 May 2015 15:21:30 +0200 Subject: [PATCH] Adds readme examples tests. --- RxSwift/RxSwift.xcodeproj/project.pbxproj | 4 ++++ RxTests/RxTests.xcodeproj/project.pbxproj | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/RxSwift/RxSwift.xcodeproj/project.pbxproj b/RxSwift/RxSwift.xcodeproj/project.pbxproj index 051edb16..45cf0be0 100644 --- a/RxSwift/RxSwift.xcodeproj/project.pbxproj +++ b/RxSwift/RxSwift.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + C814CEA51AF56E6400E98087 /* ScopedDispose.swift in Sources */ = {isa = PBXBuildFile; fileRef = C814CEA41AF56E6400E98087 /* ScopedDispose.swift */; }; C84F67041ADDC16200EB0CB6 /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84F67031ADDC16200EB0CB6 /* ReplaySubject.swift */; }; C86AE05C1AE3F0ED00C8A2A6 /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = C86AE05B1AE3F0ED00C8A2A6 /* Catch.swift */; }; C8A56ADD1AD7424700B4673B /* RxSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = C8A56ADC1AD7424700B4673B /* RxSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -87,6 +88,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + C814CEA41AF56E6400E98087 /* ScopedDispose.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScopedDispose.swift; sourceTree = ""; }; C84F67031ADDC16200EB0CB6 /* ReplaySubject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReplaySubject.swift; sourceTree = ""; }; C86AE05B1AE3F0ED00C8A2A6 /* Catch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Catch.swift; sourceTree = ""; }; C8A56AD71AD7424700B4673B /* RxSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RxSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -263,6 +265,7 @@ C8A56B0A1AD7435800B4673B /* DisposeBase.swift */, C8A56B0B1AD7435800B4673B /* SerialDisposable.swift */, C8A56B0C1AD7435800B4673B /* SingleAssignmentDisposable.swift */, + C814CEA41AF56E6400E98087 /* ScopedDispose.swift */, ); path = Disposables; sourceTree = ""; @@ -443,6 +446,7 @@ C8A56B8E1AD7435900B4673B /* MainScheduler.swift in Sources */, C8A56B501AD7435900B4673B /* Bag.swift in Sources */, C8A56B571AD7435900B4673B /* DisposeBase.swift in Sources */, + C814CEA51AF56E6400E98087 /* ScopedDispose.swift in Sources */, C8A56B511AD7435900B4673B /* Queue.swift in Sources */, C8A56B4C1AD7435900B4673B /* AnyObject+Rx.swift in Sources */, C8A56B721AD7435900B4673B /* TailRecursiveSink.swift in Sources */, diff --git a/RxTests/RxTests.xcodeproj/project.pbxproj b/RxTests/RxTests.xcodeproj/project.pbxproj index 58d6cf56..9e819830 100644 --- a/RxTests/RxTests.xcodeproj/project.pbxproj +++ b/RxTests/RxTests.xcodeproj/project.pbxproj @@ -38,6 +38,7 @@ C811086C1AF50E43001C13E4 /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C811086A1AF50E43001C13E4 /* RxCocoa.framework */; }; C811086D1AF50E43001C13E4 /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C811086B1AF50E43001C13E4 /* RxSwift.framework */; }; C814CEA31AF5622600E98087 /* VariableTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C814CEA21AF5622600E98087 /* VariableTest.swift */; }; + C814CEA71AF642D600E98087 /* UI+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C814CEA61AF642D600E98087 /* UI+RxTests.swift */; }; C8B787FA1AF55CDE00206D02 /* Observable+ConcurrencyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8B787F91AF55CDE00206D02 /* Observable+ConcurrencyTest.swift */; }; /* End PBXBuildFile section */ @@ -75,6 +76,7 @@ C811086A1AF50E43001C13E4 /* RxCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxCocoa.framework; path = "../Debug-iphoneos/RxCocoa.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; C811086B1AF50E43001C13E4 /* RxSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxSwift.framework; path = "../Debug-iphoneos/RxSwift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; C814CEA21AF5622600E98087 /* VariableTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VariableTest.swift; sourceTree = ""; }; + C814CEA61AF642D600E98087 /* UI+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UI+RxTests.swift"; sourceTree = ""; }; C8B787F91AF55CDE00206D02 /* Observable+ConcurrencyTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+ConcurrencyTest.swift"; sourceTree = ""; }; /* End PBXFileReference section */ @@ -132,6 +134,7 @@ isa = PBXGroup; children = ( C811082B1AF50E2A001C13E4 /* NSNotificationCenterTests.swift */, + C814CEA61AF642D600E98087 /* UI+RxTests.swift */, ); path = RxCocoaTests; sourceTree = SOURCE_ROOT; @@ -276,6 +279,7 @@ C81108551AF50E2A001C13E4 /* TestObservable.swift in Sources */, C811085B1AF50E2A001C13E4 /* Subscription.swift in Sources */, C81108531AF50E2A001C13E4 /* MySubject.swift in Sources */, + C814CEA71AF642D600E98087 /* UI+RxTests.swift in Sources */, C81108611AF50E2A001C13E4 /* Observable+BindingTest.swift in Sources */, C811084D1AF50E2A001C13E4 /* NSNotificationCenterTests.swift in Sources */, C81108621AF50E2A001C13E4 /* Observable+MultipleTest+CombineLatest.swift in Sources */,