From 633969809b57b023f68049a760cbdf067b4597d5 Mon Sep 17 00:00:00 2001 From: Andrew Marinov <> Date: Sun, 29 Mar 2020 18:02:55 +0300 Subject: [PATCH] Excluded the compatibility header in the SPM package file --- Package.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index b6e488bc..933a3780 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,8 @@ let package = Package( exclude: [ "Example", "Tests", - "Source/Info.plist" + "Source/Info.plist", + "Source/RxBluetoothKit.h" ], sources: [ "Source"