Skip to content

Commit

Permalink
SwiftPM related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanebelanger committed Jan 10, 2022
1 parent e206fbe commit 7f279a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ playground.xcworkspace
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/
.swiftpm/

# CocoaPods
#
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ let package = Package(
.library(name: "SwiftyBluetooth", targets: ["SwiftyBluetooth"])
],
targets: [
.target(name: "SwiftyBluetooth", path: "Sources")
.target(name: "SwiftyBluetooth", path: "Sources", exclude: ["Info.plist"])
]
)
2 changes: 1 addition & 1 deletion SwiftyBluetooth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyBluetooth'
s.version = '3.0.0'
s.version = '3.0.1'
s.license = 'MIT'
s.homepage = 'https://github.com/jordanebelanger/SwiftyBluetooth'
s.authors = { 'Jordane Belanger' => '[email protected]' }
Expand Down

0 comments on commit 7f279a2

Please sign in to comment.