Skip to content

Commit ca28c30

Browse files
fix(analytics, apple): use correct tag for library name (#17098)
1 parent b7248e0 commit ca28c30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/firebase_analytics/firebase_analytics/ios/firebase_analytics/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ let package = Package(
108108
cSettings: [
109109
.headerSearchPath("include"),
110110
.define("LIBRARY_VERSION", to: "\"\(library_version)\""),
111-
.define("LIBRARY_NAME", to: "\"flutter-fire-rtdb\""),
111+
.define("LIBRARY_NAME", to: "\"flutter-fire-analytics\""),
112112
]
113113
),
114114
]

packages/firebase_analytics/firebase_analytics/macos/firebase_analytics/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ let package = Package(
110110
cSettings: [
111111
.headerSearchPath("include"),
112112
.define("LIBRARY_VERSION", to: "\"\(library_version)\""),
113-
.define("LIBRARY_NAME", to: "\"flutter-fire-rtdb\""),
113+
.define("LIBRARY_NAME", to: "\"flutter-fire-analytics\""),
114114
]
115115
),
116116
]

0 commit comments

Comments
 (0)