Skip to content

Commit 189fd9d

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (135.0.20241127050243)
1 parent d02afd8 commit 189fd9d

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

88
// Focus xcframework
9-
let focusChecksum = "72564e63f8291e122786fa77fcd2a267df966cf0f5295cbb6f35d2852c24d59c"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241125162628/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "c9f24759f2f94a32dd0bc0042b0d15518019d61210294393a90fccea7f27fd1f"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241127050243/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: 11, day: 25, hour: 16, minute: 36, second: 17))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 27, hour: 5, minute: 12, second: 54))
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: 11, day: 25, hour: 16, minute: 36, second: 20))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 27, hour: 5, minute: 12, second: 56))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)