11// Firebase artifacts available to be built. These artifacts generate NuGets.
2- Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ( "Firebase.ABTesting" , "11.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "ABTesting" ) ;
3- Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ( "Firebase.Analytics" , "11.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Analytics" ) ;
4- Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ( "Firebase.Auth" , "11.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Auth" ) ;
5- Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ( "Firebase.CloudFirestore" , "11.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "CloudFirestore" ) ;
6- Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ( "Firebase.CloudFunctions" , "11.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "CloudFunctions" ) ;
7- Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ( "Firebase.CloudMessaging" , "11.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "CloudMessaging" ) ;
8- Artifact FIREBASE_CORE_ARTIFACT = new Artifact ( "Firebase.Core" , "11.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Core" ) ;
9- Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ( "Firebase.Crashlytics" , "11.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Crashlytics" ) ;
10- Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ( "Firebase.Database" , "11.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Database" ) ;
11- Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ( "Firebase.DynamicLinks" , "11.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "DynamicLinks" ) ;
2+ Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ( "Firebase.ABTesting" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "ABTesting" ) ;
3+ Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ( "Firebase.Analytics" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Analytics" ) ;
4+ Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ( "Firebase.Auth" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Auth" ) ;
5+ Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ( "Firebase.CloudFirestore" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "CloudFirestore" ) ;
6+ Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ( "Firebase.CloudFunctions" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "CloudFunctions" ) ;
7+ Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ( "Firebase.CloudMessaging" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "CloudMessaging" ) ;
8+ Artifact FIREBASE_CORE_ARTIFACT = new Artifact ( "Firebase.Core" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Core" ) ;
9+ Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ( "Firebase.Crashlytics" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Crashlytics" ) ;
10+ Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ( "Firebase.Database" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Database" ) ;
11+ Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ( "Firebase.DynamicLinks" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "DynamicLinks" ) ;
1212//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.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Installations" ) ;
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.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "RemoteConfig" ) ;
16- Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ( "Firebase.Storage" , "11.8 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Storage" ) ;
13+ Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ( "Firebase.Installations" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Installations" ) ;
14+ //Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT=new Artifact ("Firebase.PerformanceMonitoring", "8.18 .0.3", "11.0", ComponentGroup.Firebase, csprojName: "PerformanceMonitoring");
15+ Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ( "Firebase.RemoteConfig" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "RemoteConfig" ) ;
16+ Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ( "Firebase.Storage" , "11.9 .0.0" , "13.0" , ComponentGroup . Firebase , csprojName : "Storage" ) ;
1717//Artifact FIREBASE_APP_DISTRIBUTION_ARTIFACT = new Artifact ("Firebase.AppDistribution", "8.10.0.1", "10.0", ComponentGroup.Firebase, csprojName: "AppDistribution");
1818//Artifact FIREBASE_APP_CHECK_ARTIFACT = new Artifact ("Firebase.AppCheck", "8.10.0.1", "11.0", ComponentGroup.Firebase, csprojName: "AppCheck");
1919
@@ -27,7 +27,7 @@ Artifact GOOGLE_PLACES_ARTIFACT = new Artifact ("Google.Place
2727Artifact GOOGLE_SIGN_IN_ARTIFACT = new Artifact ( "Google.SignIn" , "8.0.0.0" , "12.0" , ComponentGroup . Google , csprojName : "SignIn" ) ;
2828Artifact GOOGLE_TAG_MANAGER_ARTIFACT = new Artifact ( "Google.TagManager" , "7.4.0.2" , "11.0" , ComponentGroup . Google , csprojName : "TagManager" ) ;
2929
30- Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ( "Google.AppMeasurement" , "11.8 .0" , "12.0" , ComponentGroup . Google , csprojName : "GoogleAppMeasurement" ) ;
30+ Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ( "Google.AppMeasurement" , "11.9 .0" , "12.0" , ComponentGroup . Google , csprojName : "GoogleAppMeasurement" ) ;
3131Artifact GOOGLE_PROMISES_OBJC_ARTIFACT = new Artifact ( "Google.PromisesObjC" , "2.4.0" , "10.0" , ComponentGroup . Google , csprojName : "PromisesObjC" ) ;
3232Artifact GOOGLE_GTM_SESSION_FETCHER_ARTIFACT = new Artifact ( "Google.GTMSessionFetcher" , "4.3.0" , "13.0" , ComponentGroup . Google , csprojName : "GTMSessionFetcher" ) ;
3333Artifact GOOGLE_NANOPB_ARTIFACT = new Artifact ( "Google.Nanopb" , "3.30910.0" , "12.0" , ComponentGroup . Google , csprojName : "Nanopb" ) ;
@@ -151,66 +151,66 @@ void SetArtifactsPodSpecs ()
151151{
152152 // Firebase components
153153 FIREBASE_AB_TESTING_ARTIFACT . PodSpecs = new [ ] {
154- PodSpec . Create ( "FirebaseABTesting" , "11.8 .0" , frameworkSource : FrameworkSource . Pods )
154+ PodSpec . Create ( "FirebaseABTesting" , "11.9 .0" , frameworkSource : FrameworkSource . Pods )
155155 } ;
156156 FIREBASE_ANALYTICS_ARTIFACT . PodSpecs = new [ ] {
157- PodSpec . Create ( "FirebaseAnalytics" , "11.8 .0" )
157+ PodSpec . Create ( "FirebaseAnalytics" , "11.9 .0" )
158158 } ;
159159 FIREBASE_AUTH_ARTIFACT . PodSpecs = new [ ] {
160- PodSpec . Create ( "FirebaseAuth" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
161- PodSpec . Create ( "RecaptchaInterop" , "100 .0.0" , frameworkSource : FrameworkSource . Pods )
160+ PodSpec . Create ( "FirebaseAuth" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
161+ PodSpec . Create ( "RecaptchaInterop" , "101 .0.0" , frameworkSource : FrameworkSource . Pods )
162162 } ;
163163 FIREBASE_CLOUD_FIRESTORE_ARTIFACT . PodSpecs = new [ ] {
164- PodSpec . Create ( "FirebaseFirestore" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
165- PodSpec . Create ( "FirebaseFirestoreInternal" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
166- PodSpec . Create ( "BoringSSL-GRPC" , "0.0.36 " , frameworkSource : FrameworkSource . Pods , frameworkName : "openssl_grpc" ) ,
167- PodSpec . Create ( "gRPC-Core" , "1.65.5 " , frameworkSource : FrameworkSource . Pods , frameworkName : "grpc" ) ,
168- PodSpec . Create ( "gRPC-C++" , "1.65.5 " , frameworkSource : FrameworkSource . Pods , frameworkName : "grpcpp" ) ,
169- PodSpec . Create ( "abseil" , "1.20240116.2 " , frameworkSource : FrameworkSource . Pods , frameworkName : "absl" , subSpecs : new [ ] { "algorithm" , "base" , "memory" , "meta" , "strings" , "time" , "types" } ) ,
164+ PodSpec . Create ( "FirebaseFirestore" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
165+ PodSpec . Create ( "FirebaseFirestoreInternal" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
166+ PodSpec . Create ( "BoringSSL-GRPC" , "0.0.37 " , frameworkSource : FrameworkSource . Pods , frameworkName : "openssl_grpc" ) ,
167+ PodSpec . Create ( "gRPC-Core" , "1.69.0 " , frameworkSource : FrameworkSource . Pods , frameworkName : "grpc" ) ,
168+ PodSpec . Create ( "gRPC-C++" , "1.69.0 " , frameworkSource : FrameworkSource . Pods , frameworkName : "grpcpp" ) ,
169+ 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" , "11.8 .0" , frameworkSource : FrameworkSource . Pods )
172+ PodSpec . Create ( "FirebaseFunctions" , "11.9 .0" , frameworkSource : FrameworkSource . Pods )
173173 } ;
174174 FIREBASE_CLOUD_MESSAGING_ARTIFACT . PodSpecs = new [ ] {
175- PodSpec . Create ( "FirebaseMessaging" , "11.8 .0" , frameworkSource : FrameworkSource . Pods )
175+ PodSpec . Create ( "FirebaseMessaging" , "11.9 .0" , frameworkSource : FrameworkSource . Pods )
176176 } ;
177177 FIREBASE_CORE_ARTIFACT . PodSpecs = new [ ] {
178- PodSpec . Create ( "FirebaseAppCheckInterop" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
179- PodSpec . Create ( "FirebaseAuthInterop" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
180- PodSpec . Create ( "FirebaseCore" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
181- PodSpec . Create ( "FirebaseCoreExtension" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
182- PodSpec . Create ( "FirebaseCoreInternal" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
183- PodSpec . Create ( "FirebaseMessagingInterop" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
184- PodSpec . Create ( "FirebaseRemoteConfigInterop" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
185- PodSpec . Create ( "FirebaseSessions" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
186- PodSpec . Create ( "FirebaseSharedSwift" , "11.8 .0" , frameworkSource : FrameworkSource . Pods ) ,
187- PodSpec . Create ( "GoogleAppMeasurement" , "11.8 .0" ) ,
178+ PodSpec . Create ( "FirebaseAppCheckInterop" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
179+ PodSpec . Create ( "FirebaseAuthInterop" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
180+ PodSpec . Create ( "FirebaseCore" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
181+ PodSpec . Create ( "FirebaseCoreExtension" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
182+ PodSpec . Create ( "FirebaseCoreInternal" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
183+ PodSpec . Create ( "FirebaseMessagingInterop" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
184+ PodSpec . Create ( "FirebaseRemoteConfigInterop" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
185+ PodSpec . Create ( "FirebaseSessions" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
186+ PodSpec . Create ( "FirebaseSharedSwift" , "11.9 .0" , frameworkSource : FrameworkSource . Pods ) ,
187+ PodSpec . Create ( "GoogleAppMeasurement" , "11.9 .0" ) ,
188188 PodSpec . Create ( "PromisesSwift" , "2.4.0" , frameworkSource : FrameworkSource . Pods , frameworkName : "Promises" , targetName : "PromisesSwift" ) ,
189189 PodSpec . Create ( "leveldb-library" , "1.22.6" , frameworkSource : FrameworkSource . Pods , frameworkName : "leveldb" ) ,
190190 } ;
191191 FIREBASE_CRASHLYTICS_ARTIFACT . PodSpecs = new [ ] {
192- PodSpec . Create ( "FirebaseCrashlytics" , "11.8 .0" , frameworkSource : FrameworkSource . Pods )
192+ PodSpec . Create ( "FirebaseCrashlytics" , "11.9 .0" , frameworkSource : FrameworkSource . Pods )
193193 } ;
194194 FIREBASE_DATABASE_ARTIFACT . PodSpecs = new [ ] {
195- PodSpec . Create ( "FirebaseDatabase" , "11.8 .0" , frameworkSource : FrameworkSource . Pods )
195+ PodSpec . Create ( "FirebaseDatabase" , "11.9 .0" , frameworkSource : FrameworkSource . Pods )
196196 } ;
197197 FIREBASE_DYNAMIC_LINKS_ARTIFACT . PodSpecs = new [ ] {
198- PodSpec . Create ( "FirebaseDynamicLinks" , "11.8 .0" , frameworkSource : FrameworkSource . Pods )
198+ PodSpec . Create ( "FirebaseDynamicLinks" , "11.9 .0" , frameworkSource : FrameworkSource . Pods )
199199 } ;
200200 //FIREBASE_IN_APP_MESSAGING_ARTIFACT.PodSpecs = new [] {
201201 // PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseInAppMessaging", targetName: "FirebaseInAppMessaging", subSpecs: new [] { "InAppMessaging" })
202202 //};
203203 FIREBASE_INSTALLATIONS_ARTIFACT . PodSpecs = new [ ] {
204- PodSpec . Create ( "FirebaseInstallations" , "11.8 .0" , frameworkSource : FrameworkSource . Pods )
204+ PodSpec . Create ( "FirebaseInstallations" , "11.9 .0" , frameworkSource : FrameworkSource . Pods )
205205 } ;
206206 //FIREBASE_PERFORMANCE_MONITORING_ARTIFACT.PodSpecs = new [] {
207207 // PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebasePerformance", targetName: "FirebasePerformance", subSpecs: new [] { "Performance" })
208208 //};
209209 FIREBASE_REMOTE_CONFIG_ARTIFACT . PodSpecs = new [ ] {
210- PodSpec . Create ( "FirebaseRemoteConfig" , "11.8 .0" , frameworkSource : FrameworkSource . Pods )
210+ PodSpec . Create ( "FirebaseRemoteConfig" , "11.9 .0" , frameworkSource : FrameworkSource . Pods )
211211 } ;
212212 FIREBASE_STORAGE_ARTIFACT . PodSpecs = new [ ] {
213- PodSpec . Create ( "FirebaseStorage" , "11.8 .0" , frameworkSource : FrameworkSource . Pods )
213+ PodSpec . Create ( "FirebaseStorage" , "11.9 .0" , frameworkSource : FrameworkSource . Pods )
214214 } ;
215215 // FIREBASE_APP_DISTRIBUTION_ARTIFACT.PodSpecs = new [] {
216216 // PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAppDistribution", targetName: "FirebaseAppDistribution", subSpecs: new [] { "AppDistribution" })
@@ -248,7 +248,7 @@ void SetArtifactsPodSpecs ()
248248 PodSpec . Create ( "GoogleTagManager" , "7.4.0" )
249249 } ;
250250 GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT . PodSpecs = new [ ] {
251- PodSpec . Create ( "GoogleAppMeasurement" , "11.8 .0" )
251+ PodSpec . Create ( "GoogleAppMeasurement" , "11.9 .0" )
252252 } ;
253253 GOOGLE_PROMISES_OBJC_ARTIFACT . PodSpecs = new [ ] {
254254 PodSpec . Create ( "PromisesObjC" , "2.4.0" , frameworkSource : FrameworkSource . Pods , frameworkName : "FBLPromises" , targetName : "PromisesObjC" ) ,
0 commit comments