Skip to content

Commit

Permalink
Nightly auto-update (136.0.20250125050306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefox Sync Engineering committed Jan 25, 2025
1 parent 420e947 commit 63d8f97
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 = "7621849faf0069ee7a402e24e190355b57cad71f1f1224a9965c2d3001e328dd"
let version = "136.0.20250122050310"
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250122050310/artifacts/public/build/MozillaRustComponents.xcframework.zip"
let checksum = "82c205807867e5b05a2aa7770954fbb037a66e6684d2d91672253c39e16c5eab"
let version = "136.0.20250125050306"
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250125050306/artifacts/public/build/MozillaRustComponents.xcframework.zip"

// Focus xcframework
let focusChecksum = "deeb8d9811789c1dfab7d5b2a971143058b3459e0d9e8836f6182970f77925af"
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250122050310/artifacts/public/build/FocusRustComponents.xcframework.zip"
let focusChecksum = "2660aea3fbdf5ddc62179de69e356de04e330b243834f4d53886f61da474d046"
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250125050306/artifacts/public/build/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 @@ -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: 2025, month: 1, day: 22, hour: 5, minute: 15, second: 56))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 1, day: 25, hour: 5, minute: 12, second: 2))
}

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 @@ -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: 2025, month: 1, day: 22, hour: 5, minute: 15, second: 59))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 1, day: 25, hour: 5, minute: 12, second: 5))
}

enum NimbusEvents {
Expand Down

0 comments on commit 63d8f97

Please sign in to comment.