Skip to content

Commit dc2c101

Browse files
skhamisFirefox Sync Engineering
andauthored
Cut Release (140.0.0) (#160)
Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent 9d961c9 commit dc2c101

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 = "be89f7f9f7217b56aff17e7519a880814d0bbc1ed856dc5e4791719600a2a02b"
5-
let version = "140.0.20250523140405"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250523140405/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "723ec8889d71d1e30bb071fc6342b6224c77934e21e11c57f5df2e1e336406d0"
5+
let version = "140.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/140.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "6209d57a893b1e6f6d6d28ca5cc022d875ceb3eb97853cc1a120842b422068d3"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.140.20250523140405/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "345a21357a05ea6f7cdd8203ee49a0fde8e9c9e5b2897014a5d33da3243becb3"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/140.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: 2025, month: 5, day: 23, hour: 14, minute: 30, second: 56))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 5, day: 23, hour: 18, minute: 54, 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: 2025, month: 5, day: 23, hour: 14, minute: 30, second: 59))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 5, day: 23, hour: 18, minute: 54, second: 36))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)