Skip to content

Commit

Permalink
Merge pull request #73 from hallee/master
Browse files Browse the repository at this point in the history
Fix for Swift Package Manager in Xcode 11
  • Loading branch information
ra1028 authored Jun 17, 2019
2 parents 932b192 + ac09d1f commit df9885b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ let package = Package(
targets: [
.target(
name: "DifferenceKit",
path: "Sources",
exclude: ["Extensions"]
path: "Sources"
),
.testTarget(
name: "DifferenceKitTests",
Expand Down

0 comments on commit df9885b

Please sign in to comment.