Skip to content

Commit 8b66acc

Browse files
author
Robert Bartoszewski
committed
Renamed package dependencies to fix CI
1 parent b90376f commit 8b66acc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44

55
let package = Package(
6-
name: "KSCrash",
6+
name: "KSCrash-new",
77
platforms: [
88
.iOS(.v12),
99
.tvOS(.v12),

Samples/Common/Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ let package = Package(
3636
.target(
3737
name: "LibraryBridge",
3838
dependencies: [
39-
.product(name: "Recording", package: "KSCrash"),
40-
.product(name: "Reporting", package: "KSCrash"),
41-
.product(name: "DemangleFilter", package: "KSCrash"),
39+
.product(name: "Recording", package: "KSCrash-new"),
40+
.product(name: "Reporting", package: "KSCrash-new"),
41+
.product(name: "DemangleFilter", package: "KSCrash-new"),
4242
.product(name: "Logging", package: "swift-log"),
4343
]
4444
),
@@ -49,8 +49,8 @@ let package = Package(
4949
name: "IntegrationTestsHelper",
5050
dependencies: [
5151
.target(name: "CrashTriggers"),
52-
.product(name: "Recording", package: "KSCrash"),
53-
.product(name: "Reporting", package: "KSCrash"),
52+
.product(name: "Recording", package: "KSCrash-new"),
53+
.product(name: "Reporting", package: "KSCrash-new"),
5454
.product(name: "Logging", package: "swift-log"),
5555
]
5656
),

0 commit comments

Comments
 (0)