Skip to content

Commit

Permalink
Fix for the Invalid Exclude warnings in Xcode 13 (#27)
Browse files Browse the repository at this point in the history
* Fix Xcode 13 warnings due to improper exclusion

* Fix Xcode 13 warning
  • Loading branch information
SMartorelli authored Mar 9, 2022
1 parent a547e30 commit 4beb435
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
Expand Up @@ -36,6 +36,7 @@ playground.xcworkspace
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/
.swiftpm

# CocoaPods
#
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ let package = Package(
],
targets: [
.target(
name: "Signals",
exclude: ["Signals.xcodeproj", "README.md", "Sources/Info.plist", "Sources/Signals.h", "Tests"]
name: "Signals"
),
]
)
Expand Down

0 comments on commit 4beb435

Please sign in to comment.