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