Skip to content

Commit

Permalink
➖ (LekaApp): Remove AppUpdately package
Browse files Browse the repository at this point in the history
  • Loading branch information
HPezz committed Nov 22, 2024
1 parent 85192ff commit 44aa022
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions Apps/LekaApp/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
9 changes: 0 additions & 9 deletions Tuist/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 0 additions & 4 deletions Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
),
]
)

Expand Down

0 comments on commit 44aa022

Please sign in to comment.