Skip to content

Commit 948a221

Browse files
Firefox Sync Engineeringbendk
authored andcommitted
Nightly auto-update (125.0.1)
1 parent eabf8df commit 948a221

File tree

5 files changed

+9
-44
lines changed

5 files changed

+9
-44
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 = "936190f0d45ef645181b81af72cb81c5342e22831bdca7f6dcb29ca39c81b471"
5-
let version = "126.0.20240327050322"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240327050322/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "2b9027b333ffc6e8f020931bd7b430936937656de04a5c56bf36509ecd1e3e51"
5+
let version = "125.0.1"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/125.0.1/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "4f807882bb9a0bb751bffb2a257bd73c2225f6ff35013121e52195bcaba38ecb"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240327050322/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "feb40edd725ee76e1e9a1b420a5cb20767a6ce790cbd103f988fa672b96ce219"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/125.0.1/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 v13.0.0. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v13.0.1. 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: 3, day: 27, hour: 5, minute: 21, second: 12))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 3, day: 28, hour: 23, minute: 4, second: 51))
2929
}
3030

3131
enum NimbusEvents {

swift-source/all/Generated/suggest.swift

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,6 @@ fileprivate struct FfiConverterString: FfiConverter {
424424

425425
public protocol SuggestStoreProtocol {
426426
func clear() throws
427-
func clearDismissedSuggestions() throws
428-
func dismissSuggestion(rawSuggestionUrl: String) throws
429427
func fetchGlobalConfig() throws -> SuggestGlobalConfig
430428
func fetchProviderConfig(provider: SuggestionProvider) throws -> SuggestProviderConfig?
431429
func ingest(constraints: SuggestIngestionConstraints) throws
@@ -468,23 +466,6 @@ public class SuggestStore: SuggestStoreProtocol {
468466
}
469467
}
470468

471-
public func clearDismissedSuggestions() throws {
472-
try
473-
rustCallWithError(FfiConverterTypeSuggestApiError.lift) {
474-
uniffi_suggest_fn_method_suggeststore_clear_dismissed_suggestions(self.pointer, $0
475-
)
476-
}
477-
}
478-
479-
public func dismissSuggestion(rawSuggestionUrl: String) throws {
480-
try
481-
rustCallWithError(FfiConverterTypeSuggestApiError.lift) {
482-
uniffi_suggest_fn_method_suggeststore_dismiss_suggestion(self.pointer,
483-
FfiConverterString.lower(rawSuggestionUrl),$0
484-
)
485-
}
486-
}
487-
488469
public func fetchGlobalConfig() throws -> SuggestGlobalConfig {
489470
return try FfiConverterTypeSuggestGlobalConfig.lift(
490471
try
@@ -1501,12 +1482,6 @@ private var initializationResult: InitializationResult {
15011482
if (uniffi_suggest_checksum_method_suggeststore_clear() != 23581) {
15021483
return InitializationResult.apiChecksumMismatch
15031484
}
1504-
if (uniffi_suggest_checksum_method_suggeststore_clear_dismissed_suggestions() != 16338) {
1505-
return InitializationResult.apiChecksumMismatch
1506-
}
1507-
if (uniffi_suggest_checksum_method_suggeststore_dismiss_suggestion() != 6416) {
1508-
return InitializationResult.apiChecksumMismatch
1509-
}
15101485
if (uniffi_suggest_checksum_method_suggeststore_fetch_global_config() != 62773) {
15111486
return InitializationResult.apiChecksumMismatch
15121487
}

swift-source/all/Generated/suggestFFI.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ void*_Nonnull uniffi_suggest_fn_constructor_suggeststore_new(RustBuffer path, Ru
6969
);
7070
void uniffi_suggest_fn_method_suggeststore_clear(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
7171
);
72-
void uniffi_suggest_fn_method_suggeststore_clear_dismissed_suggestions(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
73-
);
74-
void uniffi_suggest_fn_method_suggeststore_dismiss_suggestion(void*_Nonnull ptr, RustBuffer raw_suggestion_url, RustCallStatus *_Nonnull out_status
75-
);
7672
RustBuffer uniffi_suggest_fn_method_suggeststore_fetch_global_config(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
7773
);
7874
RustBuffer uniffi_suggest_fn_method_suggeststore_fetch_provider_config(void*_Nonnull ptr, RustBuffer provider, RustCallStatus *_Nonnull out_status
@@ -217,12 +213,6 @@ uint16_t uniffi_suggest_checksum_func_raw_suggestion_url_matches(void
217213
);
218214
uint16_t uniffi_suggest_checksum_method_suggeststore_clear(void
219215

220-
);
221-
uint16_t uniffi_suggest_checksum_method_suggeststore_clear_dismissed_suggestions(void
222-
223-
);
224-
uint16_t uniffi_suggest_checksum_method_suggeststore_dismiss_suggestion(void
225-
226216
);
227217
uint16_t uniffi_suggest_checksum_method_suggeststore_fetch_global_config(void
228218

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 v13.0.0. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v13.0.1. 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: 3, day: 27, hour: 5, minute: 21, second: 15))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 3, day: 28, hour: 23, minute: 4, second: 53))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)