Skip to content

Commit

Permalink
chore: Update core and other dependencies (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrdctr authored Mar 26, 2024
2 parents 90f1b00 + 939d613 commit 21a4f9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-core",
"state" : {
"revision" : "4ab5bce9c313d99e6b127778be6eeb6d12fa059f"
"revision" : "7388c5ccc5ab177bf640968a711be2ab2f24200c"
}
},
{
Expand Down Expand Up @@ -149,8 +149,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/kean/Nuke",
"state" : {
"revision" : "8ecbfc886da39bccb01c34abef5f2ff4073ad633",
"version" : "12.4.0"
"revision" : "4625c73ea00a9fb4b4f3e28d95d0021a44af7e59",
"version" : "12.5.0"
}
},
{
Expand All @@ -176,26 +176,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "a5e87a39cffdcc591f3203c11cfca68100d0b9a6",
"version" : "13.26.0"
"revision" : "374dd672af357732dccc135fecc905406fec3223",
"version" : "14.4.1"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift",
"state" : {
"revision" : "7a2f7d41ffa409978a6b5e475c2ee57f08222705",
"version" : "10.48.0"
"revision" : "e0c2fbb442979fbf1e4be80e01d142f310a9c762",
"version" : "10.49.1"
}
},
{
"identity" : "sentry-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa",
"state" : {
"revision" : "38f4f70d07117b9f958a76b1bff278c2f29ffe0e",
"version" : "8.21.0"
"revision" : "bf7bdd75e25556d0f97ad54fb804b4287863e106",
"version" : "8.22.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion MailCore/Cache/AccountManager/AccountManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public final class AccountManager: RefreshTokenDelegate, ObservableObject {

private func createAndSetCurrentAccount(token: ApiToken) async throws -> Account {
let apiFetcher = MailApiFetcher(token: token, delegate: self)
let user = try await apiFetcher.userProfile()
let user = try await apiFetcher.userProfile(dateFormat: .iso8601)

let mailboxesResponse = try await apiFetcher.mailboxes()
guard !mailboxesResponse.isEmpty else {
Expand Down
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let project = Project(name: "Mail",
.package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "0.0.4")),
.package(
url: "https://github.com/Infomaniak/ios-core",
.revision("4ab5bce9c313d99e6b127778be6eeb6d12fa059f")
.revision("7388c5ccc5ab177bf640968a711be2ab2f24200c")
),
.package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "7.0.0")),
.package(url: "https://github.com/Infomaniak/ios-notifications", .upToNextMajor(from: "5.0.0")),
Expand Down

0 comments on commit 21a4f9f

Please sign in to comment.