Skip to content

Commit

Permalink
Make Package.Swift Explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
rofle100lvl committed Nov 4, 2024
1 parent 00674c8 commit 729ee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ let package = Package(
),
.library(
name: "FirebasePerformance",
targets: ["FirebasePerformanceTarget"]
targets: ["FirebasePerformanceTarget", "FirebasePerformance"]
),
.library(
name: "FirebaseRemoteConfig",
Expand Down

0 comments on commit 729ee55

Please sign in to comment.