Skip to content

Commit

Permalink
add condition
Browse files Browse the repository at this point in the history
  • Loading branch information
VDA22 committed May 17, 2024
1 parent a0913e3 commit cbd81b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ let package = Package(
"DictionaryCoder",
"FigmaGenTools",
"Expression",
"KeychainAccess"
.product(
name: "KeychainAccess",
package: "KeychainAccess",
condition: .when(platforms: [.macOS])
)
],
path: "Sources/FigmaGen"
),
Expand Down

0 comments on commit cbd81b5

Please sign in to comment.