Skip to content

Commit

Permalink
chore: Bump ios core (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye authored Dec 20, 2024
2 parents 123fe3b + fb68a37 commit cb55d0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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
12 changes: 6 additions & 6 deletions Tuist/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-core",
"state" : {
"revision" : "e0eca0781740231a95c0f32dc0ae5e2f92867a4e",
"version" : "12.8.0"
"revision" : "eaf53f35780befa26d2ac30c8262d7529352bfb9",
"version" : "13.0.0"
}
},
{
"identity" : "ios-core-ui",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-core-ui",
"state" : {
"revision" : "f29cb6f377f4453eeb23598d6d3093489f48428e",
"version" : "15.2.0"
"revision" : "ab6c8412f09af1dd55b62c0d888cb6fb3984fb18",
"version" : "16.0.0"
}
},
{
Expand All @@ -122,8 +122,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-version-checker",
"state" : {
"revision" : "5b68ced5b52f9c95b6cb6d671273c608ed38d2fc",
"version" : "7.0.2"
"revision" : "7027616a4fc3d5b1464f55c934111724356ebac3",
"version" : "8.0.0"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ 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-ui", .upToNextMajor(from: "15.2.0")),
.package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "13.0.0")),
.package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "16.0.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")),
.package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "7.0.0")),
.package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "8.0.0")),
.package(url: "https://github.com/Infomaniak/LocalizeKit", .upToNextMajor(from: "1.0.2")),
.package(url: "https://github.com/realm/realm-swift", .upToNextMajor(from: "10.52.0")),
.package(url: "https://github.com/SCENEE/FloatingPanel", .upToNextMajor(from: "2.0.0")),
Expand Down

0 comments on commit cb55d0a

Please sign in to comment.