Skip to content

Commit

Permalink
Merge branch 'feature/remove-swift-format'
Browse files Browse the repository at this point in the history
  • Loading branch information
raptorxcz committed Feb 20, 2024
2 parents 6b2c777 + 0dfbeb2 commit eae37c9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 100 deletions.
10 changes: 4 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.4
// swift-tools-version:5.9

import PackageDescription

Expand All @@ -9,16 +9,14 @@ let package = Package(
.library(name: "SwiftTools", targets: ["SwiftTools"]),
],
dependencies: [
.package(url: "https://github.com/Swinject/Swinject.git", .exact("2.8.1")),
.package(url: "https://github.com/Swinject/SwinjectAutoregistration", .exact("2.8.1")),
.package(url: "https://github.com/nicklockwood/SwiftFormat", .upToNextMajor(from: "0.53.0")),
.package(url: "https://github.com/jakeheis/SwiftCLI", .exact("6.0.3")),
.package(url: "https://github.com/Swinject/Swinject.git", from: "2.8.1"),
.package(url: "https://github.com/Swinject/SwinjectAutoregistration", from: "2.8.1"),
.package(url: "https://github.com/jakeheis/SwiftCLI", exact: "6.0.3"),
],
targets: [
.target(name: "SwiftTools", dependencies: [
"Swinject",
"SwinjectAutoregistration",
"SwiftFormat",
"SwiftCLI",
]),
.testTarget(
Expand Down
18 changes: 0 additions & 18 deletions Sources/SwiftTools/Format/Injection/FormatAssembly.swift

This file was deleted.

51 changes: 0 additions & 51 deletions Sources/SwiftTools/Format/Resource/FormatService.swift

This file was deleted.

24 changes: 0 additions & 24 deletions Sources/SwiftTools/Format/Resource/FormatXMLService.swift

This file was deleted.

1 change: 0 additions & 1 deletion Sources/SwiftTools/SwiftToolsAssemblies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public enum SwiftToolsAssemblies {
NetworkAssembly(),
PrintAssembly(),
ShellAssembly(),
FormatAssembly(),
MergeAssembly(),
SynchronizeLatestReleaseAssembly(),
UpdateAssembly(),
Expand Down

0 comments on commit eae37c9

Please sign in to comment.