mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
Initial Commit
This commit is contained in:
10
Package.swift
Normal file
10
Package.swift
Normal file
@ -0,0 +1,10 @@
|
||||
// swift-tools-version: 6.0
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "darwin-apk",
|
||||
targets: [
|
||||
.executableTarget(
|
||||
name: "darwin-apk"),
|
||||
]
|
||||
)
|
Reference in New Issue
Block a user