Skip to content

Commit

Permalink
Remove SkipModel as a dependency for SkipFuse
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Dec 9, 2024
1 parent 63e6910 commit 3a2a2b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ let package = Package(
.library(name: "SkipFuse", type: .dynamic, targets: ["SkipFuse"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip-model.git", from: "1.0.0"),
.package(url: "https://source.skip.tools/skip-android-bridge.git", "0.0.0"..<"2.0.0"),
],
targets: [
.target(name: "SkipFuse", dependencies: [
.product(name: "SkipModel", package: "skip-model"),
.product(name: "SkipAndroidBridgeKt", package: "skip-android-bridge"),
]),
.testTarget(name: "SkipFuseTests", dependencies: ["SkipFuse"]),
Expand Down

0 comments on commit 3a2a2b0

Please sign in to comment.