Unset library type in Swift package manifests

This commit is contained in:
tackgyu
2021-07-19 12:50:58 +09:00
parent 9cc616f720
commit a434628249

View File

@@ -32,7 +32,7 @@ let package = Package(
.macOS(.v10_13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4) .macOS(.v10_13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4)
], ],
products: [ products: [
.library(name: "CoreStore", type: .static, targets: ["CoreStore"]) .library(name: "CoreStore", targets: ["CoreStore"])
], ],
dependencies: [], dependencies: [],
targets: [ targets: [