Skip to content

Commit

Permalink
exclude info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
zntfdr committed Nov 8, 2021
1 parent 7c5d8c6 commit e98de4f
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 @@ -14,7 +14,8 @@ let package = Package(
.target(
name: "FSCalendar",
dependencies: [],
path: "FSCalendar/"
path: "FSCalendar/",
exclude: ["Info.plist"]
)
]
)

0 comments on commit e98de4f

Please sign in to comment.