Skip to content

Commit

Permalink
Add version for the spm package
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 9, 2024
1 parent 1026619 commit d8b0642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import PackageDescription
let package = Package(
name: "r2pipe",
products: [
.library(name: "r2pipe", targets: ["r2pipe"]),
.library(name: "r2pipe", targets: ["r2pipeLibrary"]),
],
dependencies: [],
targets: [
.target(name: "r2pipe", path: "swift", sources: ["r2pipe.swift", "r2pipeNative.swift"]),
.target(name: "r2pipeLibrary", path: "swift", sources: ["r2pipe.swift", "r2pipeNative.swift"]),
]
)

0 comments on commit d8b0642

Please sign in to comment.