Skip to content

Commit fffcac5

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (119.0.20230903050308)
1 parent 9b8aaf3 commit fffcac5

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 = "cd863a407fe03fc13a9dd508d073630fd35b69fddc721c0674f2fb364f39d5d1"
5-
let version = "119.0.20230901050305"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230901050305/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "8ed3bb10023aa81415355fa79f2187aa2e96578aa9e53637a33ad9e39d74b877"
5+
let version = "119.0.20230903050308"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230903050308/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "fb5adb7b6675062e2fe86b93ed5b4cb87b6f5e8ad332979a15ea5a19acf286d4"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230901050305/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "4bb70a09b20dc6a0b3b9e7a3491344f6b7614af99d5599274bd28ae654c332d5"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230903050308/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: 1, hour: 5, minute: 15, second: 25))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 3, hour: 5, minute: 15, second: 33))
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: 1, hour: 5, minute: 15, second: 28))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 3, hour: 5, minute: 15, second: 36))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)