Skip to content

Commit 610d1e3

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (134.0.20241122050253)
1 parent 57669e4 commit 610d1e3

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
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 = "81b8109f45c76d6a8169d46d39c6c66f7113ce1946fc801ae89945bcc9749f08"
5-
let version = "134.0.20241121050227"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241121050227/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "28a5e134935a06b4ba20bbc95ed201ab863e603dd1e291b943e88d1db1c1deab"
5+
let version = "134.0.20241122050253"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241122050253/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "102d41fe081a4f0cb3b1809d10313bc2707e5f60549358c236caa846a76cdef0"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241121050227/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "bffd6e54406290e3eff067c143e2afc6915128023d5d1c14df5cc3aabad0fb49"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241122050253/artifacts/public/build/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
@@ -23,7 +23,7 @@ extension GleanMetrics {
2323
// Intentionally left private, no external user can instantiate a new global object.
2424
}
2525

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 21, hour: 5, minute: 19, second: 13))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 22, hour: 5, minute: 12, second: 58))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/suggest.swift

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,11 @@ public protocol SuggestStoreProtocol : AnyObject {
615615
* since city and region names are not unique. `filter` is disjunctive: If
616616
* any item in `filter` matches a geoname, the geoname will be filtered in.
617617
*
618-
* The query can match a geoname in more than one way, for example both a
619-
* full name and an abbreviation. The returned vec of [`GeonameMatch`]
620-
* values will include all matches for a geoname, one match per geoname.
618+
* The query can match a single geoname in more than one way. For example,
619+
* it can match both a full name and an abbreviation. The returned vec of
620+
* [`GeonameMatch`] values will include all matches for a geoname, one
621+
* match per `match_type` per geoname. In other words, a matched geoname
622+
* can map to more than one `GeonameMatch`.
621623
*/
622624
func fetchGeonames(query: String, matchNamePrefix: Bool, geonameType: GeonameType?, filter: [Geoname]?) throws -> [GeonameMatch]
623625

@@ -799,9 +801,11 @@ open func dismissSuggestion(suggestionUrl: String)throws {try rustCallWithError
799801
* since city and region names are not unique. `filter` is disjunctive: If
800802
* any item in `filter` matches a geoname, the geoname will be filtered in.
801803
*
802-
* The query can match a geoname in more than one way, for example both a
803-
* full name and an abbreviation. The returned vec of [`GeonameMatch`]
804-
* values will include all matches for a geoname, one match per geoname.
804+
* The query can match a single geoname in more than one way. For example,
805+
* it can match both a full name and an abbreviation. The returned vec of
806+
* [`GeonameMatch`] values will include all matches for a geoname, one
807+
* match per `match_type` per geoname. In other words, a matched geoname
808+
* can map to more than one `GeonameMatch`.
805809
*/
806810
open func fetchGeonames(query: String, matchNamePrefix: Bool, geonameType: GeonameType?, filter: [Geoname]?)throws -> [GeonameMatch] {
807811
return try FfiConverterSequenceTypeGeonameMatch.lift(try rustCallWithError(FfiConverterTypeSuggestApiError.lift) {
@@ -3133,7 +3137,7 @@ private var initializationResult: InitializationResult = {
31333137
if (uniffi_suggest_checksum_method_suggeststore_dismiss_suggestion() != 43014) {
31343138
return InitializationResult.apiChecksumMismatch
31353139
}
3136-
if (uniffi_suggest_checksum_method_suggeststore_fetch_geonames() != 53694) {
3140+
if (uniffi_suggest_checksum_method_suggeststore_fetch_geonames() != 22569) {
31373141
return InitializationResult.apiChecksumMismatch
31383142
}
31393143
if (uniffi_suggest_checksum_method_suggeststore_fetch_global_config() != 45439) {

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

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

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 21, hour: 5, minute: 19, second: 16))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 22, hour: 5, minute: 13, second: 0))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)