diff --git a/plugins/native-view/ios/Package.template.swift b/plugins/native-view/ios/Package.template.swift index 7f26dd2..efcfad5 100644 --- a/plugins/native-view/ios/Package.template.swift +++ b/plugins/native-view/ios/Package.template.swift @@ -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: " - ) - ], targets: [ .binaryTarget( name: "BTFuseNativeView",