mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 23:42:04 +00:00
15 lines
244 B
Swift
15 lines
244 B
Swift
// swift-tools-version:5.8
|
|
|
|
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "build",
|
|
products: [
|
|
],
|
|
targets: [
|
|
.executableTarget(
|
|
name: "build",
|
|
path: "XCFrameworkBuild"
|
|
)
|
|
]
|
|
)
|