Skip to content

Commit e98dc72

Browse files
author
Robert Bartoszewski
committed
Removed KSBacktrace as it is not compatible with Bugsnag symbolication changes
1 parent 030f8dd commit e98dc72

File tree

4 files changed

+0
-292
lines changed

4 files changed

+0
-292
lines changed

Package.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,6 @@ let package = Package(
152152
.target(name: Targets.core),
153153
]
154154
),
155-
.testTarget(
156-
name: Targets.recordingCoreSwift.tests,
157-
dependencies: [
158-
.target(name: Targets.recordingCore)
159-
]
160-
),
161155

162156
.target(
163157
name: Targets.reportingCore,
@@ -267,7 +261,6 @@ enum Targets {
267261
static let sinks = "KSCrashSinks"
268262
static let installations = "KSCrashInstallations"
269263
static let recordingCore = "KSCrashRecordingCore"
270-
static let recordingCoreSwift = "KSCrashRecordingCoreSwift"
271264
static let reportingCore = "KSCrashReportingCore"
272265
static let core = "KSCrashCore"
273266
static let discSpaceMonitor = "KSCrashDiscSpaceMonitor"

Sources/KSCrashRecordingCore/KSBacktrace.c

Lines changed: 0 additions & 98 deletions
This file was deleted.

Sources/KSCrashRecordingCore/include/KSBacktrace.h

Lines changed: 0 additions & 98 deletions
This file was deleted.

Tests/KSCrashRecordingCoreSwiftTests/KSBacktraceTests.swift

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)