Skip to content

Commit 93e54d9

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (124.0.20240214050244)
1 parent 63459d4 commit 93e54d9

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-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 = "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"
4+
let checksum = "c65aebd1f98d70bd7782aac3c392e94b308ffa5a415b08f1e85b2f3671bc6186"
5+
let version = "124.0.20240214050244"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240214050244/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
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"
9+
let focusChecksum = "40ae42ca0d58e6601306f3354f7a2157b1c3cc7eb72c851ffcbb77c86ffa1705"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240214050244/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
@@ -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: 13, hour: 5, minute: 22, second: 47))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 2, day: 14, hour: 5, minute: 19, second: 29))
2929
}
3030

3131
enum NimbusEvents {

swift-source/all/Generated/suggest.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,7 @@ public enum SuggestionProvider {
11331133
case yelp
11341134
case mdn
11351135
case weather
1136+
case ampMobile
11361137
}
11371138

11381139
public struct FfiConverterTypeSuggestionProvider: FfiConverterRustBuffer {
@@ -1156,6 +1157,8 @@ public struct FfiConverterTypeSuggestionProvider: FfiConverterRustBuffer {
11561157

11571158
case 7: return .weather
11581159

1160+
case 8: return .ampMobile
1161+
11591162
default: throw UniffiInternalError.unexpectedEnumCase
11601163
}
11611164
}
@@ -1191,6 +1194,10 @@ public struct FfiConverterTypeSuggestionProvider: FfiConverterRustBuffer {
11911194
case .weather:
11921195
writeInt(&buf, Int32(7))
11931196

1197+
1198+
case .ampMobile:
1199+
writeInt(&buf, Int32(8))
1200+
11941201
}
11951202
}
11961203
}

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: 2024, month: 2, day: 13, hour: 5, minute: 22, second: 50))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 2, day: 14, hour: 5, minute: 19, second: 32))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)