Skip to content

Commit 277bcea

Browse files
authored
Merge pull request #149 from mozilla/cut-133.0
Cut v133.0.0
2 parents e891a64 + 164f5b5 commit 277bcea

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 = "39b3d06d4236fa79ffe860a0787ea850b5b40c71bf060aa76b5c18d70e08cb69"
5-
let version = "133.0.20241027050311"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241027050311/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "0cd6aaf46fd28716f9419160b62a7dd2c21bc31655d96121a7a45e83f630603c"
5+
let version = "133.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/133.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "37b9ef870c798f3ed5e1668c385ee5b00e5dedf7f63f533e04467730db4b9b41"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241027050311/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "8f8db34b3950edae740ef8a9fc045827dadb52da05197b5d0d96d6fb8e3f0dcd"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/133.0/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: 27, hour: 5, minute: 13, second: 18))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 10, day: 28, hour: 13, minute: 24, second: 47))
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: 10, day: 27, hour: 5, minute: 13, second: 21))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 10, day: 28, hour: 13, minute: 24, second: 49))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)