Skip to content

Commit 58f2912

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (135.0.20241221050300)
1 parent dae8125 commit 58f2912

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

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)