Skip to content

Commit 75bd639

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (119.0.20230912050246)
1 parent b346645 commit 75bd639

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

88
// Focus xcframework
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"
9+
let focusChecksum = "4219398fc6e45532d94f65f16b4d36e269c6c1c8a0f49dd8cff4cf0e9bad13a6"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230912050246/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: 9, hour: 5, minute: 30, second: 10))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 12, hour: 5, minute: 22, second: 59))
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: 9, hour: 5, minute: 30, second: 13))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 12, hour: 5, minute: 23, second: 2))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)