Skip to content

Commit b346645

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (119.0.20230909050343)
1 parent 1d515b0 commit b346645

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 = "815c421bb22da4d5ed9b080d91747b3774a1d51f8a7eaac8cfa027f145a74be9"
5-
let version = "119.0.20230908050330"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230908050330/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "43f9aee9eb1143bb9c7689013de9914c7c9f80dbf1a4b160f46ce35484b7e4dc"
5+
let version = "119.0.20230909050343"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230909050343/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "958ea30036042c4f5dd370953c26486d3e55d03eb27e3f3b2db5e17a28a1a248"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230908050330/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "b151d5bbe8e4b8db8a15cc7349b8754cb5c9d386609c7c779d112fad29979ccd"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230909050343/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
@@ -25,7 +25,7 @@ extension GleanMetrics {
2525
// Intentionally left private, no external user can instantiate a new global object.
2626
}
2727

28-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 8, hour: 5, minute: 16, second: 8))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 9, hour: 5, minute: 30, second: 10))
2929
}
3030

3131
enum NimbusEvents {

swift-source/focus/Generated/Metrics/Metrics.swift

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

28-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 8, hour: 5, minute: 16, second: 11))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 9, hour: 5, minute: 30, second: 13))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)