Skip to content

Commit

Permalink
Merge pull request #249 from tatsuz0u/xcode-13
Browse files Browse the repository at this point in the history
fix: exclude path in Package.swift
  • Loading branch information
tid-kijyun authored Jun 25, 2021
2 parents c657fb9 + e170664 commit 211beb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ let package = Package(
dependencies: dependencies,
path: "Sources",
exclude: [
"Sources/Info.plist",
"Sources/Kanna.h",
"Tests/KannaTests/Data"
"Kanna/Info.plist",
"Kanna/Kanna.h",
"../Tests/KannaTests/Data"
]
),
.testTarget(
Expand Down

0 comments on commit 211beb2

Please sign in to comment.