Skip to content

Commit

Permalink
Excluded the compatibility header in the SPM package file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Marinov committed Mar 29, 2020
1 parent d0ef74e commit 6339698
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 @@ -21,7 +21,8 @@ let package = Package(
exclude: [
"Example",
"Tests",
"Source/Info.plist"
"Source/Info.plist",
"Source/RxBluetoothKit.h"
],
sources: [
"Source"
Expand Down

0 comments on commit 6339698

Please sign in to comment.