Skip to content

Commit

Permalink
add missing wirelogging
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Jan 29, 2025
1 parent 067c795 commit de7af39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WireUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ let package = Package(
.package(path: "../WireAnalytics"),
.package(name: "WireDomainPackage", path: "../WireDomain"),
.package(name: "WireFoundation", path: "../WireFoundation"),
.package(path: "../WirePlugins")
.package(path: "../WirePlugins"),
.package(path: "../WireLogging")
],
targets: [
.target(
Expand Down

0 comments on commit de7af39

Please sign in to comment.