Skip to content

Commit

Permalink
Nightly auto-update (130.0.0) (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: Firefox Sync Engineering <[email protected]>
  • Loading branch information
skhamis and Firefox Sync Engineering authored Aug 6, 2024
1 parent 4450df6 commit 6a92859
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 = "4f80bba196f6b83cb81f1bf299a7c4ba27ed0251f7a8e8a463e061b3ef4f78c8"
let version = "130.0.20240802050337"
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.130.20240802050337/artifacts/public/build/MozillaRustComponents.xcframework.zip"
let checksum = "30663bad1718ba8cc90827787b4ca48ef5810da9b244674859ff5cc394674ac8"
let version = "130.0.0"
let url = "https://archive.mozilla.org/pub/app-services/releases/130.0/MozillaRustComponents.xcframework.zip"

// Focus xcframework
let focusChecksum = "964d8dd6a3a90acaf43656aeaab061128a4f6c6ba33d8b16bd8d4742f23df8bc"
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.130.20240802050337/artifacts/public/build/FocusRustComponents.xcframework.zip"
let focusChecksum = "7836ceb7e11ff30177f2b90f7b40586ca304407a90912ca54ccaa8297537c527"
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/130.0/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 v14.4.0. DO NOT EDIT. DO NOT COMMIT.
// AUTOGENERATED BY glean_parser v14.5.1. DO NOT EDIT. DO NOT COMMIT.

#if canImport(Foundation)
import Foundation
Expand All @@ -23,7 +23,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: 8, day: 2, hour: 5, minute: 15, second: 39))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 8, day: 6, hour: 0, minute: 30, second: 7))
}

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 v14.4.0. DO NOT EDIT. DO NOT COMMIT.
// AUTOGENERATED BY glean_parser v14.5.1. DO NOT EDIT. DO NOT COMMIT.

#if canImport(Foundation)
import Foundation
Expand All @@ -23,7 +23,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: 8, day: 2, hour: 5, minute: 15, second: 42))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 8, day: 6, hour: 0, minute: 30, second: 9))
}

enum NimbusEvents {
Expand Down

0 comments on commit 6a92859

Please sign in to comment.