Skip to content

Commit

Permalink
chore: Update project post rebase to work on ios-features 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Feb 11, 2025
1 parent 1c23410 commit a9271d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down Expand Up @@ -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,
Expand Down
18 changes: 9 additions & 9 deletions Tuist/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "978577225a5036d45e6d0b6efa3114b62d416e56115615c78b83bb375e8534df",
"originHash" : "29495e17ed602446d9491b546eddc38bed22df1603d2fef091499c27cddae9c1",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -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"
}
},
{
Expand All @@ -114,8 +114,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-features",
"state" : {
"branch" : "myksuite",
"revision" : "51815cc2838ded5e797b6593153afb6d43a0ab11"
"revision" : "1fbc76605a0bf96a781e4a56c1d3ead4c2974b4b",
"version" : "1.0.0"
}
},
{
Expand Down Expand Up @@ -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"
}
},
{
Expand Down Expand Up @@ -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"
}
},
{
Expand Down
5 changes: 1 addition & 4 deletions Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
)
Expand All @@ -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")),
Expand Down

0 comments on commit a9271d8

Please sign in to comment.