Skip to content

Commit e8bf822

Browse files
authored
Change IoStudKit library type to static
1 parent 9089b03 commit e8bf822

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ let package = Package(
1313
// Products define the executables and libraries a package produces, making them visible to other packages.
1414
.library(
1515
name: "IoStudKit",
16+
type: .static,
1617
targets: ["IoStudKit"]),
1718
],
1819
targets: [

0 commit comments

Comments
 (0)