Skip to content

Commit ba9795d

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (138.0.20250325050356)
1 parent 1c378a0 commit ba9795d

File tree

6 files changed

+3284
-7
lines changed

6 files changed

+3284
-7
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// swift-tools-version:5.4
22
import PackageDescription
33

4-
let checksum = "35a7f6ae33de05a30c7644208da26233be0703f0b71d7582ab2a2183f32f1e17"
5-
let version = "138.0.20250321204544"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250321204544/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "f03722c9d50803cd66a9b892a7b6e44be2b339cbabdfb8eccc8eeab0baffec2b"
5+
let version = "138.0.20250325050356"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250325050356/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "a47e3f3dc811020d6a32aaf309bbd19e75607ec8c97b7607e588aae42e5baad6"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250321204544/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "252f9c2d1bc77952891f27d2548bc5c653fdda3b3b8e249773c3087ca2b7a21f"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.138.20250325050356/artifacts/public/build/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",
1313
platforms: [.iOS(.v14)],

swift-source/all/Generated/Metrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension GleanMetrics {
2323
// Intentionally left private, no external user can instantiate a new global object.
2424
}
2525

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 21, hour: 21, minute: 7, second: 28))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 25, hour: 5, minute: 29, second: 48))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/megazord_ios.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module MozillaRustComponents {
66
header "fxa_clientFFI.h"
77
header "init_rust_componentsFFI.h"
88
header "loginsFFI.h"
9+
header "merinoFFI.h"
910
header "nimbusFFI.h"
1011
header "placesFFI.h"
1112
header "pushFFI.h"

0 commit comments

Comments
 (0)