Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
Ignore `.plist` and `.h` files in the `Source` folder.
  • Loading branch information
DevAndArtist authored Jun 16, 2020
1 parent 38a4f9b commit da28ef7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ let package = Package(
path: ".",
exclude: [
"Example",
"Tests"
"Tests",
"Source/Info.plist",
"Source/RxBluetoothKit.h"
],
sources: [
"Source"
Expand Down

0 comments on commit da28ef7

Please sign in to comment.