Skip to content

Commit

Permalink
Removed the dependencies block, as it is not used by binary target SP…
Browse files Browse the repository at this point in the history
…M packages
  • Loading branch information
breautek committed Dec 20, 2024
1 parent 38365a3 commit 9758ed5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugins/native-view/ios/Package.template.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ let package = Package(
products: [
.library(name: "BTFuseNativeView", targets: ["BTFuseNativeView"])
],
dependencies: [
.package(
url: "https://github.com/btfuse/btfuse-core-spm.git",
branch: "main" // TODO: Pin via "from: <version>"
)
],
targets: [
.binaryTarget(
name: "BTFuseNativeView",
Expand Down

0 comments on commit 9758ed5

Please sign in to comment.