Skip to content

Commit

Permalink
Nightly auto-update (129.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefox Sync Engineering authored and linabutler committed Jul 8, 2024
1 parent e82b9ec commit 263c76e
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 = "9569c93603aa417ef7dc2301f40ce3c0a99b833efece83f13a22790fcf7b66d9"
let version = "129.0.20240704050322"
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240704050322/artifacts/public/build/MozillaRustComponents.xcframework.zip"
let checksum = "995eda9c1134a0587793e9d934a4a773b191292fbe784146936a5d0f03209316"
let version = "129.0.0"
let url = "https://archive.mozilla.org/pub/app-services/releases/129.0/MozillaRustComponents.xcframework.zip"

// Focus xcframework
let focusChecksum = "76a1aaaabac5bb81e579306d63aa4c35f22f711f9f5ffa8fc7eaebd183e6e960"
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240704050322/artifacts/public/build/FocusRustComponents.xcframework.zip"
let focusChecksum = "e44e4760b2e65203f4679b9789a2fd9d128ea619342a4f1ed0bcc9fd0653ce33"
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/129.0/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: 7, day: 4, hour: 5, minute: 21, second: 29))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 7, day: 8, hour: 13, minute: 28, second: 51))
}

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: 7, day: 4, hour: 5, minute: 21, second: 32))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 7, day: 8, hour: 13, minute: 28, second: 53))
}

enum NimbusEvents {
Expand Down

0 comments on commit 263c76e

Please sign in to comment.