Skip to content

Commit 7aa9e55

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (135.0.20241212150752)
1 parent f8f647a commit 7aa9e55

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
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 = "a5b2dd2f26d4896ed116e9687c99dddf2eaf99c3042d1c6d077b8c983c8a9ce5"
5-
let version = "135.0.20241211011009"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241211011009/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "ff007dfe667cc330fca78ba8b6b532fffe6618b0caec053a7e85099e78e87e41"
5+
let version = "135.0.20241212150752"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241212150752/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

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

3-
// AUTOGENERATED BY glean_parser v15.2.1. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v16.1.0. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -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: 12, day: 11, hour: 1, minute: 26, second: 1))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 12, hour: 15, minute: 26, second: 7))
2727
}
2828

2929
enum NimbusEvents {
@@ -1302,7 +1302,8 @@ extension GleanMetrics {
13021302
includeInfoSections: true,
13031303
enabled: true,
13041304
schedulesPings: [],
1305-
reasonCodes: []
1305+
reasonCodes: [],
1306+
followsCollectionEnabled: true
13061307
)
13071308

13081309
/// A ping sent for every bookmarks sync. It doesn't include the `client_id`
@@ -1315,7 +1316,8 @@ extension GleanMetrics {
13151316
includeInfoSections: true,
13161317
enabled: true,
13171318
schedulesPings: [],
1318-
reasonCodes: []
1319+
reasonCodes: [],
1320+
followsCollectionEnabled: true
13191321
)
13201322

13211323
/// A ping sent for every Credit Cards engine sync. It doesn't include the
@@ -1329,7 +1331,8 @@ extension GleanMetrics {
13291331
includeInfoSections: true,
13301332
enabled: true,
13311333
schedulesPings: [],
1332-
reasonCodes: []
1334+
reasonCodes: [],
1335+
followsCollectionEnabled: true
13331336
)
13341337

13351338
/// A ping sent for every history sync. It doesn't include the `client_id` because
@@ -1342,7 +1345,8 @@ extension GleanMetrics {
13421345
includeInfoSections: true,
13431346
enabled: true,
13441347
schedulesPings: [],
1345-
reasonCodes: []
1348+
reasonCodes: [],
1349+
followsCollectionEnabled: true
13461350
)
13471351

13481352
/// A ping sent for every logins/passwords sync. It doesn't include the `client_id`
@@ -1355,7 +1359,8 @@ extension GleanMetrics {
13551359
includeInfoSections: true,
13561360
enabled: true,
13571361
schedulesPings: [],
1358-
reasonCodes: []
1362+
reasonCodes: [],
1363+
followsCollectionEnabled: true
13591364
)
13601365

13611366
/// A summary ping, sent every time a sync is performed. During each Sync one or
@@ -1377,7 +1382,8 @@ extension GleanMetrics {
13771382
includeInfoSections: true,
13781383
enabled: true,
13791384
schedulesPings: [],
1380-
reasonCodes: []
1385+
reasonCodes: [],
1386+
followsCollectionEnabled: true
13811387
)
13821388

13831389
/// A ping sent for every Tabs engine sync. It doesn't include the `client_id`
@@ -1390,7 +1396,8 @@ extension GleanMetrics {
13901396
includeInfoSections: true,
13911397
enabled: true,
13921398
schedulesPings: [],
1393-
reasonCodes: []
1399+
reasonCodes: [],
1400+
followsCollectionEnabled: true
13941401
)
13951402

13961403
}

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 v15.2.1. DO NOT EDIT. DO NOT COMMIT.
3+
// AUTOGENERATED BY glean_parser v16.1.0. DO NOT EDIT. DO NOT COMMIT.
44

55
#if canImport(Foundation)
66
import Foundation
@@ -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: 12, day: 11, hour: 1, minute: 26, second: 4))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 12, hour: 15, minute: 26, second: 9))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)