Skip to content

Commit

Permalink
Merge pull request #368 from akmarinov/xcode_spm_fix
Browse files Browse the repository at this point in the history
Fixed an issue where the SPM package doesn't compile with Xcode 11.4
  • Loading branch information
minixT authored Aug 24, 2020
2 parents dd41d3a + 6a7b482 commit 267530a
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 267530a

Please sign in to comment.