Skip to content

Commit facd91b

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (130.0.20240710050321)
1 parent 370f597 commit facd91b

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 = "59ce35d6a4b743c14bcafd740c617580fe7477717e8c8fce5c47732ae7100771"
5-
let version = "130.0.20240709050338"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.130.20240709050338/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "c36fa9278c98e8c1cd6b408081c0b385950bae966e26d41eba1a845c6735db20"
5+
let version = "130.0.20240710050321"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.130.20240710050321/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "a5d46e159980e8ca429fde7d386cef76f75f8ca82745f898f40a459a5b50d8ac"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.130.20240709050338/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "cea298c41632844aed72316ab3e078349158f7736010b676dc3dce7145315cfe"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.130.20240710050321/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: 7, day: 9, hour: 5, minute: 21, second: 24))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 7, day: 10, hour: 5, minute: 13, second: 59))
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: 7, day: 9, hour: 5, minute: 21, second: 27))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 7, day: 10, hour: 5, minute: 14, second: 1))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)