File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ let package = Package(
25
25
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
26
26
. target(
27
27
name: " xcparse " ,
28
- dependencies: [ " XCParseCore " , " SwiftToolsSupport " ] ) ,
28
+ dependencies: [ " XCParseCore " , " SwiftToolsSupport-auto " ] ) ,
29
29
. target(
30
30
name: " XCParseCore " ,
31
- dependencies: [ " SwiftToolsSupport " ] ) ,
31
+ dependencies: [ " SwiftToolsSupport-auto " ] ) ,
32
32
. testTarget(
33
33
name: " xcparseTests " ,
34
34
dependencies: [ " xcparse " ] ) ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import TSCBasic
11
11
import TSCUtility
12
12
import XCParseCore
13
13
14
- let xcparseCurrentVersion = Version ( 2 , 1 , 0 )
14
+ let xcparseCurrentVersion = Version ( 2 , 2 , 1 )
15
15
16
16
struct XCResultToolCompatability {
17
17
var supportsExport : Bool = true
You can’t perform that action at this time.
0 commit comments