Skip to content

Commit 61eca4c

Browse files
committed
Switch to using SwiftToolsSupport-auto & up the version
1 parent 4553702 commit 61eca4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ let package = Package(
2525
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
2626
.target(
2727
name: "xcparse",
28-
dependencies: [ "XCParseCore", "SwiftToolsSupport" ]),
28+
dependencies: [ "XCParseCore", "SwiftToolsSupport-auto" ]),
2929
.target(
3030
name: "XCParseCore",
31-
dependencies: [ "SwiftToolsSupport" ]),
31+
dependencies: [ "SwiftToolsSupport-auto" ]),
3232
.testTarget(
3333
name: "xcparseTests",
3434
dependencies: ["xcparse"]),

Sources/xcparse/XCPParser.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import TSCBasic
1111
import TSCUtility
1212
import XCParseCore
1313

14-
let xcparseCurrentVersion = Version(2, 1, 0)
14+
let xcparseCurrentVersion = Version(2, 2, 1)
1515

1616
struct XCResultToolCompatability {
1717
var supportsExport: Bool = true

0 commit comments

Comments
 (0)