Skip to content

Commit ed5d40e

Browse files
committed
Fixes unit tests.
1 parent 4ab27a7 commit ed5d40e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Rx.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@
355355
C83100671BF7D51600AAE3CD /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83100631BF7D51600AAE3CD /* Sequence.swift */; };
356356
C83508C81C386F6F0027C24C /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8A56AD71AD7424700B4673B /* RxSwift.framework */; };
357357
C83509291C38706E0027C24C /* PerformanceTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D71C38706D0027C24C /* PerformanceTools.swift */; };
358-
C835092A1C38706E0027C24C /* CLLocationManager+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D91C38706D0027C24C /* CLLocationManager+RxTests.swift */; };
359358
C835092C1C38706E0027C24C /* Control+RxTests+UIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DB1C38706D0027C24C /* Control+RxTests+UIKit.swift */; };
360359
C835092D1C38706E0027C24C /* Control+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DC1C38706D0027C24C /* Control+RxTests.swift */; };
361360
C835092E1C38706E0027C24C /* ControlEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DD1C38706D0027C24C /* ControlEventTests.swift */; };
@@ -430,8 +429,6 @@
430429
C83509B01C3874DC0027C24C /* RxTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C835091D1C38706D0027C24C /* RxTest.swift */; };
431430
C83509B11C3874E20027C24C /* PerformanceTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D71C38706D0027C24C /* PerformanceTools.swift */; };
432431
C83509B21C3874E20027C24C /* PerformanceTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D71C38706D0027C24C /* PerformanceTools.swift */; };
433-
C83509B31C3875010027C24C /* CLLocationManager+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D91C38706D0027C24C /* CLLocationManager+RxTests.swift */; };
434-
C83509B41C3875020027C24C /* CLLocationManager+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508D91C38706D0027C24C /* CLLocationManager+RxTests.swift */; };
435432
C83509B51C3875050027C24C /* Control+RxTests+Cocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DA1C38706D0027C24C /* Control+RxTests+Cocoa.swift */; };
436433
C83509B71C38750D0027C24C /* Control+RxTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DC1C38706D0027C24C /* Control+RxTests.swift */; };
437434
C83509B81C38750D0027C24C /* ControlEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83508DD1C38706D0027C24C /* ControlEventTests.swift */; };
@@ -1536,7 +1533,6 @@
15361533
C83508D51C38706D0027C24C /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
15371534
C83508D61C38706D0027C24C /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
15381535
C83508D71C38706D0027C24C /* PerformanceTools.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PerformanceTools.swift; sourceTree = "<group>"; };
1539-
C83508D91C38706D0027C24C /* CLLocationManager+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CLLocationManager+RxTests.swift"; sourceTree = "<group>"; };
15401536
C83508DA1C38706D0027C24C /* Control+RxTests+Cocoa.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Control+RxTests+Cocoa.swift"; sourceTree = "<group>"; };
15411537
C83508DB1C38706D0027C24C /* Control+RxTests+UIKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Control+RxTests+UIKit.swift"; sourceTree = "<group>"; };
15421538
C83508DC1C38706D0027C24C /* Control+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Control+RxTests.swift"; sourceTree = "<group>"; };
@@ -2249,7 +2245,6 @@
22492245
isa = PBXGroup;
22502246
children = (
22512247
C8D132511C42DA7F00B59FFF /* TestImplementations */,
2252-
C83508D91C38706D0027C24C /* CLLocationManager+RxTests.swift */,
22532248
C8B290841C94D55600E923D0 /* RxTest+Controls.swift */,
22542249
C83508DA1C38706D0027C24C /* Control+RxTests+Cocoa.swift */,
22552250
C83508DB1C38706D0027C24C /* Control+RxTests+UIKit.swift */,
@@ -3478,7 +3473,6 @@
34783473
buildActionMask = 2147483647;
34793474
files = (
34803475
033C2EF61D081C460050C015 /* UIScrollView+RxTests.swift in Sources */,
3481-
C835092A1C38706E0027C24C /* CLLocationManager+RxTests.swift in Sources */,
34823476
C83509661C38706E0027C24C /* RxTest.swift in Sources */,
34833477
C83509611C38706E0027C24C /* ObserverTests.swift in Sources */,
34843478
C83509471C38706E0027C24C /* PrimitiveMockObserver.swift in Sources */,
@@ -3599,7 +3593,6 @@
35993593
C83509F11C3875580027C24C /* TestConnectableObservable.swift in Sources */,
36003594
C83509AA1C3874D20027C24C /* TestErrors.swift in Sources */,
36013595
C83509F51C38755D0027C24C /* BehaviorSubjectTest.swift in Sources */,
3602-
C83509B41C3875020027C24C /* CLLocationManager+RxTests.swift in Sources */,
36033596
C83509EB1C3875580027C24C /* MainThreadPrimitiveHotObservable.swift in Sources */,
36043597
C83509C21C3875220027C24C /* Driver+Test.swift in Sources */,
36053598
C83509FE1C38755D0027C24C /* Observable+CreationTest.swift in Sources */,
@@ -3681,7 +3674,6 @@
36813674
C8350A1E1C38756B0027C24C /* Observable+TimeTest.swift in Sources */,
36823675
C8350A061C38755E0027C24C /* HistoricalSchedulerTest.swift in Sources */,
36833676
C83509D11C38752E0027C24C /* RuntimeStateSnapshot.swift in Sources */,
3684-
C83509B31C3875010027C24C /* CLLocationManager+RxTests.swift in Sources */,
36853677
C8350A221C38756B0027C24C /* VariableTest.swift in Sources */,
36863678
C83509D21C3875380027C24C /* RXObjCRuntime+Testing.m in Sources */,
36873679
C83509CC1C3875230027C24C /* NSLayoutConstraint+RxTests.swift in Sources */,

0 commit comments

Comments
 (0)