Skip to content

Commit

Permalink
Merge pull request #957 from Infomaniak/updateUserAgent
Browse files Browse the repository at this point in the history
feat: new User-Agent unification with Android
  • Loading branch information
adrien-coye committed Sep 4, 2023
2 parents 76e32ea + 288f6b2 commit 3b11633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-core",
"state" : {
"revision" : "36296ffafcb03b382d2bc9eb060cba0b27a69e40"
"revision" : "73a982d892ce19966f7393f2093a1f0cc7731838"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion MailCore/API/MailApiFetcher/MailApiFetcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public extension ApiFetcher {
self.init()
createAuthenticatedSession(token,
authenticator: SyncedAuthenticator(refreshTokenDelegate: delegate),
additionalAdapters: [RequestContextIdAdaptor()])
additionalAdapters: [RequestContextIdAdaptor(), UserAgentAdapter()])
}
}

Expand Down
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let project = Project(name: "Mail",
.package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "1.1.6")),
.package(
url: "https://github.com/Infomaniak/ios-core",
.revision("36296ffafcb03b382d2bc9eb060cba0b27a69e40")
.revision("73a982d892ce19966f7393f2093a1f0cc7731838")
),
.package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "2.5.3")),
.package(url: "https://github.com/Infomaniak/ios-notifications", .upToNextMajor(from: "3.0.0")),
Expand Down

0 comments on commit 3b11633

Please sign in to comment.