Skip to content

Commit d2941d3

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (129.0.20240626050324)
1 parent 1efffb7 commit d2941d3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-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 = "27602d32055624dcf6ebe825f03600248e0e009dd6c7c757d81607890238a5eb"
5-
let version = "129.0.20240625050253"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240625050253/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "9646f74c419f0819378c52f807bad0dd3b2f23e80049e6f583da3a590868eb51"
5+
let version = "129.0.20240626050324"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240626050324/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "193feea84dc5612dd4b68adca3581e1b96d9b520c1c93c48560677c98faca151"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240625050253/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "f902121f8fe8562fed62cfb8a337f077f0d10b37150fb6a215e752966b691363"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240626050324/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: 2024, month: 6, day: 25, hour: 5, minute: 13, second: 42))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 26, hour: 5, minute: 19, second: 41))
2727
}
2828

2929
enum NimbusEvents {

swift-source/focus/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: 2024, month: 6, day: 25, hour: 5, minute: 13, second: 44))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 26, hour: 5, minute: 19, second: 43))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)