Skip to content

Commit 81a0929

Browse files
Merge branch 'master' into kape-platform-sdk-integration
2 parents d9020d8 + 96ef620 commit 81a0929

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

LocalPackages/PIAAccount/Package.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ let package = Package(
1717
)
1818
],
1919
dependencies: [
20-
.package(path: "../PIABase")
20+
.package(path: "../PIABase"),
21+
.package(url: "https://github.com/apple/swift-log", exact: "1.13.1")
2122
],
2223
targets: [
2324
// Main library target (merged for simplicity)
2425
.target(
2526
name: "PIAAccount",
2627
dependencies: [
27-
.product(name: "PIABase", package: "PIABase")
28+
.product(name: "PIABase", package: "PIABase"),
29+
.product(name: "Logging", package: "swift-log")
2830
],
2931
path: "Sources"
3032
),

0 commit comments

Comments
 (0)