Skip to content

Commit

Permalink
Merge pull request #10 from moridaffy/fix_spm_products
Browse files Browse the repository at this point in the history
Fix SPM installation
  • Loading branch information
chuckhays authored Jan 11, 2023
2 parents c5755c1 + b65dd12 commit 2a86838
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ import PackageDescription

let package = Package(
name: "FBLFunctional",
products: [
.library(
name: "FBLFunctional",
targets: ["FBLFunctional"]
)
],
targets: [
.target(
name: "FBLFunctional"
Expand Down

0 comments on commit 2a86838

Please sign in to comment.