Removes RxCocoaTests links from Sources.
This commit is contained in:
parent
e3df171b3f
commit
22b9de44c0
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/CLLocationManager+RxTests.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/Control+RxTests+Cocoa.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/Control+RxTests+UIKit.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/Control+RxTests.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/ControlEventTests.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/ControlPropertyTests.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/DelegateProxyTest+Cocoa.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/DelegateProxyTest+UIKit.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/DelegateProxyTest.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/Driver+Extensions.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/Driver+Test.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/KVOObservableTests.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/NSLayoutConstraint+RxTests.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/NSNotificationCenterTests.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/NSObject+RxTests.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/NSView+RxTests.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/PerformanceTests/PerformanceTools.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/RXObjCRuntime+Testing.h
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/RXObjCRuntime+Testing.m
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/RuntimeStateSnapshot.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/RxObjCRuntimeState.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/RxTests-OSX-Bridging-Header.h
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/RxTests-iOS-Bridging-Header.h
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/RxTests-tvOS-Bridging-Header.h
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/SentMessageTest.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/RxCocoaTests/UIView+RxTests.swift
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Tests/PerformanceTests/main.swift
|
||||
|
|
@ -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")
|
||||
Loading…
Reference in New Issue