diff --git a/Project.swift b/Project.swift index cd13c2b87..722cf8070 100644 --- a/Project.swift +++ b/Project.swift @@ -63,6 +63,7 @@ let project = Project(name: "kDrive", .external(name: "MarkdownKit"), .external(name: "RealmSwift"), .external(name: "Realm"), + .external(name: "MyKSuite"), .sdk(name: "StoreKit", type: .framework, status: .required) ], settings: .settings(base: Constants.baseSettings), @@ -174,8 +175,7 @@ let project = Project(name: "kDrive", .external(name: "RealmSwift"), .external(name: "Sentry-Dynamic"), .external(name: "SwiftRegex"), - .external(name: "VersionChecker"), - .external(name: "MyKSuite") + .external(name: "VersionChecker") ]), .target(name: "kDriveFileProvider", destinations: Constants.destinations, diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index 9338fa707..54da4e135 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "978577225a5036d45e6d0b6efa3114b62d416e56115615c78b83bb375e8534df", + "originHash" : "29495e17ed602446d9491b546eddc38bed22df1603d2fef091499c27cddae9c1", "pins" : [ { "identity" : "alamofire", @@ -96,8 +96,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core-ui", "state" : { - "revision" : "3c36b8c376dd8779b47a5b03acfbe71ed270282a", - "version" : "18.0.0" + "revision" : "89873aff2c300f9f2966340b7b3e8832e88a95a6", + "version" : "18.0.1" } }, { @@ -114,8 +114,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-features", "state" : { - "branch" : "myksuite", - "revision" : "51815cc2838ded5e797b6593153afb6d43a0ab11" + "revision" : "1fbc76605a0bf96a781e4a56c1d3ead4c2974b4b", + "version" : "1.0.0" } }, { @@ -267,8 +267,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-algorithms", "state" : { - "revision" : "f6919dfc309e7f1b56224378b11e28bab5bccc42", - "version" : "1.2.0" + "revision" : "87e50f483c54e6efd60e885f7f5aa946cee68023", + "version" : "1.2.1" } }, { @@ -312,8 +312,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-nio.git", "state" : { - "revision" : "dff45738d84a53dbc8ee899c306b3a7227f54f89", - "version" : "2.80.0" + "revision" : "c51907a839e63ebf0ba2076bba73dd96436bd1b9", + "version" : "2.81.0" } }, { diff --git a/Tuist/Package.swift b/Tuist/Package.swift index 822788211..976d80be3 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -20,11 +20,8 @@ let packageSettings = PackageSettings( "Lottie": .framework, "MyKSuite": .framework, "InfomaniakCoreSwiftUI": .framework, - "DesignSystem": .framework, "RealmSwift": .framework, "Realm": .framework, - "MyKSuite": .framework, - "InfomaniakCoreSwiftUI": .framework, "DesignSystem": .framework ] ) @@ -38,7 +35,7 @@ let package = Package( .package(url: "https://github.com/Alamofire/Alamofire", .upToNextMajor(from: "5.2.2")), .package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "15.0.0")), .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "18.0.0")), - .package(url: "https://github.com/Infomaniak/ios-features", branch: "myksuite"), + .package(url: "https://github.com/Infomaniak/ios-features", .upToNextMajor(from: "1.0.0")), .package(url: "https://github.com/Infomaniak/ios-login", .upToNextMajor(from: "7.2.0")), .package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.3")), .package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "1.0.0")),