Skip to content

Commit d08f21c

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (135.0.20241217050327)
1 parent 4be1ba3 commit d08f21c

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 = "006df383c8e8b4fa317d1004cf94ee38502f636dba6431120d244fd406e980af"
5-
let version = "135.0.20241214050307"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241214050307/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "27bb68abf03fb58b5fad04a3d2ba9a7b3d8b4d55132efebe066d1c127737dc38"
5+
let version = "135.0.20241217050327"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241217050327/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

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

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 14, hour: 5, minute: 15, second: 19))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 17, hour: 5, minute: 22, second: 1))
2727
}
2828

2929
enum NimbusEvents {

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

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

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 14, hour: 5, minute: 15, second: 22))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 17, hour: 5, minute: 22, second: 3))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)