Skip to content

Commit

Permalink
Merge pull request #138 from mozilla/cut-125.0.1
Browse files Browse the repository at this point in the history
Cut 125.0.1
  • Loading branch information
bendk authored Mar 29, 2024
2 parents 4e829a1 + 948a221 commit 2d39195
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// swift-tools-version:5.4
import PackageDescription

let checksum = "fb43333c452d10843405dcf10ef16e5705142a2ccc3d950bb1b65a9dcf134f0d"
let version = "125.0.0"
let url = "https://archive.mozilla.org/pub/app-services/releases/125.0/MozillaRustComponents.xcframework.zip"
let checksum = "2b9027b333ffc6e8f020931bd7b430936937656de04a5c56bf36509ecd1e3e51"
let version = "125.0.1"
let url = "https://archive.mozilla.org/pub/app-services/releases/125.0.1/MozillaRustComponents.xcframework.zip"

// Focus xcframework
let focusChecksum = "bdc3e73aadf82b2409b718da7295e7440dc02df6a0fab908e5b707de7bd5dbb1"
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/125.0/FocusRustComponents.xcframework.zip"
let focusChecksum = "feb40edd725ee76e1e9a1b420a5cb20767a6ce790cbd103f988fa672b96ce219"
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/125.0.1/FocusRustComponents.xcframework.zip"
let package = Package(
name: "MozillaRustComponentsSwift",
platforms: [.iOS(.v14)],
Expand Down
4 changes: 2 additions & 2 deletions swift-source/all/Generated/Metrics/Metrics.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -*- mode: Swift -*-

// AUTOGENERATED BY glean_parser v13.0.0. DO NOT EDIT. DO NOT COMMIT.
// AUTOGENERATED BY glean_parser v13.0.1. DO NOT EDIT. DO NOT COMMIT.

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

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))
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))
}

enum NimbusEvents {
Expand Down
4 changes: 2 additions & 2 deletions swift-source/focus/Generated/Metrics/Metrics.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -*- mode: Swift -*-

// AUTOGENERATED BY glean_parser v13.0.0. DO NOT EDIT. DO NOT COMMIT.
// AUTOGENERATED BY glean_parser v13.0.1. DO NOT EDIT. DO NOT COMMIT.

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

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))
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))
}

enum NimbusEvents {
Expand Down

0 comments on commit 2d39195

Please sign in to comment.