Skip to content

Commit

Permalink
Go back to conditional plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Aug 23, 2024
1 parent 31172ae commit f167c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 91 deletions.
86 changes: 0 additions & 86 deletions Package.resolved

This file was deleted.

7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ let package = Package(
],

dependencies: [
.package(url: "https://github.com/elegantchaos/ActionBuilderPlugin.git", from: "1.0.8"),
.package(url: "https://github.com/elegantchaos/SwiftFormatterPlugin.git", from: "1.0.3"),

],

targets: [
Expand All @@ -47,7 +44,7 @@ let package = Package(
import Foundation
if ProcessInfo.processInfo.environment["RESOLVE_COMMAND_PLUGINS"] != nil {
package.dependencies.append(contentsOf: [
.package(url: "https://github.com/elegantchaos/ActionBuilderPlugin.git", from: "1.0.7"),
.package(url: "https://github.com/elegantchaos/SwiftFormatterPlugin.git", from: "1.0.2")
.package(url: "https://github.com/elegantchaos/ActionBuilderPlugin.git", from: "1.0.8"),
.package(url: "https://github.com/elegantchaos/SwiftFormatterPlugin.git", from: "1.0.3")
])
}

0 comments on commit f167c34

Please sign in to comment.