We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c5d8c6 + 6cf156b commit afaf247Copy full SHA for afaf247
.gitignore
@@ -19,6 +19,7 @@ DerivedData
19
*.hmap
20
*.ipa
21
*.idea
22
+.swiftpm/
23
24
# Bundler
25
.bundle
Package.swift
@@ -14,7 +14,8 @@ let package = Package(
14
.target(
15
name: "FSCalendar",
16
dependencies: [],
17
- path: "FSCalendar/"
+ path: "FSCalendar/",
18
+ exclude: ["Info.plist"]
)
]
0 commit comments