Skip to content

Commit

Permalink
fix: expose AnalyticsConnectorFramework library
Browse files Browse the repository at this point in the history
  • Loading branch information
crleona committed Oct 30, 2024
1 parent 793325d commit 6c77c55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ let package = Package(
name: "AnalyticsConnector",
targets: ["AnalyticsConnector"]
),
.library(
name: "AnalyticsConnectorFramework",
targets: ["AnalyticsConnectorFramework"]
)
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand Down

0 comments on commit 6c77c55

Please sign in to comment.