Skip to content

Commit 89bb410

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (126.0.20240410050314)
1 parent 685de73 commit 89bb410

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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 = "a92ddc0d75e24ef3aecd6a922b16d01ee562e430a8ad46028e827e4b899a8283"
5-
let version = "126.0.20240409050247"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240409050247/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "5e28473fe28a213997e92dd77dd33ab29e1d71a92f97dd5980f876e9512a89cc"
5+
let version = "126.0.20240410050314"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240410050314/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "c60f547dd92b41994f3ca667b8bc9e4ed64ee394d015c5d129134a59ddc2b460"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240409050247/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "bba3d051664ee14fda913870832d79a92f121cacfa38ea839ceb0248dc865597"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240410050314/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: 4, day: 9, hour: 5, minute: 11, second: 45))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 4, day: 10, hour: 5, minute: 15, second: 27))
2929
}
3030

3131
enum NimbusEvents {

swift-source/all/Nimbus/NimbusCreate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public extension Nimbus {
9494
let remoteSettings = server.map { server -> RemoteSettingsConfig in
9595
RemoteSettingsConfig(
9696
collectionName: server.collection,
97-
serverUrl: server.url.absoluteString
97+
server: .custom(url: server.url.absoluteString)
9898
)
9999
}
100100
let nimbusClient = try NimbusClient(

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: 4, day: 9, hour: 5, minute: 11, second: 47))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 4, day: 10, hour: 5, minute: 15, second: 30))
2929
}
3030

3131
enum NimbusEvents {

swift-source/focus/Nimbus/NimbusCreate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public extension Nimbus {
9494
let remoteSettings = server.map { server -> RemoteSettingsConfig in
9595
RemoteSettingsConfig(
9696
collectionName: server.collection,
97-
serverUrl: server.url.absoluteString
97+
server: .custom(url: server.url.absoluteString)
9898
)
9999
}
100100
let nimbusClient = try NimbusClient(

0 commit comments

Comments
 (0)