Skip to content

Commit

Permalink
[SPM] Add forked norio-nomura/swift-corelibs-xctest to Package.swif…
Browse files Browse the repository at this point in the history
…t as dependency

`norio-nomura/swift-corelibs-xctest` is forked for adding tag.
  • Loading branch information
norio-nomura committed Feb 3, 2016
1 parent 23e5a1c commit 24a22e2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ let package = Package(
Target(name: "swiftlint",
dependencies: [
.Target(name: "SwiftLintFramework")
])
]),
Target(name: "SwiftLintFrameworkTests",
dependencies: [
.Target(name: "SwiftLintFramework")
]),
],
dependencies: [
.Package(url: "https://github.com/jpsim/SourceKitten.git", majorVersion: 0, minor: 9),
.Package(url: "https://github.com/norio-nomura/YamlSwift.git", majorVersion: 1),
],
exclude: ["Source/SwiftLintFrameworkTests"]
.Package(url: "https://github.com/norio-nomura/swift-corelibs-xctest.git", majorVersion: 0),
]
)

0 comments on commit 24a22e2

Please sign in to comment.