Skip to content

Commit

Permalink
Fix warnings (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-sgupta authored Jan 4, 2022
1 parent 9fabc75 commit 476d5a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ let package = Package(
.target(
name: "EMTLoadingIndicator",
path: ".",
exclude: ["LICENSE",
"README.md",
"waitIndicatorGraphic.fla",
"EMTLoadingIndicator/Info.plist",
"EMTLoadingIndicator.podspec"],
sources: ["EMTLoadingIndicator/Classes"],
resources: [.process("EMTLoadingIndicator/Resources")])
]
)
)

0 comments on commit 476d5a8

Please sign in to comment.