Removes RxCocoaTests links from Sources.

This commit is contained in:
Krunoslav Zaher 2015-12-26 04:50:32 +01:00
parent e3df171b3f
commit 22b9de44c0
28 changed files with 1 additions and 28 deletions

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/CLLocationManager+RxTests.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/Control+RxTests+Cocoa.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/Control+RxTests+UIKit.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/Control+RxTests.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/ControlEventTests.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/ControlPropertyTests.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/DelegateProxyTest+Cocoa.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/DelegateProxyTest+UIKit.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/DelegateProxyTest.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/Driver+Extensions.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/Driver+Test.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/KVOObservableTests.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/NSLayoutConstraint+RxTests.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/NSNotificationCenterTests.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/NSObject+RxTests.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/NSView+RxTests.swift

View File

@ -1 +0,0 @@
../../Tests/PerformanceTests/PerformanceTools.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/RXObjCRuntime+Testing.h

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/RXObjCRuntime+Testing.m

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/RuntimeStateSnapshot.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/RxObjCRuntimeState.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/RxTests-OSX-Bridging-Header.h

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/RxTests-iOS-Bridging-Header.h

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/RxTests-tvOS-Bridging-Header.h

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/SentMessageTest.swift

View File

@ -1 +0,0 @@
../../Tests/RxCocoaTests/UIView+RxTests.swift

View File

@ -1 +0,0 @@
../../Tests/PerformanceTests/main.swift

View File

@ -67,4 +67,4 @@ try packageRelativePath(["RxCocoa/Common", "RxCocoa/OSX", "RxCocoa/RxCocoa.h"],
try packageRelativePath(["RxBlocking"], targetDirName: "RxBlocking")
try packageRelativePath(["RxTests"], targetDirName: "RxTests")
// It doesn't work under `Tests` subpath ¯\_()_/¯
try packageRelativePath(["Tests"], targetDirName: "AllTests")
try packageRelativePath(["Tests/RxTest.swift", "Tests/Tests", "Tests/RxSwiftTests"], targetDirName: "AllTests")