From 9cb34e6de49ab1c21d74bd07941025bc1633832b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Coye=20de=20Brune=CC=81lis?= Date: Thu, 19 Dec 2024 16:15:48 +0100 Subject: [PATCH] chore: Bump ios-core-ui --- Tuist/Package.resolved | 4 ++-- Tuist/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index c5cd2e40b..33e264aa7 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -95,8 +95,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core-ui", "state" : { - "revision" : "e0afbab522df72496b92042ee65c20f8d593a3f7", - "version" : "13.4.0" + "revision" : "9cc6e24fe4af1282c53b87b23e2ece301a14ca65", + "version" : "14.3.0" } }, { diff --git a/Tuist/Package.swift b/Tuist/Package.swift index 5575cfd55..787193c75 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -20,7 +20,7 @@ let package = Package( .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: "13.1.0")), + .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "14.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")),