File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,14 @@ let package = Package(
29
29
name: " FirebaseAnalytics " ,
30
30
targets: [ " FirebaseAnalyticsTarget " ]
31
31
) ,
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.
33
34
. library(
34
35
name: " FirebaseAnalyticsWithoutAdIdSupport " ,
35
36
targets: [ " FirebaseAnalyticsWithoutAdIdSupportTarget " ]
36
37
) ,
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.
38
40
. library(
39
41
name: " FirebaseAnalyticsOnDeviceConversion " ,
40
42
targets: [ " FirebaseAnalyticsOnDeviceConversionTarget " ]
You can’t perform that action at this time.
0 commit comments