Skip to content

Commit 90a4bb3

Browse files
github-actions[bot]Firefox Sync Engineering
andauthored
Auto update with latest AS Release v96.1.3 (#87)
* Updates Package.swift with v96.1.3 release * Version 96.1.3 Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent 1d17b24 commit 90a4bb3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// swift-tools-version:5.4
22
import PackageDescription
33

4-
let checksum = "41ba527fd413d4b9d2eb67662ee42c5fd07cd9946b0cf792166500e8bd48f619"
5-
let version = "v96.1.2"
4+
let checksum = "b42cd884d8c57c02b64204d6731cd45db8f096646bfb7049f5e3b9e3ad9e20de"
5+
let version = "v96.1.3"
66
let url = "https://github.com/mozilla/application-services/releases/download/\(version)/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "66048eec08f6e777f36ca8f1536450743b0ff98cf2e0ed992751b67a3c64620f"
9+
let focusChecksum = "0e8c020c23fda4b7ddc9d5b92aab7f0e4ed063b597024daa6aeac86814097271"
1010
let focusUrl = "https://github.com/mozilla/application-services/releases/download/\(version)/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",

swift-source/all/Generated/Metrics/Metrics.swift

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

29-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2022, month: 12, day: 8, hour: 14, minute: 47, second: 59))
29+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2022, month: 12, day: 9, hour: 2, minute: 56, second: 38))
3030
}
3131

3232
enum NimbusEvents {

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

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

29-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2022, month: 12, day: 8, hour: 14, minute: 51, second: 10))
29+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2022, month: 12, day: 9, hour: 3, minute: 0, second: 27))
3030
}
3131

3232
enum NimbusEvents {

0 commit comments

Comments
 (0)