diff --git a/components.cake b/components.cake index d5ce3245..2848bdfd 100644 --- a/components.cake +++ b/components.cake @@ -1,19 +1,19 @@ // Firebase artifacts available to be built. These artifacts generate NuGets. -Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting"); -Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics"); -Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth"); -Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore"); -Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions"); -Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging"); -Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Core"); -Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics"); -Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Database"); -Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "DynamicLinks"); +Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting"); +Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics"); +Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth"); +Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore"); +Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions"); +Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging"); +Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.4.2", "13.0", ComponentGroup.Firebase, csprojName: "Core"); +Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics"); +Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Database"); +Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "DynamicLinks"); Artifact FIREBASE_IN_APP_MESSAGING_ARTIFACT = new Artifact ("Firebase.InAppMessaging", "8.10.0.3", "11.0", ComponentGroup.Firebase, csprojName: "InAppMessaging"); -Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Installations"); +Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Installations"); Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT = new Artifact ("Firebase.PerformanceMonitoring", "8.10.0.3", "11.0", ComponentGroup.Firebase, csprojName: "PerformanceMonitoring"); -Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig"); -Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Storage"); +Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig"); +Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Storage"); // Artifact FIREBASE_APP_DISTRIBUTION_ARTIFACT = new Artifact ("Firebase.AppDistribution", "8.10.0.1", "10.0", ComponentGroup.Firebase, csprojName: "AppDistribution"); // Artifact FIREBASE_APP_CHECK_ARTIFACT = new Artifact ("Firebase.AppCheck", "8.10.0.1", "11.0", ComponentGroup.Firebase, csprojName: "AppCheck"); @@ -149,66 +149,66 @@ void SetArtifactsPodSpecs () { // Firebase components FIREBASE_AB_TESTING_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseABTesting", "11.3.0", frameworkSource: FrameworkSource.Pods) + PodSpec.Create ("FirebaseABTesting", "11.4.0", frameworkSource: FrameworkSource.Pods) }; FIREBASE_ANALYTICS_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseAnalytics", "11.3.0") + PodSpec.Create ("FirebaseAnalytics", "11.4.0") }; FIREBASE_AUTH_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseAuth", "11.3.0", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("FirebaseAuth", "11.4.0", frameworkSource: FrameworkSource.Pods), PodSpec.Create ("RecaptchaInterop", "100.0.0", frameworkSource: FrameworkSource.Pods) }; FIREBASE_CLOUD_FIRESTORE_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseFirestore", "11.3.0", frameworkSource: FrameworkSource.Pods), - PodSpec.Create ("FirebaseFirestoreInternal", "11.3.0", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("FirebaseFirestore", "11.4.0", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("FirebaseFirestoreInternal", "11.4.0", frameworkSource: FrameworkSource.Pods), PodSpec.Create ("BoringSSL-GRPC", "0.0.36", frameworkSource: FrameworkSource.Pods, frameworkName: "openssl_grpc"), PodSpec.Create ("gRPC-Core", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpc"), PodSpec.Create ("gRPC-C++", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpcpp"), PodSpec.Create ("abseil", "1.20240116.2", frameworkSource: FrameworkSource.Pods, frameworkName: "absl", subSpecs: new [] { "algorithm", "base", "memory", "meta", "strings", "time", "types" }), }; FIREBASE_CLOUD_FUNCTIONS_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseFunctions", "11.3.0", frameworkSource: FrameworkSource.Pods) + PodSpec.Create ("FirebaseFunctions", "11.4.0", frameworkSource: FrameworkSource.Pods) }; FIREBASE_CLOUD_MESSAGING_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseMessaging", "11.3.0", frameworkSource: FrameworkSource.Pods) + PodSpec.Create ("FirebaseMessaging", "11.4.0", frameworkSource: FrameworkSource.Pods) }; FIREBASE_CORE_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseAppCheckInterop", "11.3.0", frameworkSource: FrameworkSource.Pods), - PodSpec.Create ("FirebaseAuthInterop", "11.3.0", frameworkSource: FrameworkSource.Pods), - PodSpec.Create ("FirebaseCore", "11.3.0", frameworkSource: FrameworkSource.Pods), - PodSpec.Create ("FirebaseCoreExtension", "11.3.0", frameworkSource: FrameworkSource.Pods), - PodSpec.Create ("FirebaseCoreInternal", "11.3.0", frameworkSource: FrameworkSource.Pods), - PodSpec.Create ("FirebaseMessagingInterop", "11.3.0", frameworkSource: FrameworkSource.Pods), - PodSpec.Create ("FirebaseRemoteConfigInterop", "11.3.0", frameworkSource: FrameworkSource.Pods), - PodSpec.Create ("FirebaseSessions", "11.3.0", frameworkSource: FrameworkSource.Pods), - PodSpec.Create ("FirebaseSharedSwift", "11.3.0", frameworkSource: FrameworkSource.Pods), - PodSpec.Create ("GoogleAppMeasurement", "11.3.0"), + PodSpec.Create ("FirebaseAppCheckInterop", "11.4.0", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("FirebaseAuthInterop", "11.4.0", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("FirebaseCore", "11.4.2", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("FirebaseCoreExtension", "11.4.1", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("FirebaseCoreInternal", "11.4.2", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("FirebaseMessagingInterop", "11.4.0", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("FirebaseRemoteConfigInterop", "11.4.0", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("FirebaseSessions", "11.4.0", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("FirebaseSharedSwift", "11.4.0", frameworkSource: FrameworkSource.Pods), + PodSpec.Create ("GoogleAppMeasurement", "11.4.0"), PodSpec.Create ("PromisesSwift", "2.4.0", frameworkSource: FrameworkSource.Pods, frameworkName: "Promises", targetName: "PromisesSwift"), PodSpec.Create ("leveldb-library", "1.22.6", frameworkSource: FrameworkSource.Pods, frameworkName: "leveldb"), }; FIREBASE_CRASHLYTICS_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseCrashlytics", "11.3.0", frameworkSource: FrameworkSource.Pods) + PodSpec.Create ("FirebaseCrashlytics", "11.4.0", frameworkSource: FrameworkSource.Pods) }; FIREBASE_DATABASE_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseDatabase", "11.3.0", frameworkSource: FrameworkSource.Pods) + PodSpec.Create ("FirebaseDatabase", "11.4.0", frameworkSource: FrameworkSource.Pods) }; FIREBASE_DYNAMIC_LINKS_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseDynamicLinks", "11.3.0", frameworkSource: FrameworkSource.Pods) + PodSpec.Create ("FirebaseDynamicLinks", "11.4.0", frameworkSource: FrameworkSource.Pods) }; FIREBASE_IN_APP_MESSAGING_ARTIFACT.PodSpecs = new [] { PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseInAppMessaging", targetName: "FirebaseInAppMessaging", subSpecs: new [] { "InAppMessaging" }) }; FIREBASE_INSTALLATIONS_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseInstallations", "11.3.0", frameworkSource: FrameworkSource.Pods) + PodSpec.Create ("FirebaseInstallations", "11.4.0", frameworkSource: FrameworkSource.Pods) }; FIREBASE_PERFORMANCE_MONITORING_ARTIFACT.PodSpecs = new [] { PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebasePerformance", targetName: "FirebasePerformance", subSpecs: new [] { "Performance" }) }; FIREBASE_REMOTE_CONFIG_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseRemoteConfig", "11.3.0", frameworkSource: FrameworkSource.Pods) + PodSpec.Create ("FirebaseRemoteConfig", "11.4.0", frameworkSource: FrameworkSource.Pods) }; FIREBASE_STORAGE_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("FirebaseStorage", "11.3.0", frameworkSource: FrameworkSource.Pods) + PodSpec.Create ("FirebaseStorage", "11.4.0", frameworkSource: FrameworkSource.Pods) }; // FIREBASE_APP_DISTRIBUTION_ARTIFACT.PodSpecs = new [] { // PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAppDistribution", targetName: "FirebaseAppDistribution", subSpecs: new [] { "AppDistribution" }) diff --git a/source/Firebase/ABTesting/ABTesting.csproj b/source/Firebase/ABTesting/ABTesting.csproj index 5e04958e..0ad67345 100644 --- a/source/Firebase/ABTesting/ABTesting.csproj +++ b/source/Firebase/ABTesting/ABTesting.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.ABTesting Firebase.ABTesting - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0 diff --git a/source/Firebase/Analytics/Analytics.csproj b/source/Firebase/Analytics/Analytics.csproj index 780a1a24..073889ca 100644 --- a/source/Firebase/Analytics/Analytics.csproj +++ b/source/Firebase/Analytics/Analytics.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.Analytics Firebase.Analytics - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true true @@ -27,7 +27,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0 diff --git a/source/Firebase/Auth/Auth.csproj b/source/Firebase/Auth/Auth.csproj index 5ba05946..348876f8 100644 --- a/source/Firebase/Auth/Auth.csproj +++ b/source/Firebase/Auth/Auth.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.Auth Firebase.Auth - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0 diff --git a/source/Firebase/CloudFirestore/CloudFirestore.csproj b/source/Firebase/CloudFirestore/CloudFirestore.csproj index a9cd7ef3..65a51c25 100644 --- a/source/Firebase/CloudFirestore/CloudFirestore.csproj +++ b/source/Firebase/CloudFirestore/CloudFirestore.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.CloudFirestore Firebase.CloudFirestore - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0 diff --git a/source/Firebase/CloudFunctions/CloudFunctions.csproj b/source/Firebase/CloudFunctions/CloudFunctions.csproj index a5f240e9..f658690b 100644 --- a/source/Firebase/CloudFunctions/CloudFunctions.csproj +++ b/source/Firebase/CloudFunctions/CloudFunctions.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.CloudFunctions Firebase.CloudFunctions - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0 diff --git a/source/Firebase/CloudMessaging/CloudMessaging.csproj b/source/Firebase/CloudMessaging/CloudMessaging.csproj index 18379244..b48c2dd5 100644 --- a/source/Firebase/CloudMessaging/CloudMessaging.csproj +++ b/source/Firebase/CloudMessaging/CloudMessaging.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.CloudMessaging Firebase.CloudMessaging - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0 diff --git a/source/Firebase/Core/Core.csproj b/source/Firebase/Core/Core.csproj index 98efd611..fe2b8b65 100644 --- a/source/Firebase/Core/Core.csproj +++ b/source/Firebase/Core/Core.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.Core Firebase.Core - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.2 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.2 diff --git a/source/Firebase/Crashlytics/Crashlytics.csproj b/source/Firebase/Crashlytics/Crashlytics.csproj index f95a9f94..f7ca43e4 100644 --- a/source/Firebase/Crashlytics/Crashlytics.csproj +++ b/source/Firebase/Crashlytics/Crashlytics.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.Crashlytics Firebase.Crashlytics - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0 diff --git a/source/Firebase/Database/Database.csproj b/source/Firebase/Database/Database.csproj index 7252f660..4a417a5d 100644 --- a/source/Firebase/Database/Database.csproj +++ b/source/Firebase/Database/Database.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.Database Firebase.Database - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0 diff --git a/source/Firebase/DynamicLinks/DynamicLinks.csproj b/source/Firebase/DynamicLinks/DynamicLinks.csproj index 4999f67d..a1ed5ec1 100644 --- a/source/Firebase/DynamicLinks/DynamicLinks.csproj +++ b/source/Firebase/DynamicLinks/DynamicLinks.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.DynamicLinks Firebase.DynamicLinks - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0 diff --git a/source/Firebase/Installations/Installations.csproj b/source/Firebase/Installations/Installations.csproj index ffab0554..fba68f5c 100644 --- a/source/Firebase/Installations/Installations.csproj +++ b/source/Firebase/Installations/Installations.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.Installations Firebase.Installations - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0 diff --git a/source/Firebase/RemoteConfig/RemoteConfig.csproj b/source/Firebase/RemoteConfig/RemoteConfig.csproj index 8015f0f3..365df08b 100644 --- a/source/Firebase/RemoteConfig/RemoteConfig.csproj +++ b/source/Firebase/RemoteConfig/RemoteConfig.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.RemoteConfig Firebase.RemoteConfig - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0 diff --git a/source/Firebase/Storage/Storage.csproj b/source/Firebase/Storage/Storage.csproj index 749ff782..6d231dc0 100644 --- a/source/Firebase/Storage/Storage.csproj +++ b/source/Firebase/Storage/Storage.csproj @@ -9,8 +9,8 @@ 13.0 Firebase.Storage Firebase.Storage - 11.3.0.0 - 11.3.0 + 11.4.0.0 + 11.4.0 Resources true @@ -26,7 +26,7 @@ https://github.com/AdamEssenmacher/GoogleApisForiOSComponents License.md true - 11.3.0 + 11.4.0