Skip to content

Commit

Permalink
Auto update with latest AS Release v93.2.1 (#60)
Browse files Browse the repository at this point in the history
* Updates Package.swift with v93.2.1 release

* Version 93.2.1

Co-authored-by: Firefox Sync Engineering <sync-team@mozilla.com>
  • Loading branch information
github-actions[bot] and Firefox Sync Engineering authored May 26, 2022
1 parent a258e46 commit 4f949c9
Show file tree
Hide file tree
Showing 22 changed files with 4,677 additions and 3,793 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// swift-tools-version:5.4
import PackageDescription

let checksum = "8df6c1aeb572c5efbf792b58dbe1fc4dab31672d83be2cf41c5339ef4b1680c8"
let version = "v93.2.0"
let checksum = "ce42430c1f7150219ba4a37bd2e1565e80ec0b8befe807d5ecddc3a650a76629"
let version = "v93.2.1"
let url = "https://github.com/mozilla/application-services/releases/download/\(version)/MozillaRustComponents.xcframework.zip"

// Focus xcframework
let focusChecksum = "2c9fbc8086c124a9256eb921290a605ec7de5e865e3cd1af6df7779662f0683a"
let focusChecksum = "979ce87a0552c6de1e22f48a77565e8c1c8cf3779ca0f662a27e199f5c47ec3f"
let focusUrl = "https://github.com/mozilla/application-services/releases/download/\(version)/FocusRustComponents.xcframework.zip"
let package = Package(
name: "MozillaRustComponentsSwift",
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 @@ -22,7 +22,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: 2022, month: 5, day: 12, hour: 3, minute: 17, second: 47))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2022, month: 5, day: 26, hour: 15, minute: 8, second: 49))
}

enum NimbusEvents {
Expand Down
Loading

0 comments on commit 4f949c9

Please sign in to comment.