Skip to content

Commit

Permalink
Update Package.swift (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ay42 authored Oct 21, 2022
1 parent 9b88c58 commit 7163e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.iOS(.v14), .macOS(.v11), .tvOS(.v14)
],
products: [
.library(name: "Storefront", type: .static, targets: ["Storefront"])
.library(name: "Storefront", targets: ["Storefront"])
],
targets: [
.target(name: "Storefront"),
Expand Down

0 comments on commit 7163e89

Please sign in to comment.