From 44aa0220bf75e7865bc34781dc1095554cb8f961 Mon Sep 17 00:00:00 2001 From: Hugo Pezziardi Date: Fri, 22 Nov 2024 18:20:04 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20(LekaApp):=20Remove=20AppUpdately?= =?UTF-8?q?=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apps/LekaApp/Project.swift | 2 -- Tuist/Package.resolved | 9 --------- Tuist/Package.swift | 4 ---- 3 files changed, 15 deletions(-) diff --git a/Apps/LekaApp/Project.swift b/Apps/LekaApp/Project.swift index 24c606052..afe1d1f77 100644 --- a/Apps/LekaApp/Project.swift +++ b/Apps/LekaApp/Project.swift @@ -75,8 +75,6 @@ let project = Project.app( .project(target: "LogKit", path: Path("../../Modules/LogKit")), .project(target: "RobotKit", path: Path("../../Modules/RobotKit")), .project(target: "UtilsKit", path: Path("../../Modules/UtilsKit")), - - .external(name: "AppUpdately"), .external(name: "DeviceKit"), .external(name: "Fit"), .external(name: "MarkdownUI"), diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index 3e2f2c0f7..b9631734c 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -18,15 +18,6 @@ "version" : "11.0.1" } }, - { - "identity" : "appupdately", - "kind" : "remoteSourceControl", - "location" : "https://github.com/AvdLee/AppUpdately", - "state" : { - "branch" : "main", - "revision" : "697c19e356241dcd097adde7f51398bdf18bf1ca" - } - }, { "identity" : "audiokit", "kind" : "remoteSourceControl", diff --git a/Tuist/Package.swift b/Tuist/Package.swift index 4c0071f20..5a68ee64a 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -70,10 +70,6 @@ let package = Package( url: "https://github.com/lukepistrol/SFSymbolsMacro", exact: "0.5.3" ), - .package( - url: "https://github.com/AvdLee/AppUpdately", - branch: "main" - ), ] )