Skip to content

Commit 63459d4

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (124.0.20240213050313)
1 parent 3f53699 commit 63459d4

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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 = "42ec115e95032189178f76a501f862537ce73633b3c939efa040a5365868de73"
5-
let version = "124.0.20240210050349"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240210050349/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "d14d3213f9d53c42c3906d421beb1e3140330c9e73d3affa06f2e0ecad154e2f"
5+
let version = "124.0.20240213050313"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240213050313/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "2a5bc9fd2867008dbc47d68d30b23782e447b75f6a5883ed7cb4d9819315a3c3"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240210050349/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "6917ec4aa68ca37262247be39f48f1c4c37c78f35e90c31788a0a57218724c1b"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240213050313/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- mode: Swift -*-
22

3-
// AUTOGENERATED BY glean_parser v11.0.1. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v11.1.0. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -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: 2024, month: 2, day: 10, hour: 5, minute: 15, second: 42))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 2, day: 13, hour: 5, minute: 22, second: 47))
2929
}
3030

3131
enum NimbusEvents {

swift-source/all/Generated/suggest.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ public enum Suggestion {
962962
case pocket(title: String, url: String, score: Double, isTopPick: Bool)
963963
case wikipedia(title: String, url: String, icon: [UInt8]?, fullKeyword: String)
964964
case amo(title: String, url: String, iconUrl: String, description: String, rating: String?, numberOfRatings: Int64, guid: String, score: Double)
965-
case yelp(url: String, title: String, isTopPick: Bool, icon: [UInt8]?)
965+
case yelp(url: String, title: String, subjectExactMatch: Bool, icon: [UInt8]?)
966966
case mdn(title: String, url: String, description: String, score: Double)
967967
case weather(score: Double)
968968
}
@@ -1017,7 +1017,7 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
10171017
case 5: return .yelp(
10181018
url: try FfiConverterString.read(from: &buf),
10191019
title: try FfiConverterString.read(from: &buf),
1020-
isTopPick: try FfiConverterBool.read(from: &buf),
1020+
subjectExactMatch: try FfiConverterBool.read(from: &buf),
10211021
icon: try FfiConverterOptionSequenceUInt8.read(from: &buf)
10221022
)
10231023

@@ -1084,11 +1084,11 @@ public struct FfiConverterTypeSuggestion: FfiConverterRustBuffer {
10841084
FfiConverterDouble.write(score, into: &buf)
10851085

10861086

1087-
case let .yelp(url,title,isTopPick,icon):
1087+
case let .yelp(url,title,subjectExactMatch,icon):
10881088
writeInt(&buf, Int32(5))
10891089
FfiConverterString.write(url, into: &buf)
10901090
FfiConverterString.write(title, into: &buf)
1091-
FfiConverterBool.write(isTopPick, into: &buf)
1091+
FfiConverterBool.write(subjectExactMatch, into: &buf)
10921092
FfiConverterOptionSequenceUInt8.write(icon, into: &buf)
10931093

10941094

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- mode: Swift -*-
22

3-
// AUTOGENERATED BY glean_parser v11.0.1. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v11.1.0. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -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: 2024, month: 2, day: 10, hour: 5, minute: 15, second: 45))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 2, day: 13, hour: 5, minute: 22, second: 50))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)