|
1 | 1 | // Firebase artifacts available to be built. These artifacts generate NuGets. |
2 | | -Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting"); |
3 | | -Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics"); |
4 | | -Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth"); |
5 | | -Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore"); |
6 | | -Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions"); |
7 | | -Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging"); |
8 | | -Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Core"); |
9 | | -Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics"); |
10 | | -Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Database"); |
11 | | -Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "DynamicLinks"); |
| 2 | +Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting"); |
| 3 | +Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics"); |
| 4 | +Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth"); |
| 5 | +Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore"); |
| 6 | +Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions"); |
| 7 | +Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging"); |
| 8 | +Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.4.2", "13.0", ComponentGroup.Firebase, csprojName: "Core"); |
| 9 | +Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics"); |
| 10 | +Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Database"); |
| 11 | +Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "DynamicLinks"); |
12 | 12 | Artifact FIREBASE_IN_APP_MESSAGING_ARTIFACT = new Artifact ("Firebase.InAppMessaging", "8.10.0.3", "11.0", ComponentGroup.Firebase, csprojName: "InAppMessaging"); |
13 | | -Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Installations"); |
| 13 | +Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Installations"); |
14 | 14 | Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT = new Artifact ("Firebase.PerformanceMonitoring", "8.10.0.3", "11.0", ComponentGroup.Firebase, csprojName: "PerformanceMonitoring"); |
15 | | -Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig"); |
16 | | -Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Storage"); |
| 15 | +Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig"); |
| 16 | +Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Storage"); |
17 | 17 | // Artifact FIREBASE_APP_DISTRIBUTION_ARTIFACT = new Artifact ("Firebase.AppDistribution", "8.10.0.1", "10.0", ComponentGroup.Firebase, csprojName: "AppDistribution"); |
18 | 18 | // Artifact FIREBASE_APP_CHECK_ARTIFACT = new Artifact ("Firebase.AppCheck", "8.10.0.1", "11.0", ComponentGroup.Firebase, csprojName: "AppCheck"); |
19 | 19 |
|
@@ -149,66 +149,66 @@ void SetArtifactsPodSpecs () |
149 | 149 | { |
150 | 150 | // Firebase components |
151 | 151 | FIREBASE_AB_TESTING_ARTIFACT.PodSpecs = new [] { |
152 | | - PodSpec.Create ("FirebaseABTesting", "11.3.0", frameworkSource: FrameworkSource.Pods) |
| 152 | + PodSpec.Create ("FirebaseABTesting", "11.4.0", frameworkSource: FrameworkSource.Pods) |
153 | 153 | }; |
154 | 154 | FIREBASE_ANALYTICS_ARTIFACT.PodSpecs = new [] { |
155 | | - PodSpec.Create ("FirebaseAnalytics", "11.3.0") |
| 155 | + PodSpec.Create ("FirebaseAnalytics", "11.4.0") |
156 | 156 | }; |
157 | 157 | FIREBASE_AUTH_ARTIFACT.PodSpecs = new [] { |
158 | | - PodSpec.Create ("FirebaseAuth", "11.3.0", frameworkSource: FrameworkSource.Pods), |
| 158 | + PodSpec.Create ("FirebaseAuth", "11.4.0", frameworkSource: FrameworkSource.Pods), |
159 | 159 | PodSpec.Create ("RecaptchaInterop", "100.0.0", frameworkSource: FrameworkSource.Pods) |
160 | 160 | }; |
161 | 161 | FIREBASE_CLOUD_FIRESTORE_ARTIFACT.PodSpecs = new [] { |
162 | | - PodSpec.Create ("FirebaseFirestore", "11.3.0", frameworkSource: FrameworkSource.Pods), |
163 | | - PodSpec.Create ("FirebaseFirestoreInternal", "11.3.0", frameworkSource: FrameworkSource.Pods), |
| 162 | + PodSpec.Create ("FirebaseFirestore", "11.4.0", frameworkSource: FrameworkSource.Pods), |
| 163 | + PodSpec.Create ("FirebaseFirestoreInternal", "11.4.0", frameworkSource: FrameworkSource.Pods), |
164 | 164 | PodSpec.Create ("BoringSSL-GRPC", "0.0.36", frameworkSource: FrameworkSource.Pods, frameworkName: "openssl_grpc"), |
165 | 165 | PodSpec.Create ("gRPC-Core", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpc"), |
166 | 166 | PodSpec.Create ("gRPC-C++", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpcpp"), |
167 | 167 | PodSpec.Create ("abseil", "1.20240116.2", frameworkSource: FrameworkSource.Pods, frameworkName: "absl", subSpecs: new [] { "algorithm", "base", "memory", "meta", "strings", "time", "types" }), |
168 | 168 | }; |
169 | 169 | FIREBASE_CLOUD_FUNCTIONS_ARTIFACT.PodSpecs = new [] { |
170 | | - PodSpec.Create ("FirebaseFunctions", "11.3.0", frameworkSource: FrameworkSource.Pods) |
| 170 | + PodSpec.Create ("FirebaseFunctions", "11.4.0", frameworkSource: FrameworkSource.Pods) |
171 | 171 | }; |
172 | 172 | FIREBASE_CLOUD_MESSAGING_ARTIFACT.PodSpecs = new [] { |
173 | | - PodSpec.Create ("FirebaseMessaging", "11.3.0", frameworkSource: FrameworkSource.Pods) |
| 173 | + PodSpec.Create ("FirebaseMessaging", "11.4.0", frameworkSource: FrameworkSource.Pods) |
174 | 174 | }; |
175 | 175 | FIREBASE_CORE_ARTIFACT.PodSpecs = new [] { |
176 | | - PodSpec.Create ("FirebaseAppCheckInterop", "11.3.0", frameworkSource: FrameworkSource.Pods), |
177 | | - PodSpec.Create ("FirebaseAuthInterop", "11.3.0", frameworkSource: FrameworkSource.Pods), |
178 | | - PodSpec.Create ("FirebaseCore", "11.3.0", frameworkSource: FrameworkSource.Pods), |
179 | | - PodSpec.Create ("FirebaseCoreExtension", "11.3.0", frameworkSource: FrameworkSource.Pods), |
180 | | - PodSpec.Create ("FirebaseCoreInternal", "11.3.0", frameworkSource: FrameworkSource.Pods), |
181 | | - PodSpec.Create ("FirebaseMessagingInterop", "11.3.0", frameworkSource: FrameworkSource.Pods), |
182 | | - PodSpec.Create ("FirebaseRemoteConfigInterop", "11.3.0", frameworkSource: FrameworkSource.Pods), |
183 | | - PodSpec.Create ("FirebaseSessions", "11.3.0", frameworkSource: FrameworkSource.Pods), |
184 | | - PodSpec.Create ("FirebaseSharedSwift", "11.3.0", frameworkSource: FrameworkSource.Pods), |
185 | | - PodSpec.Create ("GoogleAppMeasurement", "11.3.0"), |
| 176 | + PodSpec.Create ("FirebaseAppCheckInterop", "11.4.0", frameworkSource: FrameworkSource.Pods), |
| 177 | + PodSpec.Create ("FirebaseAuthInterop", "11.4.0", frameworkSource: FrameworkSource.Pods), |
| 178 | + PodSpec.Create ("FirebaseCore", "11.4.2", frameworkSource: FrameworkSource.Pods), |
| 179 | + PodSpec.Create ("FirebaseCoreExtension", "11.4.1", frameworkSource: FrameworkSource.Pods), |
| 180 | + PodSpec.Create ("FirebaseCoreInternal", "11.4.2", frameworkSource: FrameworkSource.Pods), |
| 181 | + PodSpec.Create ("FirebaseMessagingInterop", "11.4.0", frameworkSource: FrameworkSource.Pods), |
| 182 | + PodSpec.Create ("FirebaseRemoteConfigInterop", "11.4.0", frameworkSource: FrameworkSource.Pods), |
| 183 | + PodSpec.Create ("FirebaseSessions", "11.4.0", frameworkSource: FrameworkSource.Pods), |
| 184 | + PodSpec.Create ("FirebaseSharedSwift", "11.4.0", frameworkSource: FrameworkSource.Pods), |
| 185 | + PodSpec.Create ("GoogleAppMeasurement", "11.4.0"), |
186 | 186 | PodSpec.Create ("PromisesSwift", "2.4.0", frameworkSource: FrameworkSource.Pods, frameworkName: "Promises", targetName: "PromisesSwift"), |
187 | 187 | PodSpec.Create ("leveldb-library", "1.22.6", frameworkSource: FrameworkSource.Pods, frameworkName: "leveldb"), |
188 | 188 | }; |
189 | 189 | FIREBASE_CRASHLYTICS_ARTIFACT.PodSpecs = new [] { |
190 | | - PodSpec.Create ("FirebaseCrashlytics", "11.3.0", frameworkSource: FrameworkSource.Pods) |
| 190 | + PodSpec.Create ("FirebaseCrashlytics", "11.4.0", frameworkSource: FrameworkSource.Pods) |
191 | 191 | }; |
192 | 192 | FIREBASE_DATABASE_ARTIFACT.PodSpecs = new [] { |
193 | | - PodSpec.Create ("FirebaseDatabase", "11.3.0", frameworkSource: FrameworkSource.Pods) |
| 193 | + PodSpec.Create ("FirebaseDatabase", "11.4.0", frameworkSource: FrameworkSource.Pods) |
194 | 194 | }; |
195 | 195 | FIREBASE_DYNAMIC_LINKS_ARTIFACT.PodSpecs = new [] { |
196 | | - PodSpec.Create ("FirebaseDynamicLinks", "11.3.0", frameworkSource: FrameworkSource.Pods) |
| 196 | + PodSpec.Create ("FirebaseDynamicLinks", "11.4.0", frameworkSource: FrameworkSource.Pods) |
197 | 197 | }; |
198 | 198 | FIREBASE_IN_APP_MESSAGING_ARTIFACT.PodSpecs = new [] { |
199 | 199 | PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseInAppMessaging", targetName: "FirebaseInAppMessaging", subSpecs: new [] { "InAppMessaging" }) |
200 | 200 | }; |
201 | 201 | FIREBASE_INSTALLATIONS_ARTIFACT.PodSpecs = new [] { |
202 | | - PodSpec.Create ("FirebaseInstallations", "11.3.0", frameworkSource: FrameworkSource.Pods) |
| 202 | + PodSpec.Create ("FirebaseInstallations", "11.4.0", frameworkSource: FrameworkSource.Pods) |
203 | 203 | }; |
204 | 204 | FIREBASE_PERFORMANCE_MONITORING_ARTIFACT.PodSpecs = new [] { |
205 | 205 | PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebasePerformance", targetName: "FirebasePerformance", subSpecs: new [] { "Performance" }) |
206 | 206 | }; |
207 | 207 | FIREBASE_REMOTE_CONFIG_ARTIFACT.PodSpecs = new [] { |
208 | | - PodSpec.Create ("FirebaseRemoteConfig", "11.3.0", frameworkSource: FrameworkSource.Pods) |
| 208 | + PodSpec.Create ("FirebaseRemoteConfig", "11.4.0", frameworkSource: FrameworkSource.Pods) |
209 | 209 | }; |
210 | 210 | FIREBASE_STORAGE_ARTIFACT.PodSpecs = new [] { |
211 | | - PodSpec.Create ("FirebaseStorage", "11.3.0", frameworkSource: FrameworkSource.Pods) |
| 211 | + PodSpec.Create ("FirebaseStorage", "11.4.0", frameworkSource: FrameworkSource.Pods) |
212 | 212 | }; |
213 | 213 | // FIREBASE_APP_DISTRIBUTION_ARTIFACT.PodSpecs = new [] { |
214 | 214 | // PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAppDistribution", targetName: "FirebaseAppDistribution", subSpecs: new [] { "AppDistribution" }) |
|
0 commit comments