Skip to content

Commit

Permalink
removing exludes in Package.swift that are reporting warnings, and ad…
Browse files Browse the repository at this point in the history
…d to the .gitignore
  • Loading branch information
heckj committed Dec 10, 2021
1 parent 41e0254 commit 6088c47
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 6088c47

Please sign in to comment.