Skip to content

Commit

Permalink
fix swift package path
Browse files Browse the repository at this point in the history
  • Loading branch information
Yueyu Zhao committed Sep 23, 2023
1 parent 2f268e4 commit 1f9a1c9
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 @@ -25,7 +25,9 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "BluetoothKit",
dependencies: []),
dependencies: [],
path: "Source"
),
.testTarget(
name: "BluetoothKitTests",
dependencies: ["BluetoothKit"]),
Expand Down

0 comments on commit 1f9a1c9

Please sign in to comment.