Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinperignon committed May 7, 2024
1 parent 85307a2 commit 6f545bc
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 92 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import InfomaniakRichEditor
import MailCore
import MailCoreUI
import UIKit

@MainActor
Expand Down
1 change: 1 addition & 0 deletions Mail/Views/New Message/MailRichEditor/EditorToolbar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import InfomaniakDI
import InfomaniakRichEditor
import MailCore
import MailCoreUI
import MailResources
import SwiftModalPresentation
import UIKit
Expand Down
80 changes: 0 additions & 80 deletions MailCore/Utils/WKWebView+Extension.swift

This file was deleted.

9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,6 @@
"version" : "5.7.1"
}
},
{
"identity" : "sqrichtexteditor",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/SQRichTextEditor",
"state" : {
"revision" : "18835a4a423b1b34269dd47460c796096a6d13b3",
"version" : "1.1.2"
}
},
{
"identity" : "swift-algorithms",
"kind" : "remoteSourceControl",
Expand Down
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ let package = Package(
.package(url: "https://github.com/Infomaniak/ios-bug-tracker", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/Infomaniak/swift-modal-presentation", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/Infomaniak/SQRichTextEditor", .upToNextMajor(from: "1.1.2")),
.package(url: "https://github.com/Infomaniak/SwiftSoup", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/ProxymanApp/atlantis", .upToNextMajor(from: "1.21.0")),
.package(url: "https://github.com/Alamofire/Alamofire", .upToNextMajor(from: "5.2.2")),
Expand Down
4 changes: 2 additions & 2 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ let project = Project(name: "Mail",
dependencies: [
.target(name: "MailCore"),
.external(name: "SwiftUIIntrospect-Static"),
.external(name: "SQRichTextEditor"),
.external(name: "Shimmer"),
.external(name: "WrappingHStack"),
.external(name: "Lottie"),
.external(name: "NavigationBackport"),
.external(name: "Popovers"),
.external(name: "SwiftUIBackports"),
.external(name: "SwiftUIMacros")
.external(name: "SwiftUIMacros"),
.external(name: "InfomaniakRichEditor")
],
settings: .settings(base: Constants.baseSettings))
],
Expand Down

0 comments on commit 6f545bc

Please sign in to comment.