Skip to content

Commit 2d39195

Browse files
authored
Merge pull request #138 from mozilla/cut-125.0.1
Cut 125.0.1
2 parents 4e829a1 + 948a221 commit 2d39195

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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 = "fb43333c452d10843405dcf10ef16e5705142a2ccc3d950bb1b65a9dcf134f0d"
5-
let version = "125.0.0"
6-
let url = "https://archive.mozilla.org/pub/app-services/releases/125.0/MozillaRustComponents.xcframework.zip"
4+
let checksum = "2b9027b333ffc6e8f020931bd7b430936937656de04a5c56bf36509ecd1e3e51"
5+
let version = "125.0.1"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/125.0.1/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "bdc3e73aadf82b2409b718da7295e7440dc02df6a0fab908e5b707de7bd5dbb1"
10-
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/125.0/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "feb40edd725ee76e1e9a1b420a5cb20767a6ce790cbd103f988fa672b96ce219"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/125.0.1/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",
1313
platforms: [.iOS(.v14)],

swift-source/all/Generated/Metrics/Metrics.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- mode: Swift -*-
22

3-
// AUTOGENERATED BY glean_parser v13.0.0. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v13.0.1. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -25,7 +25,7 @@ extension GleanMetrics {
2525
// Intentionally left private, no external user can instantiate a new global object.
2626
}
2727

28-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 3, day: 18, hour: 14, minute: 28, second: 44))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 3, day: 28, hour: 23, minute: 4, second: 51))
2929
}
3030

3131
enum NimbusEvents {

swift-source/focus/Generated/Metrics/Metrics.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- mode: Swift -*-
22

3-
// AUTOGENERATED BY glean_parser v13.0.0. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v13.0.1. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -25,7 +25,7 @@ extension GleanMetrics {
2525
// Intentionally left private, no external user can instantiate a new global object.
2626
}
2727

28-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 3, day: 18, hour: 14, minute: 28, second: 48))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 3, day: 28, hour: 23, minute: 4, second: 53))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)