Skip to content

Commit e4001f0

Browse files
Tarik EshaqFirefox Sync Engineering
andauthored
Cut release 118.0.0 (#124)
Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent ba14181 commit e4001f0

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 = "2bdf06be8047992eb8c96e75fbf82905cc5a0f3bb89806abd529a2312df4d1ac"
5-
let version = "118.0.20230819050344"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.118.20230819050344/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "e5e27c375a0302e44e0836261147622a5bbfb6f1100a5c9ca548855f7f78e448"
5+
let version = "118.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/118.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "a41e064c430caae6cdce58d49370a52271ecf5ebef54ec8ee2a3c95d6a0f2ce2"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.118.20230819050344/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "bf09eb4bf2450261789f43bedeeb7bf0c7a8cd6d3e157cc2200619bbb7908f1b"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/118.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: 8, day: 19, hour: 5, minute: 45, second: 21))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 8, day: 28, hour: 16, minute: 52, second: 30))
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: 8, day: 19, hour: 5, minute: 45, second: 24))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 8, day: 28, hour: 16, minute: 52, second: 33))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)