Skip to content

Commit dae8125

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (135.0.20241218050255)
1 parent d08f21c commit dae8125

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

88
// Focus xcframework
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"
9+
let focusChecksum = "5f2c678a8f3ec282d022ed679e0a801bddfc82cfeb688773ef8581b7901da9b7"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241218050255/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: 17, hour: 5, minute: 22, second: 1))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 18, hour: 5, minute: 13, second: 27))
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: 17, hour: 5, minute: 22, second: 3))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 18, hour: 5, minute: 13, second: 29))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)