Skip to content

Commit

Permalink
Merge pull request #31 from jamf/CON-5401-Remove-explicit-product-types
Browse files Browse the repository at this point in the history
CON-5401 Remove explicit target types for libraries
  • Loading branch information
teeweizhong10 authored Nov 18, 2024
2 parents be6506c + 3850e55 commit 9d67b79
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 9d67b79

Please sign in to comment.