Skip to content

Commit

Permalink
Merge pull request #2208 from TTOzzi/master
Browse files Browse the repository at this point in the history
Exclude Info.plist to remove SPM warning
  • Loading branch information
ashfurrow committed Nov 15, 2021
2 parents 464c29d + c9782be commit 6959c44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
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

1 comment on commit 6959c44

@3a4oT
Copy link

@3a4oT 3a4oT commented on 6959c44 Dec 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello! can we do a release?=)

Please sign in to comment.