Skip to content

Commit f8ba868

Browse files
authored
[Docs] Update Package.swift docs (#11686)
1 parent 7a59c55 commit f8ba868

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Package.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ let package = Package(
2929
name: "FirebaseAnalytics",
3030
targets: ["FirebaseAnalyticsTarget"]
3131
),
32-
// This library is not designed to be imported into client source code.
32+
// Adding this library to your project is enough for it to take effect. The module
33+
// does not need to be imported into any source files.
3334
.library(
3435
name: "FirebaseAnalyticsWithoutAdIdSupport",
3536
targets: ["FirebaseAnalyticsWithoutAdIdSupportTarget"]
3637
),
37-
// This library is not designed to be imported into client source code.
38+
// Adding this library to your project is enough for it to take effect. The module
39+
// does not need to be imported into any source files.
3840
.library(
3941
name: "FirebaseAnalyticsOnDeviceConversion",
4042
targets: ["FirebaseAnalyticsOnDeviceConversionTarget"]

0 commit comments

Comments
 (0)