Skip to content

Commit 6a92859

Browse files
skhamisFirefox Sync Engineering
andauthored
Nightly auto-update (130.0.0) (#145)
Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent 4450df6 commit 6a92859

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 = "4f80bba196f6b83cb81f1bf299a7c4ba27ed0251f7a8e8a463e061b3ef4f78c8"
5-
let version = "130.0.20240802050337"
6-
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"
4+
let checksum = "30663bad1718ba8cc90827787b4ca48ef5810da9b244674859ff5cc394674ac8"
5+
let version = "130.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/130.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "964d8dd6a3a90acaf43656aeaab061128a4f6c6ba33d8b16bd8d4742f23df8bc"
10-
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"
9+
let focusChecksum = "7836ceb7e11ff30177f2b90f7b40586ca304407a90912ca54ccaa8297537c527"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/130.0/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 v14.4.0. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v14.5.1. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -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: 2024, month: 8, day: 2, hour: 5, minute: 15, second: 39))
26+
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))
2727
}
2828

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

55
#if canImport(Foundation)
66
import Foundation
@@ -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: 2024, month: 8, day: 2, hour: 5, minute: 15, second: 42))
26+
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))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)