Skip to content

Commit cad407a

Browse files
Tarik EshaqFirefox Sync Engineering
andauthored
Nightly auto-update (119.0.0) (#125)
Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent a703fa5 commit cad407a

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 = "3207be127f200865dd61b9954062b7709fdca521d53ae5f4b39540a55e892566"
5-
let version = "119.0.20230923050305"
6-
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"
4+
let checksum = "81c4c5010253f6d6c38c449558ee8d55bb7e1501e6381c4fe58eacb99011acb3"
5+
let version = "119.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/119.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "5ce17ff7b81c475c28ab83e54313f69b87086aae4235f46278fd90f079cc366a"
10-
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"
9+
let focusChecksum = "6f355d933282b669e0b7efffd316b01212d6e3a412ec83caa56c92cdc7525e1f"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/119.0/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
@@ -25,7 +25,7 @@ extension GleanMetrics {
2525
// Intentionally left private, no external user can instantiate a new global object.
2626
}
2727

28-
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))
28+
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))
2929
}
3030

3131
enum NimbusEvents {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extension GleanMetrics {
2525
// Intentionally left private, no external user can instantiate a new global object.
2626
}
2727

28-
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))
28+
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))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)