Skip to content

Commit

Permalink
Merge pull request #2 from heckj/master
Browse files Browse the repository at this point in the history
removing exludes in Package.swift that are reporting warnings
  • Loading branch information
daisuke-t-jp authored Dec 13, 2021
2 parents 41e0254 + 6088c47 commit 3533899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# macOS
.DS_Store
.swiftpm

# Xcode
build/
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ let package = Package(
.target(
name: "MurmurHash_Swift",
dependencies: [],
path: "Sources/MurmurHash/",
exclude: ["MurmurHash.xcodeproj", "README.md", "Sources/MurmurHash/Info.plist", "Sources/MurmurHash/MurmurHash.h"]),
path: "Sources/MurmurHash/"),
.testTarget(
name: "MurmurHashTests",
dependencies: ["MurmurHash_Swift"]),
Expand Down

0 comments on commit 3533899

Please sign in to comment.