forked from holzschu/ios_system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.swift
78 lines (75 loc) · 3.85 KB
/
Package.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
// swift-tools-version:5.3
import PackageDescription
let package = Package(
name: "ios_system",
products: [
.library(name: "ios_system", targets: ["awk", "curl_ios", "files", "ios_system", "shell", "ssh_cmd", "tar", "text", "mandoc"])
],
dependencies: [
],
targets: [
.binaryTarget(
name: "awk",
url: "/~https://github.com/holzschu/ios_system/releases/download/2.6/awk.xcframework.zip",
checksum: "d5cbe95490a244207c1aea0f7918d9f071d4a8c3a2e9d939fbc160af485c0ba0"
),
.binaryTarget(
name: "curl_ios",
url: "/~https://github.com/holzschu/ios_system/releases/download/2.6/curl_ios.xcframework.zip",
checksum: "d8780dcf1e64e1abe9bea3d5281c26ebada9c8769c6a75273736aabde5d370d3"
),
.binaryTarget(
name: "files",
url: "/~https://github.com/holzschu/ios_system/releases/download/2.6/files.xcframework.zip",
checksum: "a3f37618b50d403113d477775811ee4db0c3f27a306a68e9a9f04114698d7e1c"
),
.binaryTarget(
name: "ios_system",
url: "/~https://github.com/holzschu/ios_system/releases/download/2.6/ios_system.xcframework.zip",
checksum: "1ae111cd468e8764013a9d34944607b446cc43f181b51babf602646f4f620993"
),
.binaryTarget(
name: "shell",
url: "/~https://github.com/holzschu/ios_system/releases/download/2.6/shell.xcframework.zip",
checksum: "7a8a5ad7496089f45a0f9da39a1f1c44aa1aa1cf913ca57683df27e1798168c4"
),
.binaryTarget(
name: "ssh_cmd",
url: "/~https://github.com/holzschu/ios_system/releases/download/2.6/ssh_cmd.xcframework.zip",
checksum: "315a6448decd4d76c4d92701b15151444dc0261a1b0681b7d95a7d081a39d3fa"
),
.binaryTarget(
name: "tar",
url: "/~https://github.com/holzschu/ios_system/releases/download/2.6/tar.xcframework.zip",
checksum: "ee812634ab1dff10fa79d19782723c1b9624f6ce0146509a91cc3ebff247fb27"
),
.binaryTarget(
name: "text",
url: "/~https://github.com/holzschu/ios_system/releases/download/2.6/text.xcframework.zip",
checksum: "b6a733aa525cf191151197c97736a94a65fb0b690b3cba1d6ba65d8f4777bf79"
),
.binaryTarget(
name: "mandoc",
url: "/~https://github.com/holzschu/ios_system/releases/download/2.6/mandoc.xcframework.zip",
checksum: "9e4ce408f1ec66afae125782117a4a847dc17c83cbc8d105fa89a0415e86880b"
)
]
)
/*
xcframework successfully written out to: /Users/holzschu/src/Xcode_iPad/ios_system/awk.xcframework
d5cbe95490a244207c1aea0f7918d9f071d4a8c3a2e9d939fbc160af485c0ba0
xcframework successfully written out to: /Users/holzschu/src/Xcode_iPad/ios_system/curl_ios.xcframework
d8780dcf1e64e1abe9bea3d5281c26ebada9c8769c6a75273736aabde5d370d3
xcframework successfully written out to: /Users/holzschu/src/Xcode_iPad/ios_system/files.xcframework
a3f37618b50d403113d477775811ee4db0c3f27a306a68e9a9f04114698d7e1c
xcframework successfully written out to: /Users/holzschu/src/Xcode_iPad/ios_system/ios_system.xcframework
1ae111cd468e8764013a9d34944607b446cc43f181b51babf602646f4f620993
xcframework successfully written out to: /Users/holzschu/src/Xcode_iPad/ios_system/shell.xcframework
7a8a5ad7496089f45a0f9da39a1f1c44aa1aa1cf913ca57683df27e1798168c4
xcframework successfully written out to: /Users/holzschu/src/Xcode_iPad/ios_system/ssh_cmd.xcframework
315a6448decd4d76c4d92701b15151444dc0261a1b0681b7d95a7d081a39d3fa
xcframework successfully written out to: /Users/holzschu/src/Xcode_iPad/ios_system/tar.xcframework
ee812634ab1dff10fa79d19782723c1b9624f6ce0146509a91cc3ebff247fb27
xcframework successfully written out to: /Users/holzschu/src/Xcode_iPad/ios_system/text.xcframework
b6a733aa525cf191151197c97736a94a65fb0b690b3cba1d6ba65d8f4777bf79
*/