Skip to content

Commit 26fc2a8

Browse files
Update Package.swift
1 parent a458aff commit 26fc2a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ let package = Package(
3030
name: "Fintoc",
3131
platforms: [.macOS("11.0")],
3232
products: [
33+
.library(name: "APIBuilder", targets: ["APIBuilder"]),
3334
.library(name: "Fintoc", targets: ["Fintoc"]),
3435
] + additionalProducts,
3536
dependencies: [

0 commit comments

Comments
 (0)