You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -167,30 +167,30 @@ Archiving can still be more reliable on macOS or from the command line.
167
167
168
168
The lists below reflect what is currently published on [nuget.org](https://www.nuget.org/profiles/adamessenmacher) under the `adamessenmacher` owner profile. That is intentionally different from the repo state in [`components.cake`](components.cake): the repo can contain projects or version bumps that have not been published yet.
169
169
170
-
Firebase `12.8.0` is the current published Firebase package line.
170
+
Firebase `12.9.0` is the current published Firebase package line.
171
171
172
172
### Currently published on nuget.org
173
173
174
174
#### Firebase packages (`AdamE.Firebase.iOS.*`)
175
175
176
176
| Package | Version |
177
177
| --- | --- |
178
-
|`ABTesting`|`12.8.0`|
179
-
|`Analytics`|`12.8.0`|
180
-
|`AppCheck`|`12.8.0`|
181
-
|`AppDistribution`|`12.8.0`|
182
-
|`Auth`|`12.8.0`|
183
-
|`CloudFirestore`|`12.8.0`|
184
-
|`CloudFunctions`|`12.8.0`|
185
-
|`CloudMessaging`|`12.8.0`|
186
-
|`Core`|`12.8.0`|
187
-
|`Crashlytics`|`12.8.0`|
188
-
|`Database`|`12.8.0`|
189
-
|`InAppMessaging`|`12.8.0`|
190
-
|`Installations`|`12.8.0`|
191
-
|`PerformanceMonitoring`|`12.8.0`|
192
-
|`RemoteConfig`|`12.8.0`|
193
-
|`Storage`|`12.8.0`|
178
+
|`ABTesting`|`12.9.0`|
179
+
|`Analytics`|`12.9.0`|
180
+
|`AppCheck`|`12.9.0`|
181
+
|`AppDistribution`|`12.9.0`|
182
+
|`Auth`|`12.9.0`|
183
+
|`CloudFirestore`|`12.9.0`|
184
+
|`CloudFunctions`|`12.9.0`|
185
+
|`CloudMessaging`|`12.9.0`|
186
+
|`Core`|`12.9.0`|
187
+
|`Crashlytics`|`12.9.0`|
188
+
|`Database`|`12.9.0`|
189
+
|`InAppMessaging`|`12.9.0`|
190
+
|`Installations`|`12.9.0`|
191
+
|`PerformanceMonitoring`|`12.9.0`|
192
+
|`RemoteConfig`|`12.9.0`|
193
+
|`Storage`|`12.9.0`|
194
194
195
195
#### Google packages (`AdamE.Google.iOS.*`)
196
196
@@ -207,7 +207,7 @@ These packages are usually consumed transitively rather than referenced directly
The opt-in binding surface coverage lane accounts for the active Firebase `12.8.0` bindings tracked by the audit config. It generates a source-derived coverage inventory from [`binding-surface-coverage.json`](./binding-surface-coverage.json), restores the selected target package set from the local feed, and runs `ConfigureApp` plus the generated surface coverage case.
99
+
The opt-in binding surface coverage lane accounts for the active Firebase `12.9.0` bindings tracked by the audit config. It generates a source-derived coverage inventory from [`binding-surface-coverage.json`](./binding-surface-coverage.json), restores the selected target package set from the local feed, and runs `ConfigureApp` plus the generated surface coverage case.
100
100
101
101
This lane treats native Firebase/backend errors as acceptable when the binding surface is present and loadable. It fails binding-layer problems such as missing managed types, missing Objective-C classes/protocols/selectors, missing native symbols, `TypeLoadException`, `DllNotFoundException`, `EntryPointNotFoundException`, and `ObjCRuntime.ObjCException`.
0 commit comments