Skip to content

Commit

Permalink
Exclude Info.plist to remove SPM warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TTOzzi committed Sep 19, 2021
1 parent 23527d7 commit 39a9078
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ let package = Package(
name: "Moya",
dependencies: [
.product(name: "Alamofire", package: "Alamofire")
],
exclude: [
"Supporting Files/Info.plist"
]
),
.target(
Expand Down

0 comments on commit 39a9078

Please sign in to comment.