Skip to content

Commit

Permalink
Add PufferyKit to Privacy Policy Module
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Jun 28, 2021
1 parent 41a3bcf commit fb83d0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PufferyKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,12 @@ let package = Package(
"PufferyKit",
]),
.target(name: "PrivacyPolicyModule", dependencies: [
"AckeeTracker",
"PufferyKit",
.product(name: "ComposableArchitecture", package: "swift-composable-architecture"),
]),
.target(name: "RegistrationModule", dependencies: [
"AckeeTracker",
"PufferyKit",
"DesignSystem",
"PlatformSupport",
Expand Down

0 comments on commit fb83d0d

Please sign in to comment.