Skip to content

Commit e535bbe

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (133.0.20241009050322)
1 parent 829086f commit e535bbe

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 = "9d0a96a4251f5f3358abc91cf195ba57bcf4df3f02f55609400b7d7ad7ef8cc5"
5-
let version = "133.0.20241008050309"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241008050309/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "a0163d41e3f5aee6f880dc1b425ff1509316d9131d6fc2c512043eaff62800ee"
5+
let version = "133.0.20241009050322"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241009050322/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "69202d2d0802bc5006399c423387e0baaf3ad5eb3643c3502e6f2cd09919a75f"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241008050309/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "3b0acf66637ececdd0921c831ce15b85ea1536c09b5004e44ede4eaf82d848e9"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241009050322/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: 10, day: 8, hour: 5, minute: 21, second: 21))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 10, day: 9, hour: 5, minute: 15, second: 8))
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: 10, day: 8, hour: 5, minute: 21, second: 23))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 10, day: 9, hour: 5, minute: 15, second: 10))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)