Skip to content

Commit 33349fc

Browse files
Firefox Sync EngineeringlougeniaC64
authored andcommitted
Nightly auto-update (134.0.0)
1 parent 610d1e3 commit 33349fc

File tree

7 files changed

+19
-27
lines changed

7 files changed

+19
-27
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 = "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"
4+
let checksum = "2fc3d6b6a14adc0eb79a323b9ef324e2eaea555cd911a0ec0a22013fc10ab195"
5+
let version = "134.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/134.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
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"
9+
let focusChecksum = "fdd071228ccb4892bf73e82a422f4988bfebe5e239e0651936a3dcc79a06db59"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/134.0/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: 22, hour: 5, minute: 12, second: 58))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 25, hour: 15, minute: 49, second: 47))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/remote_settings.swift

Lines changed: 5 additions & 9 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(attachmentId: String) throws -> Data
709+
func getAttachment(attachmentLocation: String) throws -> Data
710710

711711
/**
712712
* Get the current set of records.
@@ -722,8 +722,6 @@ public protocol RemoteSettingsClientProtocol : AnyObject {
722722
* this is that there is not much an application can do in this situation other than fall back
723723
* to the same default handling as if records have not been synced.
724724
*
725-
* TODO(Bug 1919141):
726-
*
727725
* Application-services schedules regular dumps of the server data for specific collections.
728726
* For these collections, `get_records` will never return None. If you would like to add your
729727
* collection to this list, please reach out to the DISCO team.
@@ -815,10 +813,10 @@ open func collectionName() -> String {
815813
* - This method will throw if there is a network or other error when fetching the
816814
* attachment data.
817815
*/
818-
open func getAttachment(attachmentId: String)throws -> Data {
816+
open func getAttachment(attachmentLocation: String)throws -> Data {
819817
return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeRemoteSettingsError.lift) {
820818
uniffi_remote_settings_fn_method_remotesettingsclient_get_attachment(self.uniffiClonePointer(),
821-
FfiConverterString.lower(attachmentId),$0
819+
FfiConverterString.lower(attachmentLocation),$0
822820
)
823821
})
824822
}
@@ -837,8 +835,6 @@ open func getAttachment(attachmentId: String)throws -> Data {
837835
* this is that there is not much an application can do in this situation other than fall back
838836
* to the same default handling as if records have not been synced.
839837
*
840-
* TODO(Bug 1919141):
841-
*
842838
* Application-services schedules regular dumps of the server data for specific collections.
843839
* For these collections, `get_records` will never return None. If you would like to add your
844840
* collection to this list, please reach out to the DISCO team.
@@ -2336,10 +2332,10 @@ private var initializationResult: InitializationResult = {
23362332
if (uniffi_remote_settings_checksum_method_remotesettingsclient_collection_name() != 54184) {
23372333
return InitializationResult.apiChecksumMismatch
23382334
}
2339-
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_attachment() != 50902) {
2335+
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_attachment() != 40834) {
23402336
return InitializationResult.apiChecksumMismatch
23412337
}
2342-
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_records() != 20713) {
2338+
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_records() != 64865) {
23432339
return InitializationResult.apiChecksumMismatch
23442340
}
23452341
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_records_map() != 32665) {

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_id, RustCallStatus *_Nonnull out_status
301+
RustBuffer uniffi_remote_settings_fn_method_remotesettingsclient_get_attachment(void*_Nonnull ptr, RustBuffer attachment_location, 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: 22, hour: 5, minute: 13, second: 0))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 25, hour: 15, minute: 49, second: 50))
2727
}
2828

2929
enum NimbusEvents {

swift-source/focus/Generated/remote_settings.swift

Lines changed: 5 additions & 9 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(attachmentId: String) throws -> Data
709+
func getAttachment(attachmentLocation: String) throws -> Data
710710

711711
/**
712712
* Get the current set of records.
@@ -722,8 +722,6 @@ public protocol RemoteSettingsClientProtocol : AnyObject {
722722
* this is that there is not much an application can do in this situation other than fall back
723723
* to the same default handling as if records have not been synced.
724724
*
725-
* TODO(Bug 1919141):
726-
*
727725
* Application-services schedules regular dumps of the server data for specific collections.
728726
* For these collections, `get_records` will never return None. If you would like to add your
729727
* collection to this list, please reach out to the DISCO team.
@@ -815,10 +813,10 @@ open func collectionName() -> String {
815813
* - This method will throw if there is a network or other error when fetching the
816814
* attachment data.
817815
*/
818-
open func getAttachment(attachmentId: String)throws -> Data {
816+
open func getAttachment(attachmentLocation: String)throws -> Data {
819817
return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeRemoteSettingsError.lift) {
820818
uniffi_remote_settings_fn_method_remotesettingsclient_get_attachment(self.uniffiClonePointer(),
821-
FfiConverterString.lower(attachmentId),$0
819+
FfiConverterString.lower(attachmentLocation),$0
822820
)
823821
})
824822
}
@@ -837,8 +835,6 @@ open func getAttachment(attachmentId: String)throws -> Data {
837835
* this is that there is not much an application can do in this situation other than fall back
838836
* to the same default handling as if records have not been synced.
839837
*
840-
* TODO(Bug 1919141):
841-
*
842838
* Application-services schedules regular dumps of the server data for specific collections.
843839
* For these collections, `get_records` will never return None. If you would like to add your
844840
* collection to this list, please reach out to the DISCO team.
@@ -2336,10 +2332,10 @@ private var initializationResult: InitializationResult = {
23362332
if (uniffi_remote_settings_checksum_method_remotesettingsclient_collection_name() != 54184) {
23372333
return InitializationResult.apiChecksumMismatch
23382334
}
2339-
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_attachment() != 50902) {
2335+
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_attachment() != 40834) {
23402336
return InitializationResult.apiChecksumMismatch
23412337
}
2342-
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_records() != 20713) {
2338+
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_records() != 64865) {
23432339
return InitializationResult.apiChecksumMismatch
23442340
}
23452341
if (uniffi_remote_settings_checksum_method_remotesettingsclient_get_records_map() != 32665) {

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_id, RustCallStatus *_Nonnull out_status
301+
RustBuffer uniffi_remote_settings_fn_method_remotesettingsclient_get_attachment(void*_Nonnull ptr, RustBuffer attachment_location, RustCallStatus *_Nonnull out_status
302302
);
303303
#endif
304304
#ifndef UNIFFI_FFIDEF_UNIFFI_REMOTE_SETTINGS_FN_METHOD_REMOTESETTINGSCLIENT_GET_RECORDS

0 commit comments

Comments
 (0)