Skip to content

Commit ecb16d8

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (117.0.20230725050348)
1 parent 1b3420f commit ecb16d8

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 = "1d4e1da383df559070524cbd49c09aff70b4ab20c72fd7d82bb1ff89d30230a0"
5-
let version = "117.0.20230722050259"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.117.20230722050259/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "3a5aca35764de85c5abdd7b16f0092752b9844af723dc56322be9f170da7ed86"
5+
let version = "117.0.20230725050348"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.117.20230725050348/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "a35a112e247de1c88513adb0ff23e250808369ce01f83f65f731a6a85ad3f58b"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.117.20230722050259/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "6a1f6ca504558bfb33438bfce65b4cdb721dfca654ff1f8fa6743279f53f01c7"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.117.20230725050348/artifacts/public/build/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",
1313
platforms: [.iOS(.v11)],

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: 7, day: 22, hour: 5, minute: 15, second: 26))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 7, day: 25, hour: 5, minute: 16, second: 16))
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: 7, day: 22, hour: 5, minute: 15, second: 29))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 7, day: 25, hour: 5, minute: 16, second: 18))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)