Skip to content

Commit 729ee55

Browse files
committed
Make Package.Swift Explicit
1 parent 00674c8 commit 729ee55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ let package = Package(
111111
),
112112
.library(
113113
name: "FirebasePerformance",
114-
targets: ["FirebasePerformanceTarget"]
114+
targets: ["FirebasePerformanceTarget", "FirebasePerformance"]
115115
),
116116
.library(
117117
name: "FirebaseRemoteConfig",

0 commit comments

Comments
 (0)