Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewreeman authored Aug 9, 2021
1 parent a35d749 commit 9f1461f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ let package = Package(
.target(
name: "GestureRecognizerClosures",
dependencies: [],
path: "GestureRecognizerClosures"),
path: "GestureRecognizerClosures",
exclude: ["Info.plist"]
),
.testTarget(
name: "GestureRecognizerClosuresTests",
dependencies: ["GestureRecognizerClosures"]),
Expand Down

0 comments on commit 9f1461f

Please sign in to comment.