Skip to content

Commit ad43ca0

Browse files
committed
update package.swift
1 parent 8844166 commit ad43ca0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Package.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ let package = Package(
1212
name: "TestlioSDK",
1313
targets: ["TestlioSDK"])
1414
],
15+
dependencies: [
16+
.package(
17+
url: "https://github.com/microsoft/plcrashreporter.git",
18+
from: Version(1, 7, 1)
19+
)
20+
],
1521
targets: [
1622
.binaryTarget(
1723
name: "TestlioSDK",

0 commit comments

Comments
 (0)