We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38365a3 commit 9758ed5Copy full SHA for 9758ed5
plugins/native-view/ios/Package.template.swift
@@ -24,12 +24,6 @@ let package = Package(
24
products: [
25
.library(name: "BTFuseNativeView", targets: ["BTFuseNativeView"])
26
],
27
- dependencies: [
28
- .package(
29
- url: "https://github.com/btfuse/btfuse-core-spm.git",
30
- branch: "main" // TODO: Pin via "from: <version>"
31
- )
32
- ],
33
targets: [
34
.binaryTarget(
35
name: "BTFuseNativeView",
0 commit comments