chore: 添加Playground 失败

This commit is contained in:
DingSoung
2020-07-10 11:05:26 +08:00
committed by Songwen Ding
parent 2a3f4a3817
commit 2e50059ad1
4 changed files with 33 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ let package = Package(
products: [
.library(
name: "YogaKit",
type: .static,
//type: .dynamic,
targets: ["YogaKit"]
)
],
@@ -22,7 +22,7 @@ let package = Package(
.target(
name: "YogaKit",
path: "yoga",
exclude: [],
//exclude: [],
sources: ["./"],
publicHeadersPath: "include",
cSettings: [