Skip to content

Commit

Permalink
Remove exclusion of Tests folder from Swift package
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Nov 21, 2016
1 parent 9a2d56d commit 5b6ad7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Template/Package.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import PackageDescription

let package = Package(
name: "{PROJECT}",
exclude: ["Tests"]
name: "{PROJECT}"
)

0 comments on commit 5b6ad7c

Please sign in to comment.