Update Package.swift
This commit is contained in:
@@ -6,26 +6,27 @@ import PackageDescription
|
||||
let package = Package(
|
||||
name: "yoga",
|
||||
platforms: [
|
||||
.iOS(.v14),
|
||||
],
|
||||
.iOS(.v14),
|
||||
],
|
||||
products: [
|
||||
.library(
|
||||
name: "yoga",
|
||||
type: .dynamic,
|
||||
targets: ["yoga"]
|
||||
),
|
||||
),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "yoga",
|
||||
dependencies: [],
|
||||
path: "./yoga",
|
||||
cxxSettings: [
|
||||
.headerSearchPath("../"),
|
||||
],
|
||||
linkerSettings: [
|
||||
.linkedFramework("Foundation"),
|
||||
]
|
||||
)
|
||||
path: "./yoga",
|
||||
cxxSettings: [
|
||||
.headerSearchPath("../"),
|
||||
],
|
||||
linkerSettings: [
|
||||
.linkedFramework("Foundation"),
|
||||
]
|
||||
)
|
||||
],
|
||||
cxxLanguageStandard: .cxx14
|
||||
)
|
||||
|
Reference in New Issue
Block a user