Skip to content

Commit

Permalink
Fix warnings due to improper exclusion; update gitignore (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannys42 authored Sep 29, 2021
1 parent 68ec325 commit dd924c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.build
.DS_Store
xcuserdata/
.swiftpm
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let libraryBuildInfo = BuildInfo(
.target(
name: "Socket",
dependencies: [],
exclude: ["BlueSocket.xcodeproj", "BlueSocket.xcworkspace", "README.md", "Sources/Info.plist", "Sources/Socket.h"]
exclude: ["Info.plist", "Socket.h"]
),
.testTarget(
name: "SocketTests",
Expand Down

0 comments on commit dd924c3

Please sign in to comment.