Skip to content

Commit

Permalink
Fixed an issue where the SPM package doesn't compile with Xcode 11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akmarinov committed Mar 26, 2020
1 parent 1916bee commit d0ef74e
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 @@ -20,7 +20,8 @@ let package = Package(
path: ".",
exclude: [
"Example",
"Tests"
"Tests",
"Source/Info.plist"
],
sources: [
"Source"
Expand Down

0 comments on commit d0ef74e

Please sign in to comment.