Skip to content

Commit 538393b

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (119.0.20230919050304)
1 parent 2a43c2b commit 538393b

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

88
// Focus xcframework
9-
let focusChecksum = "d73ca5c90f5c935bb14522a820081918d4fd94a2eba74c3a01114cf501c67e5d"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230916050403/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "5ab7b6c90366a07c61901e41a95d1017b11cb48092f27a7a3802599f9caeeae4"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230919050304/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: 16, hour: 5, minute: 26, second: 26))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 19, hour: 5, minute: 25, second: 31))
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: 16, hour: 5, minute: 26, second: 29))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 19, hour: 5, minute: 25, second: 34))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)