Skip to content

Commit

Permalink
Make package type automatic
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrankriyam committed Nov 22, 2022
1 parent a8b1c95 commit bc54808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ let package = Package(
name: "MusadoraKit",
platforms: [.iOS(.v15), .macOS(.v12), .watchOS(.v8), .tvOS(.v15)],
products: [
.library(name: "MusadoraKit", type: .static, targets: ["MusadoraKit"]),
.library(name: "MusadoraLabsKit", type: .static, targets: ["MusadoraLabsKit"]),
.library(name: "MusadoraKit", targets: ["MusadoraKit"]),
.library(name: "MusadoraLabsKit", targets: ["MusadoraLabsKit"]),
],
dependencies: [],
targets: [
Expand Down

0 comments on commit bc54808

Please sign in to comment.