mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-03 13:31:32 +00:00
11 lines
185 B
Swift
11 lines
185 B
Swift
![]() |
// swift-tools-version: 6.0
|
||
|
import PackageDescription
|
||
|
|
||
|
let package = Package(
|
||
|
name: "darwin-apk",
|
||
|
targets: [
|
||
|
.executableTarget(
|
||
|
name: "darwin-apk"),
|
||
|
]
|
||
|
)
|