Skip to content

Commit 2d2bacd

Browse files
committed
Added Package.swift
1 parent 3aedcc2 commit 2d2bacd

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

Package.swift

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
// swift-tools-version:5.3
2+
3+
import PackageDescription
4+
5+
let package = Package(
6+
name: "ios_system",
7+
products: [
8+
.library(name: "ios_system", targets: ["awk", "curl_ios", "files", "ios_system", "shell", "ssh_cmd", "tar", "text"])
9+
],
10+
dependencies: [
11+
],
12+
targets: [
13+
.binaryTarget(
14+
name: "awk",
15+
url: "https://github.com/holzschu/ios_system/releases/download/2.6/awk.xcframework.zip",
16+
checksum: "a988ef4fb8507dc5d7c02a518de43f2d8dd092b959b913eeeaf58577d17fbac6"
17+
),
18+
.binaryTarget(
19+
name: "curl_ios",
20+
url: "https://github.com/holzschu/ios_system/releases/download/2.6/curl_ios.xcframework.zip",
21+
checksum: "b4c8a3d98c89bf586a64cbfd4255df593fb6310ac226c5ea64b7ce2666b5e684"
22+
),
23+
.binaryTarget(
24+
name: "files",
25+
url: "https://github.com/holzschu/ios_system/releases/download/2.6/files.xcframework.zip",
26+
checksum: "a10f04c094aef05617b9aa8faebe58c3e632b544600240f07539075c57d1d9c9"
27+
),
28+
.binaryTarget(
29+
name: "ios_system",
30+
url: "https://github.com/holzschu/ios_system/releases/download/2.6/ios_system.xcframework.zip",
31+
checksum: "8faec6b4b4e13f3b9942a33c7966cdc55d6add8f1b39b6e9b647e31af8087c20"
32+
),
33+
.binaryTarget(
34+
name: "shell",
35+
url: "https://github.com/holzschu/ios_system/releases/download/2.6/shell.xcframework.zip",
36+
checksum: "e4330f181aba1e01e6bf2c7c195347c892e55c5afda08739c4c9be404d77c30b"
37+
),
38+
.binaryTarget(
39+
name: "ssh_cmd",
40+
url: "https://github.com/holzschu/ios_system/releases/download/2.6/ssh_cmd.xcframework.zip",
41+
checksum: "a7531795e020fc4f296e263bb1e192121da2ee0cb124cf44789bf34222577f96"
42+
),
43+
.binaryTarget(
44+
name: "tar",
45+
url: "https://github.com/holzschu/ios_system/releases/download/2.6/tar.xcframework.zip",
46+
checksum: "df4b5c7e9650ae884bc889fd2890a5c5276cb372e29c47e2c551515c8f46d431"
47+
),
48+
.binaryTarget(
49+
name: "text",
50+
url: "https://github.com/holzschu/ios_system/releases/download/2.6/text.xcframework.zip",
51+
checksum: "45852fff09627720d171e12b5c23869e32c617f35da9292c40bef3c02f9efaed"
52+
)
53+
]
54+
)

0 commit comments

Comments
 (0)