Skip to content

Commit

Permalink
Revert "Add static target"
Browse files Browse the repository at this point in the history
This reverts commit 097b46f.
  • Loading branch information
ncipollo committed Dec 6, 2023
1 parent 4ba756f commit 2224c22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ let package = Package(
.watchOS(.v7)
],
products: [
.library(name: "WhoopDIKit", targets: ["WhoopDIKit"]),
.library(name: "WhoopDIKitStatic", type:.static, targets: ["WhoopDIKit"])
.library(
name: "WhoopDIKit",
targets: ["WhoopDIKit"])
],
dependencies: [],
targets: [
Expand Down

0 comments on commit 2224c22

Please sign in to comment.