Skip to content

Commit

Permalink
test: Remove unused NSURLProtocolSwizzle (#4087)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Jun 19, 2024
1 parent f1c36e0 commit ceb2092
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 60 deletions.
7 changes: 0 additions & 7 deletions Sentry.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,6 @@
8ECC674825C23A20000E2BF6 /* SentryTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674425C23A1F000E2BF6 /* SentryTransaction.m */; };
8ECC674925C23A20000E2BF6 /* SentrySpanId.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674525C23A20000E2BF6 /* SentrySpanId.m */; };
8ECC674A25C23A20000E2BF6 /* SentryTransactionContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.mm */; };
8ED2D28026A6581C00CA8329 /* NSURLProtocolSwizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ED2D27F26A6581C00CA8329 /* NSURLProtocolSwizzle.m */; };
8ED3D306264DFE700049393B /* SwiftDescriptorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8ED3D305264DFE700049393B /* SwiftDescriptorTests.swift */; };
8EE017A126704CD500470616 /* SentryUIViewControllerPerformanceTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EA1ED0E2669152F00E62B98 /* SentryUIViewControllerPerformanceTrackerTests.swift */; };
8F0D6AA22B04115A00D048B1 /* SentryInstallation+Test.h in Sources */ = {isa = PBXBuildFile; fileRef = 8F0D6AA12B040A0100D048B1 /* SentryInstallation+Test.h */; };
Expand Down Expand Up @@ -1818,8 +1817,6 @@
8ECC674425C23A1F000E2BF6 /* SentryTransaction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryTransaction.m; sourceTree = "<group>"; };
8ECC674525C23A20000E2BF6 /* SentrySpanId.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentrySpanId.m; sourceTree = "<group>"; };
8ECC674625C23A20000E2BF6 /* SentryTransactionContext.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryTransactionContext.mm; sourceTree = "<group>"; };
8ED2D27E26A6581C00CA8329 /* NSURLProtocolSwizzle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NSURLProtocolSwizzle.h; sourceTree = "<group>"; };
8ED2D27F26A6581C00CA8329 /* NSURLProtocolSwizzle.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NSURLProtocolSwizzle.m; sourceTree = "<group>"; };
8ED3D305264DFE700049393B /* SwiftDescriptorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftDescriptorTests.swift; sourceTree = "<group>"; };
8F0D6AA12B040A0100D048B1 /* SentryInstallation+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryInstallation+Test.h"; sourceTree = "<group>"; };
8F73BC302B02B87E00C3CEF4 /* SentryInstallationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryInstallationTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3007,8 +3004,6 @@
7BBD18A1244EE2FD00427C76 /* TestResponseFactory.swift */,
639FCF921EBC746F00778193 /* SentryDsnTests.m */,
7B4E23B5251A07BD00060D68 /* SentryDispatchQueueWrapperTests.swift */,
8ED2D27E26A6581C00CA8329 /* NSURLProtocolSwizzle.h */,
8ED2D27F26A6581C00CA8329 /* NSURLProtocolSwizzle.m */,
8E0551DF26A7A63C00400526 /* TestProtocolClient.swift */,
7B4D308926FC616B00C94DE9 /* SentryHttpTransportTests.swift */,
62A3C7BD2B7E2A6A00C75227 /* SentrySpotlightTransportTests.swift */,
Expand Down Expand Up @@ -3601,7 +3596,6 @@
D861301B2BB5A267004C0F5E /* SentrySessionReplayTests.swift */,
D8AFC0002BD252B900118BE1 /* SentryOnDemandReplayTests.swift */,
D82DD1CC2BEEB1A0001AB556 /* SentrySRDefaultBreadcrumbConverterTests.swift */,
D82DD1CC2BEEB1A0001AB556 /* SentryBreadcrumbReplayConverterTests.swift */,
D8DBE0C92C0E093000FAB1FD /* SentryTouchTrackerTests.swift */,
D8DBE0D12C0EFFC300FAB1FD /* SentryReplayOptionsTests.swift */,
);
Expand Down Expand Up @@ -4998,7 +4992,6 @@
7BC6EC14255C415E0059822A /* SentryExceptionTests.swift in Sources */,
7B82722927A319E900F4BFF4 /* SentryAutoSessionTrackingIntegrationTests.swift in Sources */,
D875ED0B276CC84700422FAC /* SentryNSDataTrackerTests.swift in Sources */,
8ED2D28026A6581C00CA8329 /* NSURLProtocolSwizzle.m in Sources */,
62B86CFC29F052BB008F3947 /* SentryTestLogConfig.m in Sources */,
D808FB92281BF6EC009A2A33 /* SentryUIEventTrackingIntegrationTests.swift in Sources */,
7BC6EC04255C235F0059822A /* SentryFrameTests.swift in Sources */,
Expand Down
19 changes: 0 additions & 19 deletions Tests/SentryTests/Networking/NSURLProtocolSwizzle.h

This file was deleted.

33 changes: 0 additions & 33 deletions Tests/SentryTests/Networking/NSURLProtocolSwizzle.m

This file was deleted.

1 change: 0 additions & 1 deletion Tests/SentryTests/SentryTests-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

#import "NSLocale+Sentry.h"
#import "NSMutableDictionary+Sentry.h"
#import "NSURLProtocolSwizzle.h"
#import "PrivateSentrySDKOnly.h"
#import "Sentry/Sentry-Swift.h"
#import "SentryANRTracker.h"
Expand Down

0 comments on commit ceb2092

Please sign in to comment.