Skip to content

Commit 9758ed5

Browse files
committed
Removed the dependencies block, as it is not used by binary target SPM packages
1 parent 38365a3 commit 9758ed5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugins/native-view/ios/Package.template.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ let package = Package(
2424
products: [
2525
.library(name: "BTFuseNativeView", targets: ["BTFuseNativeView"])
2626
],
27-
dependencies: [
28-
.package(
29-
url: "https://github.com/btfuse/btfuse-core-spm.git",
30-
branch: "main" // TODO: Pin via "from: <version>"
31-
)
32-
],
3327
targets: [
3428
.binaryTarget(
3529
name: "BTFuseNativeView",

0 commit comments

Comments
 (0)