Skip to content

Commit

Permalink
Switch to using SwiftToolsSupport-auto & up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
abotkin-cpi committed Aug 17, 2021
1 parent 4553702 commit 61eca4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "xcparse",
dependencies: [ "XCParseCore", "SwiftToolsSupport" ]),
dependencies: [ "XCParseCore", "SwiftToolsSupport-auto" ]),
.target(
name: "XCParseCore",
dependencies: [ "SwiftToolsSupport" ]),
dependencies: [ "SwiftToolsSupport-auto" ]),
.testTarget(
name: "xcparseTests",
dependencies: ["xcparse"]),
Expand Down
2 changes: 1 addition & 1 deletion Sources/xcparse/XCPParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import TSCBasic
import TSCUtility
import XCParseCore

let xcparseCurrentVersion = Version(2, 1, 0)
let xcparseCurrentVersion = Version(2, 2, 1)

struct XCResultToolCompatability {
var supportsExport: Bool = true
Expand Down

0 comments on commit 61eca4c

Please sign in to comment.