Skip to content

Commit 1b70f8b

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (129.0.20240629050339)
1 parent 60d993c commit 1b70f8b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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 = "3a4f12fdbbf26e25b93b7b8d0935c433111c2efd1031cd5a50d42a2070c9571e"
5-
let version = "129.0.20240628050251"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240628050251/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "556d054590809fd8ec64753297a63835c3258fd000e3acfa0a2aea7092dddd18"
5+
let version = "129.0.20240629050339"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240629050339/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "991a9f1dbe880db4e47a44240a139ac9cec744dfd23a2d99426f2c92befacb4d"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240628050251/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "32a6d68bc8335578754c67e38f8133f48d7661b9d339b2f42b9d76085070d384"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240629050339/artifacts/public/build/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",
1313
platforms: [.iOS(.v14)],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 6, day: 28, hour: 5, minute: 19, second: 12))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 29, hour: 5, minute: 14, second: 22))
2727
}
2828

2929
enum NimbusEvents {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 6, day: 28, hour: 5, minute: 19, second: 14))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 29, hour: 5, minute: 14, second: 24))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)