Skip to content

Commit

Permalink
chore: Bump with ios-core preview
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Dec 20, 2024
1 parent 38cd83c commit 5c66b3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ let project = Project(name: "kDrive",
.external(name: "CocoaLumberjackSwift"),
.external(name: "MaterialOutlinedTextField"),
.external(name: "SwiftRegex"),
.external(name: "Sentry"),
.external(name: "Sentry-Dynamic"),
.external(name: "VersionChecker"),
.external(name: "LocalizeKit")
]),
Expand Down
4 changes: 2 additions & 2 deletions Tuist/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-core",
"state" : {
"revision" : "e0eca0781740231a95c0f32dc0ae5e2f92867a4e",
"version" : "12.8.0"
"branch" : "refactor-transitive-dependency",
"revision" : "c3fcb72b7af42e62acc5dc3666221584eec45311"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-algorithms", .upToNextMajor(from: "1.2.0")),
.package(url: "https://github.com/Alamofire/Alamofire", .upToNextMajor(from: "5.2.2")),
.package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "12.8.0")),
.package(url: "https://github.com/Infomaniak/ios-core", .branch("refactor-transitive-dependency")),
.package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "15.2.0")),
.package(url: "https://github.com/Infomaniak/ios-login", .upToNextMajor(from: "7.0.1")),
.package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.0")),
Expand Down

0 comments on commit 5c66b3f

Please sign in to comment.