Skip to content

Commit

Permalink
Nightly auto-update (119.0.0) (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Firefox Sync Engineering <[email protected]>
  • Loading branch information
Tarik Eshaq and Firefox Sync Engineering authored Sep 25, 2023
1 parent a703fa5 commit cad407a
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 = "3207be127f200865dd61b9954062b7709fdca521d53ae5f4b39540a55e892566"
let version = "119.0.20230923050305"
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230923050305/artifacts/public/build/MozillaRustComponents.xcframework.zip"
let checksum = "81c4c5010253f6d6c38c449558ee8d55bb7e1501e6381c4fe58eacb99011acb3"
let version = "119.0.0"
let url = "https://archive.mozilla.org/pub/app-services/releases/119.0/MozillaRustComponents.xcframework.zip"

// Focus xcframework
let focusChecksum = "5ce17ff7b81c475c28ab83e54313f69b87086aae4235f46278fd90f079cc366a"
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.119.20230923050305/artifacts/public/build/FocusRustComponents.xcframework.zip"
let focusChecksum = "6f355d933282b669e0b7efffd316b01212d6e3a412ec83caa56c92cdc7525e1f"
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/119.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 @@ -25,7 +25,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: 2023, month: 9, day: 23, hour: 5, minute: 19, second: 15))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 25, hour: 14, minute: 22, second: 46))
}

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 @@ -25,7 +25,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: 2023, month: 9, day: 23, hour: 5, minute: 19, second: 18))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 9, day: 25, hour: 14, minute: 22, second: 49))
}

enum NimbusEvents {
Expand Down

0 comments on commit cad407a

Please sign in to comment.