Skip to content

Commit 2bd4703

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (135.0.20241128050339)
1 parent 189fd9d commit 2bd4703

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
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 = "35f8f1f9f61b95d4d977ca8f12e6e723ec35c8262cfaf56dbf453be6bd2eb7cb"
5-
let version = "135.0.20241127050243"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241127050243/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "c24eab296ce90163cc88dfef11aa7f508c90a4797660a2b0bd072c3cbf21216c"
5+
let version = "135.0.20241128050339"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241128050339/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "c9f24759f2f94a32dd0bc0042b0d15518019d61210294393a90fccea7f27fd1f"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241127050243/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "66a2d585856e7df6bd0721d5a9a91f2401a22b998be82d5fe2fad530ecc8e2c7"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241128050339/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: 27, hour: 5, minute: 12, second: 54))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 28, hour: 5, minute: 21, second: 47))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/remote_settings.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ public protocol RemoteSettingsClientProtocol : AnyObject {
706706
* - This method will throw if there is a network or other error when fetching the
707707
* attachment data.
708708
*/
709-
func getAttachment(attachmentLocation: String) throws -> Data
709+
func getAttachment(record: RemoteSettingsRecord) throws -> Data
710710

711711
/**
712712
* Get the current set of records.
@@ -813,10 +813,10 @@ open func collectionName() -> String {
813813
* - This method will throw if there is a network or other error when fetching the
814814
* attachment data.
815815
*/
816-
open func getAttachment(attachmentLocation: String)throws -> Data {
816+
open func getAttachment(record: RemoteSettingsRecord)throws -> Data {
817817
return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeRemoteSettingsError.lift) {
818818
uniffi_remote_settings_fn_method_remotesettingsclient_get_attachment(self.uniffiClonePointer(),
819-
FfiConverterString.lower(attachmentLocation),$0
819+
FfiConverterTypeRemoteSettingsRecord.lower(record),$0
820820
)
821821
})
822822
}
@@ -2332,7 +2332,7 @@ private var initializationResult: InitializationResult = {
23322332
if (uniffi_remote_settings_checksum_method_remotesettingsclient_collection_name() != 54184) {
23332333
return InitializationResult.apiChecksumMismatch
23342334
}
2335-
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_attachment() != 40834) {
2335+
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_attachment() != 1009) {
23362336
return InitializationResult.apiChecksumMismatch
23372337
}
23382338
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_records() != 64865) {

swift-source/all/Generated/remote_settingsFFI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ RustBuffer uniffi_remote_settings_fn_method_remotesettingsclient_collection_name
298298
#endif
299299
#ifndef UNIFFI_FFIDEF_UNIFFI_REMOTE_SETTINGS_FN_METHOD_REMOTESETTINGSCLIENT_GET_ATTACHMENT
300300
#define UNIFFI_FFIDEF_UNIFFI_REMOTE_SETTINGS_FN_METHOD_REMOTESETTINGSCLIENT_GET_ATTACHMENT
301-
RustBuffer uniffi_remote_settings_fn_method_remotesettingsclient_get_attachment(void*_Nonnull ptr, RustBuffer attachment_location, RustCallStatus *_Nonnull out_status
301+
RustBuffer uniffi_remote_settings_fn_method_remotesettingsclient_get_attachment(void*_Nonnull ptr, RustBuffer record, RustCallStatus *_Nonnull out_status
302302
);
303303
#endif
304304
#ifndef UNIFFI_FFIDEF_UNIFFI_REMOTE_SETTINGS_FN_METHOD_REMOTESETTINGSCLIENT_GET_RECORDS

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: 27, hour: 5, minute: 12, second: 56))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 28, hour: 5, minute: 21, second: 50))
2727
}
2828

2929
enum NimbusEvents {

swift-source/focus/Generated/remote_settings.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ public protocol RemoteSettingsClientProtocol : AnyObject {
706706
* - This method will throw if there is a network or other error when fetching the
707707
* attachment data.
708708
*/
709-
func getAttachment(attachmentLocation: String) throws -> Data
709+
func getAttachment(record: RemoteSettingsRecord) throws -> Data
710710

711711
/**
712712
* Get the current set of records.
@@ -813,10 +813,10 @@ open func collectionName() -> String {
813813
* - This method will throw if there is a network or other error when fetching the
814814
* attachment data.
815815
*/
816-
open func getAttachment(attachmentLocation: String)throws -> Data {
816+
open func getAttachment(record: RemoteSettingsRecord)throws -> Data {
817817
return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeRemoteSettingsError.lift) {
818818
uniffi_remote_settings_fn_method_remotesettingsclient_get_attachment(self.uniffiClonePointer(),
819-
FfiConverterString.lower(attachmentLocation),$0
819+
FfiConverterTypeRemoteSettingsRecord.lower(record),$0
820820
)
821821
})
822822
}
@@ -2332,7 +2332,7 @@ private var initializationResult: InitializationResult = {
23322332
if (uniffi_remote_settings_checksum_method_remotesettingsclient_collection_name() != 54184) {
23332333
return InitializationResult.apiChecksumMismatch
23342334
}
2335-
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_attachment() != 40834) {
2335+
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_attachment() != 1009) {
23362336
return InitializationResult.apiChecksumMismatch
23372337
}
23382338
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_records() != 64865) {

swift-source/focus/Generated/remote_settingsFFI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ RustBuffer uniffi_remote_settings_fn_method_remotesettingsclient_collection_name
298298
#endif
299299
#ifndef UNIFFI_FFIDEF_UNIFFI_REMOTE_SETTINGS_FN_METHOD_REMOTESETTINGSCLIENT_GET_ATTACHMENT
300300
#define UNIFFI_FFIDEF_UNIFFI_REMOTE_SETTINGS_FN_METHOD_REMOTESETTINGSCLIENT_GET_ATTACHMENT
301-
RustBuffer uniffi_remote_settings_fn_method_remotesettingsclient_get_attachment(void*_Nonnull ptr, RustBuffer attachment_location, RustCallStatus *_Nonnull out_status
301+
RustBuffer uniffi_remote_settings_fn_method_remotesettingsclient_get_attachment(void*_Nonnull ptr, RustBuffer record, RustCallStatus *_Nonnull out_status
302302
);
303303
#endif
304304
#ifndef UNIFFI_FFIDEF_UNIFFI_REMOTE_SETTINGS_FN_METHOD_REMOTESETTINGSCLIENT_GET_RECORDS

0 commit comments

Comments
 (0)