Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
kornerr
/
check-ios-bus
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
d
single
Михаил Капелько
1 anno fa
parent
8bf84d9449
commit
42ab87a0fb
1 ha cambiato i file
con
25 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+25
-0
Modules/BusX/Package.swift
+ 25
- 0
Modules/BusX/Package.swift
Vedi File
@@ -0,0 +1,25 @@
// swift-tools-version: 5.9
import PackageDescription
let package = Package(
name: "BusX",
platforms: [.iOS(.v14)],
products: [
.library(
name: "BusX",
type: .dynamic,
targets: ["BusX"]
),
],
dependencies: [
],
targets: [
.target(
name: "BusX",
dependencies: [
],
path: "src"
),
]
)
Write
Preview
Loading…
Annulla
Salva