Skip to content

Commit d229e42

Browse files
Prepare Firebase 12.7 bindings (#183)
1 parent 11bf074 commit d229e42

45 files changed

Lines changed: 213 additions & 213 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Readme.md

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

5151
```xml
5252
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">
53-
<PackageReference Include="AdamE.Firebase.iOS.Core" Version="12.6.0" />
53+
<PackageReference Include="AdamE.Firebase.iOS.Core" Version="12.7.0" />
5454
</ItemGroup>
5555
```
5656

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

7575
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.
7676

77-
Firebase `12.6.0` is the current published Firebase package line.
77+
Firebase `12.7.0` is the current published Firebase package line.
7878

7979
### Currently published on nuget.org
8080

8181
#### Firebase packages (`AdamE.Firebase.iOS.*`)
8282

8383
| Package | Version |
8484
| --- | --- |
85-
| `ABTesting` | `12.6.0` |
86-
| `Analytics` | `12.6.0` |
87-
| `AppCheck` | `12.6.0` |
88-
| `AppDistribution` | `12.6.0` |
89-
| `Auth` | `12.6.0` |
90-
| `CloudFirestore` | `12.6.0` |
91-
| `CloudFunctions` | `12.6.0` |
92-
| `CloudMessaging` | `12.6.0` |
93-
| `Core` | `12.6.0` |
94-
| `Crashlytics` | `12.6.0` |
95-
| `Database` | `12.6.0` |
96-
| `InAppMessaging` | `12.6.0` |
97-
| `Installations` | `12.6.0` |
98-
| `PerformanceMonitoring` | `12.6.0` |
99-
| `RemoteConfig` | `12.6.0` |
100-
| `Storage` | `12.6.0` |
85+
| `ABTesting` | `12.7.0` |
86+
| `Analytics` | `12.7.0` |
87+
| `AppCheck` | `12.7.0` |
88+
| `AppDistribution` | `12.7.0` |
89+
| `Auth` | `12.7.0` |
90+
| `CloudFirestore` | `12.7.0` |
91+
| `CloudFunctions` | `12.7.0` |
92+
| `CloudMessaging` | `12.7.0` |
93+
| `Core` | `12.7.0` |
94+
| `Crashlytics` | `12.7.0` |
95+
| `Database` | `12.7.0` |
96+
| `InAppMessaging` | `12.7.0` |
97+
| `Installations` | `12.7.0` |
98+
| `PerformanceMonitoring` | `12.7.0` |
99+
| `RemoteConfig` | `12.7.0` |
100+
| `Storage` | `12.7.0` |
101101

102102
#### Google packages (`AdamE.Google.iOS.*`)
103103

@@ -114,7 +114,7 @@ These packages are usually consumed transitively rather than referenced directly
114114
| Package | Version |
115115
| --- | --- |
116116
| `AppCheckCore` | `11.2.0` |
117-
| `GoogleAppMeasurement` | `12.6.0` |
117+
| `GoogleAppMeasurement` | `12.7.0` |
118118
| `GoogleDataTransport` | `10.1.0.5` |
119119
| `GoogleUtilities` | `8.1.0.3` |
120120
| `Nanopb` | `3.30910.0.5` |

components.cake

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
// Firebase artifacts available to be built. These artifacts generate NuGets.
2-
Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "ABTesting");
3-
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Analytics");
4-
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Auth");
5-
Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
6-
Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
7-
Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
8-
Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Core");
9-
Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
10-
Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Database");
11-
Artifact FIREBASE_IN_APP_MESSAGING_ARTIFACT = new Artifact ("Firebase.InAppMessaging", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "InAppMessaging");
12-
Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Installations");
13-
Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT = new Artifact ("Firebase.PerformanceMonitoring", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "PerformanceMonitoring");
14-
Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
15-
Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Storage");
16-
Artifact FIREBASE_APP_DISTRIBUTION_ARTIFACT = new Artifact ("Firebase.AppDistribution", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "AppDistribution");
17-
Artifact FIREBASE_APP_CHECK_ARTIFACT = new Artifact ("Firebase.AppCheck", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "AppCheck");
2+
Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "ABTesting");
3+
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "Analytics");
4+
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "Auth");
5+
Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
6+
Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
7+
Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
8+
Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "Core");
9+
Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
10+
Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "Database");
11+
Artifact FIREBASE_IN_APP_MESSAGING_ARTIFACT = new Artifact ("Firebase.InAppMessaging", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "InAppMessaging");
12+
Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "Installations");
13+
Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT = new Artifact ("Firebase.PerformanceMonitoring", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "PerformanceMonitoring");
14+
Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
15+
Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "Storage");
16+
Artifact FIREBASE_APP_DISTRIBUTION_ARTIFACT = new Artifact ("Firebase.AppDistribution", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "AppDistribution");
17+
Artifact FIREBASE_APP_CHECK_ARTIFACT = new Artifact ("Firebase.AppCheck", "12.7.0", "15.0", ComponentGroup.Firebase, csprojName: "AppCheck");
1818

1919
// Google artifacts available to be built. These artifacts generate NuGets.
2020
Artifact GOOGLE_ANALYTICS_ARTIFACT = new Artifact ("Google.Analytics", "3.20.0.2", "15.0", ComponentGroup.Google, csprojName: "Analytics");
@@ -27,7 +27,7 @@ Artifact GOOGLE_APP_CHECK_CORE_ARTIFACT = new Artifact ("Google.AppCh
2727
Artifact GOOGLE_SIGN_IN_ARTIFACT = new Artifact ("Google.SignIn", "9.0.0.0", "15.0", ComponentGroup.Google, csprojName: "SignIn");
2828
Artifact GOOGLE_TAG_MANAGER_ARTIFACT = new Artifact ("Google.TagManager", "7.4.0.2", "15.0", ComponentGroup.Google, csprojName: "TagManager");
2929

30-
Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ("Google.AppMeasurement", "12.6.0", "15.0", ComponentGroup.Google, csprojName: "GoogleAppMeasurement");
30+
Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ("Google.AppMeasurement", "12.7.0", "15.0", ComponentGroup.Google, csprojName: "GoogleAppMeasurement");
3131
Artifact GOOGLE_PROMISES_OBJC_ARTIFACT = new Artifact ("Google.PromisesObjC", "2.4.0.5", "15.0", ComponentGroup.Google, csprojName: "PromisesObjC");
3232
Artifact GOOGLE_GTM_SESSION_FETCHER_ARTIFACT = new Artifact ("Google.GTMSessionFetcher", "3.5.0.5", "15.0", ComponentGroup.Google, csprojName: "GTMSessionFetcher");
3333
Artifact GOOGLE_NANOPB_ARTIFACT = new Artifact ("Google.Nanopb", "3.30910.0.5", "15.0", ComponentGroup.Google, csprojName: "Nanopb");
@@ -151,68 +151,68 @@ void SetArtifactsPodSpecs ()
151151
{
152152
// Firebase components
153153
FIREBASE_AB_TESTING_ARTIFACT.PodSpecs = new [] {
154-
PodSpec.Create ("FirebaseABTesting", "12.6.0", frameworkSource: FrameworkSource.Pods)
154+
PodSpec.Create ("FirebaseABTesting", "12.7.0", frameworkSource: FrameworkSource.Pods)
155155
};
156156
FIREBASE_ANALYTICS_ARTIFACT.PodSpecs = new [] {
157-
PodSpec.Create ("FirebaseAnalytics", "12.6.0")
157+
PodSpec.Create ("FirebaseAnalytics", "12.7.0")
158158
};
159159
FIREBASE_AUTH_ARTIFACT.PodSpecs = new [] {
160-
PodSpec.Create ("FirebaseAuth", "12.6.0", frameworkSource: FrameworkSource.Pods),
160+
PodSpec.Create ("FirebaseAuth", "12.7.0", frameworkSource: FrameworkSource.Pods),
161161
PodSpec.Create ("RecaptchaInterop", "101.0.0", frameworkSource: FrameworkSource.Pods)
162162
};
163163
FIREBASE_CLOUD_FIRESTORE_ARTIFACT.PodSpecs = new [] {
164-
PodSpec.Create ("FirebaseFirestore", "12.6.0", frameworkSource: FrameworkSource.Pods),
165-
PodSpec.Create ("FirebaseFirestoreInternal", "12.6.0", frameworkSource: FrameworkSource.Pods),
164+
PodSpec.Create ("FirebaseFirestore", "12.7.0", frameworkSource: FrameworkSource.Pods),
165+
PodSpec.Create ("FirebaseFirestoreInternal", "12.7.0", frameworkSource: FrameworkSource.Pods),
166166
PodSpec.Create ("BoringSSL-GRPC", "0.0.37", frameworkSource: FrameworkSource.Pods, frameworkName: "openssl_grpc"),
167167
PodSpec.Create ("gRPC-Core", "1.69.0", frameworkSource: FrameworkSource.Pods, frameworkName: "grpc"),
168168
PodSpec.Create ("gRPC-C++", "1.69.0", frameworkSource: FrameworkSource.Pods, frameworkName: "grpcpp"),
169169
PodSpec.Create ("abseil", "1.20240722.0", frameworkSource: FrameworkSource.Pods, frameworkName: "absl", subSpecs: new [] { "algorithm", "base", "memory", "meta", "strings", "time", "types" }),
170170
};
171171
FIREBASE_CLOUD_FUNCTIONS_ARTIFACT.PodSpecs = new [] {
172-
PodSpec.Create ("FirebaseFunctions", "12.6.0", frameworkSource: FrameworkSource.Pods)
172+
PodSpec.Create ("FirebaseFunctions", "12.7.0", frameworkSource: FrameworkSource.Pods)
173173
};
174174
FIREBASE_CLOUD_MESSAGING_ARTIFACT.PodSpecs = new [] {
175-
PodSpec.Create ("FirebaseMessaging", "12.6.0", frameworkSource: FrameworkSource.Pods)
175+
PodSpec.Create ("FirebaseMessaging", "12.7.0", frameworkSource: FrameworkSource.Pods)
176176
};
177177
FIREBASE_CORE_ARTIFACT.PodSpecs = new [] {
178-
PodSpec.Create ("FirebaseAppCheckInterop", "12.6.0", frameworkSource: FrameworkSource.Pods),
179-
PodSpec.Create ("FirebaseAuthInterop", "12.6.0", frameworkSource: FrameworkSource.Pods),
180-
PodSpec.Create ("FirebaseCore", "12.6.0", frameworkSource: FrameworkSource.Pods),
181-
PodSpec.Create ("FirebaseCoreExtension", "12.6.0", frameworkSource: FrameworkSource.Pods),
182-
PodSpec.Create ("FirebaseCoreInternal", "12.6.0", frameworkSource: FrameworkSource.Pods),
183-
PodSpec.Create ("FirebaseMessagingInterop", "12.6.0", frameworkSource: FrameworkSource.Pods),
184-
PodSpec.Create ("FirebaseRemoteConfigInterop", "12.6.0", frameworkSource: FrameworkSource.Pods),
185-
PodSpec.Create ("FirebaseSharedSwift", "12.6.0", frameworkSource: FrameworkSource.Pods),
178+
PodSpec.Create ("FirebaseAppCheckInterop", "12.7.0", frameworkSource: FrameworkSource.Pods),
179+
PodSpec.Create ("FirebaseAuthInterop", "12.7.0", frameworkSource: FrameworkSource.Pods),
180+
PodSpec.Create ("FirebaseCore", "12.7.0", frameworkSource: FrameworkSource.Pods),
181+
PodSpec.Create ("FirebaseCoreExtension", "12.7.0", frameworkSource: FrameworkSource.Pods),
182+
PodSpec.Create ("FirebaseCoreInternal", "12.7.0", frameworkSource: FrameworkSource.Pods),
183+
PodSpec.Create ("FirebaseMessagingInterop", "12.7.0", frameworkSource: FrameworkSource.Pods),
184+
PodSpec.Create ("FirebaseRemoteConfigInterop", "12.7.0", frameworkSource: FrameworkSource.Pods),
185+
PodSpec.Create ("FirebaseSharedSwift", "12.7.0", frameworkSource: FrameworkSource.Pods),
186186
PodSpec.Create ("PromisesSwift", "2.4.0", frameworkSource: FrameworkSource.Pods, frameworkName: "Promises", targetName: "PromisesSwift"),
187187
PodSpec.Create ("leveldb-library", "1.22.6", frameworkSource: FrameworkSource.Pods, frameworkName: "leveldb"),
188188
};
189189
FIREBASE_CRASHLYTICS_ARTIFACT.PodSpecs = new [] {
190-
PodSpec.Create ("FirebaseCrashlytics", "12.6.0", frameworkSource: FrameworkSource.Pods)
190+
PodSpec.Create ("FirebaseCrashlytics", "12.7.0", frameworkSource: FrameworkSource.Pods)
191191
};
192192
FIREBASE_DATABASE_ARTIFACT.PodSpecs = new [] {
193-
PodSpec.Create ("FirebaseDatabase", "12.6.0", frameworkSource: FrameworkSource.Pods)
193+
PodSpec.Create ("FirebaseDatabase", "12.7.0", frameworkSource: FrameworkSource.Pods)
194194
};
195195
FIREBASE_IN_APP_MESSAGING_ARTIFACT.PodSpecs = new [] {
196-
PodSpec.Create ("Firebase", "12.6.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseInAppMessaging", targetName: "FirebaseInAppMessaging", subSpecs: new [] { "InAppMessaging" })
196+
PodSpec.Create ("Firebase", "12.7.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseInAppMessaging", targetName: "FirebaseInAppMessaging", subSpecs: new [] { "InAppMessaging" })
197197
};
198198
FIREBASE_INSTALLATIONS_ARTIFACT.PodSpecs = new [] {
199-
PodSpec.Create ("FirebaseInstallations", "12.6.0", frameworkSource: FrameworkSource.Pods),
200-
PodSpec.Create ("FirebaseSessions", "12.6.0", frameworkSource: FrameworkSource.Pods)
199+
PodSpec.Create ("FirebaseInstallations", "12.7.0", frameworkSource: FrameworkSource.Pods),
200+
PodSpec.Create ("FirebaseSessions", "12.7.0", frameworkSource: FrameworkSource.Pods)
201201
};
202202
FIREBASE_PERFORMANCE_MONITORING_ARTIFACT.PodSpecs = new [] {
203-
PodSpec.Create ("FirebasePerformance", "12.6.0", frameworkSource: FrameworkSource.Pods)
203+
PodSpec.Create ("FirebasePerformance", "12.7.0", frameworkSource: FrameworkSource.Pods)
204204
};
205205
FIREBASE_REMOTE_CONFIG_ARTIFACT.PodSpecs = new [] {
206-
PodSpec.Create ("FirebaseRemoteConfig", "12.6.0", frameworkSource: FrameworkSource.Pods)
206+
PodSpec.Create ("FirebaseRemoteConfig", "12.7.0", frameworkSource: FrameworkSource.Pods)
207207
};
208208
FIREBASE_STORAGE_ARTIFACT.PodSpecs = new [] {
209-
PodSpec.Create ("FirebaseStorage", "12.6.0", frameworkSource: FrameworkSource.Pods)
209+
PodSpec.Create ("FirebaseStorage", "12.7.0", frameworkSource: FrameworkSource.Pods)
210210
};
211211
FIREBASE_APP_DISTRIBUTION_ARTIFACT.PodSpecs = new [] {
212-
PodSpec.Create ("Firebase", "12.6.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAppDistribution", targetName: "FirebaseAppDistribution", subSpecs: new [] { "AppDistribution" })
212+
PodSpec.Create ("Firebase", "12.7.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAppDistribution", targetName: "FirebaseAppDistribution", subSpecs: new [] { "AppDistribution" })
213213
};
214214
FIREBASE_APP_CHECK_ARTIFACT.PodSpecs = new [] {
215-
PodSpec.Create ("FirebaseAppCheck", "12.6.0", frameworkSource: FrameworkSource.Pods)
215+
PodSpec.Create ("FirebaseAppCheck", "12.7.0", frameworkSource: FrameworkSource.Pods)
216216
};
217217

218218
// Google components
@@ -246,7 +246,7 @@ void SetArtifactsPodSpecs ()
246246
PodSpec.Create ("GoogleTagManager", "7.4.0")
247247
};
248248
GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT.PodSpecs = new [] {
249-
PodSpec.Create ("GoogleAppMeasurement", "12.6.0")
249+
PodSpec.Create ("GoogleAppMeasurement", "12.7.0")
250250
};
251251
GOOGLE_PROMISES_OBJC_ARTIFACT.PodSpecs = new [] {
252252
PodSpec.Create ("PromisesObjC", "2.4.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FBLPromises", targetName: "PromisesObjC"),

docs/Firebase/NuGet/ABTesting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ When multi-targeting, condition the package reference so it only restores for Ap
4646

4747
```xml
4848
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' Or $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
49-
<PackageReference Include="AdamE.Firebase.iOS.ABTesting" Version="12.6.0" />
49+
<PackageReference Include="AdamE.Firebase.iOS.ABTesting" Version="12.7.0" />
5050
</ItemGroup>
5151
```
5252

@@ -121,9 +121,9 @@ Example:
121121

122122
```xml
123123
<ItemGroup>
124-
<PackageReference Include="AdamE.Firebase.iOS.Core" Version="12.6.0" />
125-
<PackageReference Include="AdamE.Firebase.iOS.Auth" Version="12.6.0" />
126-
<PackageReference Include="AdamE.Firebase.iOS.CloudFirestore" Version="12.6.0" />
124+
<PackageReference Include="AdamE.Firebase.iOS.Core" Version="12.7.0" />
125+
<PackageReference Include="AdamE.Firebase.iOS.Auth" Version="12.7.0" />
126+
<PackageReference Include="AdamE.Firebase.iOS.CloudFirestore" Version="12.7.0" />
127127
</ItemGroup>
128128
```
129129

docs/Firebase/NuGet/Analytics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When multi-targeting, condition the package reference so it only restores for Ap
4747

4848
```xml
4949
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' Or $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
50-
<PackageReference Include="AdamE.Firebase.iOS.Analytics" Version="12.6.0" />
50+
<PackageReference Include="AdamE.Firebase.iOS.Analytics" Version="12.7.0" />
5151
</ItemGroup>
5252
```
5353

@@ -104,9 +104,9 @@ Example:
104104

105105
```xml
106106
<ItemGroup>
107-
<PackageReference Include="AdamE.Firebase.iOS.Core" Version="12.6.0" />
108-
<PackageReference Include="AdamE.Firebase.iOS.Auth" Version="12.6.0" />
109-
<PackageReference Include="AdamE.Firebase.iOS.CloudFirestore" Version="12.6.0" />
107+
<PackageReference Include="AdamE.Firebase.iOS.Core" Version="12.7.0" />
108+
<PackageReference Include="AdamE.Firebase.iOS.Auth" Version="12.7.0" />
109+
<PackageReference Include="AdamE.Firebase.iOS.CloudFirestore" Version="12.7.0" />
110110
</ItemGroup>
111111
```
112112

docs/Firebase/NuGet/AppCheck.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When multi-targeting, condition the package reference so it only restores for Ap
4747

4848
```xml
4949
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' Or $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
50-
<PackageReference Include="AdamE.Firebase.iOS.AppCheck" Version="12.6.0" />
50+
<PackageReference Include="AdamE.Firebase.iOS.AppCheck" Version="12.7.0" />
5151
</ItemGroup>
5252
```
5353

@@ -106,9 +106,9 @@ Example:
106106

107107
```xml
108108
<ItemGroup>
109-
<PackageReference Include="AdamE.Firebase.iOS.Core" Version="12.6.0" />
110-
<PackageReference Include="AdamE.Firebase.iOS.Auth" Version="12.6.0" />
111-
<PackageReference Include="AdamE.Firebase.iOS.CloudFirestore" Version="12.6.0" />
109+
<PackageReference Include="AdamE.Firebase.iOS.Core" Version="12.7.0" />
110+
<PackageReference Include="AdamE.Firebase.iOS.Auth" Version="12.7.0" />
111+
<PackageReference Include="AdamE.Firebase.iOS.CloudFirestore" Version="12.7.0" />
112112
</ItemGroup>
113113
```
114114

0 commit comments

Comments
 (0)