Skip to content

Commit df3799d

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (133.0.20241018050312)
1 parent 3901044 commit df3799d

26 files changed

+10183
-5914
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 = "9b3a1ed60c9de5f02dc6d393ca357e587c78c1755ec4d8a1fab4c6d7bcb82d89"
5-
let version = "133.0.20241012050320"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241012050320/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "3e0e916318e9ac8957f27a015db5d504d3ea36da78c2ee26961ed1673871265a"
5+
let version = "133.0.20241018050312"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241018050312/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "a22cd447e3c557ca40acd2bea306bead7415a66f98717bb9f1de557436e84553"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241012050320/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "ae8b286f578067339741c59f6ece6572af6377b3e1aab00c695e4795429b5231"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241018050312/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: 10, day: 12, hour: 5, minute: 12, second: 32))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 10, day: 18, hour: 5, minute: 14, second: 9))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)