Skip to content

Commit 632d14b

Browse files
Update 12.9 documentation references
1 parent 740174d commit 632d14b

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

Readme.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ If your project targets multiple platforms, keep these packages inside Apple-onl
143143

144144
```xml
145145
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">
146-
<PackageReference Include="AdamE.Firebase.iOS.Core" Version="12.8.0" />
146+
<PackageReference Include="AdamE.Firebase.iOS.Core" Version="12.9.0" />
147147
</ItemGroup>
148148
```
149149

@@ -167,30 +167,30 @@ Archiving can still be more reliable on macOS or from the command line.
167167

168168
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.
169169

170-
Firebase `12.8.0` is the current published Firebase package line.
170+
Firebase `12.9.0` is the current published Firebase package line.
171171

172172
### Currently published on nuget.org
173173

174174
#### Firebase packages (`AdamE.Firebase.iOS.*`)
175175

176176
| Package | Version |
177177
| --- | --- |
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` |
194194

195195
#### Google packages (`AdamE.Google.iOS.*`)
196196

@@ -207,7 +207,7 @@ These packages are usually consumed transitively rather than referenced directly
207207
| Package | Version |
208208
| --- | --- |
209209
| `AppCheckCore` | `11.2.0` |
210-
| `GoogleAppMeasurement` | `12.8.0` |
210+
| `GoogleAppMeasurement` | `12.9.0` |
211211
| `GoogleDataTransport` | `10.1.0.5` |
212212
| `GoogleUtilities` | `8.1.0.3` |
213213
| `Nanopb` | `3.30910.0.5` |

tests/E2E/Firebase.Foundation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tools/e2e/run-firebase-foundation.sh --package-dir output --configuration Debug
9696

9797
## Binding surface coverage mode
9898

99-
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.
100100

101101
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`.
102102

0 commit comments

Comments
 (0)