Skip to content

Commit

Permalink
Merge pull request #1347 from zntfdr/master
Browse files Browse the repository at this point in the history
Exclude Info.plist from package
  • Loading branch information
WenchaoD committed Nov 8, 2021
2 parents 7c5d8c6 + 6cf156b commit afaf247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -19,6 +19,7 @@ DerivedData
*.hmap
*.ipa
*.idea
.swiftpm/

# Bundler
.bundle
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Expand Up @@ -14,7 +14,8 @@ let package = Package(
.target(
name: "FSCalendar",
dependencies: [],
path: "FSCalendar/"
path: "FSCalendar/",
exclude: ["Info.plist"]
)
]
)

0 comments on commit afaf247

Please sign in to comment.