Skip to content

Commit 72548b0

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (134.0.20241116050309)
1 parent d2865ce commit 72548b0

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

88
// Focus xcframework
9-
let focusChecksum = "3884e8f1a34ff572681280749946de5aebf0881ed92c11afcdf39a6aa9f2eacd"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241115050325/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "343b226297c57e3197b76100190ee48d74bc40d00e15a46697b8a3bb823ee5d1"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241116050309/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: 15, hour: 5, minute: 18, second: 36))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 16, hour: 5, minute: 18, second: 18))
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: 15, hour: 5, minute: 18, second: 38))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 16, hour: 5, minute: 18, second: 20))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)