Skip to content

Commit

Permalink
Nightly auto-update (135.0.20241217050327)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefox Sync Engineering committed Dec 17, 2024
1 parent 4be1ba3 commit d08f21c
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 = "006df383c8e8b4fa317d1004cf94ee38502f636dba6431120d244fd406e980af"
let version = "135.0.20241214050307"
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241214050307/artifacts/public/build/MozillaRustComponents.xcframework.zip"
let checksum = "27bb68abf03fb58b5fad04a3d2ba9a7b3d8b4d55132efebe066d1c127737dc38"
let version = "135.0.20241217050327"
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241217050327/artifacts/public/build/MozillaRustComponents.xcframework.zip"

// Focus xcframework
let focusChecksum = "a9d4d6f2d89aa497d17b6ee96170dad90008c3929d19b2ea29663c95abaa8c17"
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241214050307/artifacts/public/build/FocusRustComponents.xcframework.zip"
let focusChecksum = "b3c664a36af8d00377f42a045c68256e28679113ceebd0001c64c901fa3bfe33"
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241217050327/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: 2024, month: 12, day: 14, hour: 5, minute: 15, second: 19))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 17, hour: 5, minute: 22, second: 1))
}

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

enum NimbusEvents {
Expand Down

0 comments on commit d08f21c

Please sign in to comment.