Skip to content

Commit

Permalink
Merge pull request #126 from mozilla/cut-120.0.0
Browse files Browse the repository at this point in the history
Nightly auto-update (120.0.0)
  • Loading branch information
bendk authored Oct 23, 2023
2 parents b0f13d7 + eb2a772 commit 3696eda
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 = "42cbf2b7abbfee8910d554a4f05de8ac53e0d923277b716c29e1e36189ccaf62"
let version = "120.0.20231019050252"
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.120.20231019050252/artifacts/public/build/MozillaRustComponents.xcframework.zip"
let checksum = "9d8795879e7125ab28318fde989b710a0bdfc32e7fcc99e7eaa6e32e107f2935"
let version = "120.0.0"
let url = "https://archive.mozilla.org/pub/app-services/releases/120.0/MozillaRustComponents.xcframework.zip"

// Focus xcframework
let focusChecksum = "acdec2877e10b16c9fc13d2f172661ade8ecca8e4ca8a71a7eca301616ad3474"
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.120.20231019050252/artifacts/public/build/FocusRustComponents.xcframework.zip"
let focusChecksum = "f71e57a29cdaa87ba39de0e42e20d4d6b98c0417c1eb1e8ab40354c080331963"
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/120.0/FocusRustComponents.xcframework.zip"
let package = Package(
name: "MozillaRustComponentsSwift",
platforms: [.iOS(.v14)],
Expand Down
2 changes: 1 addition & 1 deletion swift-source/all/Generated/Metrics/Metrics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2023, month: 10, day: 19, hour: 5, minute: 23, second: 12))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 10, day: 23, hour: 15, minute: 8, second: 10))
}

enum NimbusEvents {
Expand Down
2 changes: 1 addition & 1 deletion swift-source/focus/Generated/Metrics/Metrics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2023, month: 10, day: 19, hour: 5, minute: 23, second: 15))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 10, day: 23, hour: 15, minute: 8, second: 13))
}

enum NimbusEvents {
Expand Down

0 comments on commit 3696eda

Please sign in to comment.