Skip to content

Commit c3bbe0c

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (127.0.20240511050241)
1 parent cadf075 commit c3bbe0c

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 = "0beca475e38cc547e49fe4c6ac77f03bf6c3289d27bc9479b37a8db953643fe6"
5-
let version = "127.0.20240510050250"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.127.20240510050250/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "0b8f8a9a0d6812cb113c5a9e27aab22fc5d93bea2fc9857fb11fee2423b6e816"
5+
let version = "127.0.20240511050241"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.127.20240511050241/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "339e0ec09374b8a9f2888abdf682c2d995708dcfb68803277bce40b790accfd9"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.127.20240510050250/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "8ba1c8b719c0eb978bd27258e2b4f82bb09e87eb0098f7bafad752d99a5ef6f9"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.127.20240511050241/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: 5, day: 10, hour: 5, minute: 18, second: 25))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 5, day: 11, hour: 5, minute: 20, second: 1))
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: 5, day: 10, hour: 5, minute: 18, second: 27))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 5, day: 11, hour: 5, minute: 20, second: 3))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)