diff --git a/Project.swift b/Project.swift index 84deb07a4..5036116a1 100644 --- a/Project.swift +++ b/Project.swift @@ -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") ]), diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index b8d099507..de641d960 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -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" } }, { diff --git a/Tuist/Package.swift b/Tuist/Package.swift index 09c3d103f..7e87e0d42 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -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")),