Skip to content

Commit

Permalink
CON-5401 Remove explicit target types for libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
teeweizhong10 committed Nov 17, 2024
1 parent 37d79d5 commit aa37a94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,18 @@ let package = Package(
products: [
.library(
name: "Subprocess",
type: .static,
targets: [ "Subprocess" ]
),
.library(
name: "SubprocessMocks",
type: .static,
targets: [ "SubprocessMocks" ]
),
.library(
name: "libSubprocess",
type: .dynamic,
targets: [ "Subprocess" ]
),
.library(
name: "libSubprocessMocks",
type: .dynamic,
targets: [ "SubprocessMocks" ]
)
],
Expand Down

0 comments on commit aa37a94

Please sign in to comment.