Skip to content

Commit 69b1771

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (117.0.20230720050311)
1 parent 17ee996 commit 69b1771

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 = "b7c337da3b72114a57de34fcc62ea5c381d2c29bff4d27ec7778398585123a59"
5-
let version = "117.0.20230718182529"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.117.20230718182529/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "067c58900075613ac66062447526b1f2fcd998bb10b1ec7698c5832c1ca187d5"
5+
let version = "117.0.20230720050311"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.117.20230720050311/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "7eff556168f3d4f2ca324acb5755e34e5e9266cdc6417eba5cf60abb2d4ed0ff"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.117.20230718182529/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "b95971644df28b1bb5bb32268a4cb56953ecf19e83976e18eddb8939a948d904"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.117.20230720050311/artifacts/public/build/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",
1313
platforms: [.iOS(.v11)],

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: 7, day: 18, hour: 19, minute: 4, second: 0))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 7, day: 20, hour: 5, minute: 14, second: 45))
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: 7, day: 18, hour: 19, minute: 4, second: 3))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 7, day: 20, hour: 5, minute: 14, second: 48))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)