mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-05-17 13:17:09 +02:00
Merge pull request #433 from tackgyu/unset-library-type
Unset library type in Swift package manifests
This commit is contained in:
+1
-1
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user