@accio-ai/dps-cli-darwin-x64 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/bundle/GaeaLsquicMac.dylib +0 -0
- package/bundle/GaeaMac.dylib +0 -0
- package/bundle/dps-cli +0 -0
- package/bundle/libaim.dylib +0 -0
- package/bundle/libdps.dylib +0 -0
- package/bundle/libfml.dylib +0 -0
- package/bundle/manifest.json +207 -0
- package/package.json +19 -0
package/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# @accio-ai/dps-cli-darwin-x64
|
|
2
|
+
|
|
3
|
+
Public DingPaaS IM native runtime artifact for macOS x64.
|
|
4
|
+
|
|
5
|
+
This package is consumed programmatically by Phoenix. It is not a standalone
|
|
6
|
+
global CLI installation. The runtime must be verified against the bundled
|
|
7
|
+
`manifest.json` before execution.
|
|
Binary file
|
|
Binary file
|
package/bundle/dps-cli
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
{
|
|
2
|
+
"architecture": "x86_64",
|
|
3
|
+
"bundleVersion": "0.1.1",
|
|
4
|
+
"capabilities": {
|
|
5
|
+
"count": 20,
|
|
6
|
+
"sha256": "96d7fd2e5323857a5c6aa215ad91e626f33a5da82dddf348e0579fe30040230b"
|
|
7
|
+
},
|
|
8
|
+
"contentDigest": {
|
|
9
|
+
"algorithm": "sha256",
|
|
10
|
+
"representation": "final-signed-file-bytes"
|
|
11
|
+
},
|
|
12
|
+
"dpsCliCommit": "8db3663bfec90e0dffae2b5c3a05ca452cab22ac",
|
|
13
|
+
"files": [
|
|
14
|
+
{
|
|
15
|
+
"architectures": [
|
|
16
|
+
"x86_64"
|
|
17
|
+
],
|
|
18
|
+
"dependencies": [
|
|
19
|
+
"@rpath/libdps.dylib",
|
|
20
|
+
"@rpath/libaim.dylib",
|
|
21
|
+
"/usr/lib/libc++.1.dylib",
|
|
22
|
+
"/usr/lib/libSystem.B.dylib"
|
|
23
|
+
],
|
|
24
|
+
"installId": null,
|
|
25
|
+
"minOS": "11.0",
|
|
26
|
+
"path": "dps-cli",
|
|
27
|
+
"rpaths": [
|
|
28
|
+
"@executable_path"
|
|
29
|
+
],
|
|
30
|
+
"sha256": "e8f9dc0c72886002ca1c42e2c9aa3ab10831577fcfda3d935c0f95c5989b8832",
|
|
31
|
+
"type": "executable"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"architectures": [
|
|
35
|
+
"x86_64"
|
|
36
|
+
],
|
|
37
|
+
"dependencies": [
|
|
38
|
+
"/usr/lib/libz.1.dylib",
|
|
39
|
+
"/usr/lib/libSystem.B.dylib"
|
|
40
|
+
],
|
|
41
|
+
"installId": "@rpath/GaeaLsquicMac.dylib",
|
|
42
|
+
"minOS": "10.9",
|
|
43
|
+
"path": "GaeaLsquicMac.dylib",
|
|
44
|
+
"rpaths": [],
|
|
45
|
+
"sha256": "14cfa58ba0ba4fe75d083c5d63635e71e81732789ba70157f3d431bc3d438bc6",
|
|
46
|
+
"type": "dylib"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"architectures": [
|
|
50
|
+
"x86_64"
|
|
51
|
+
],
|
|
52
|
+
"dependencies": [
|
|
53
|
+
"/usr/lib/libz.1.dylib",
|
|
54
|
+
"/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
|
|
55
|
+
"/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation",
|
|
56
|
+
"/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit",
|
|
57
|
+
"/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN",
|
|
58
|
+
"/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork",
|
|
59
|
+
"/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration",
|
|
60
|
+
"/usr/lib/libresolv.9.dylib",
|
|
61
|
+
"@rpath/GaeaLsquicMac.dylib",
|
|
62
|
+
"/usr/lib/libc++.1.dylib",
|
|
63
|
+
"/usr/lib/libSystem.B.dylib",
|
|
64
|
+
"/usr/lib/libobjc.A.dylib"
|
|
65
|
+
],
|
|
66
|
+
"installId": "@rpath/GaeaMac.dylib",
|
|
67
|
+
"minOS": "10.9",
|
|
68
|
+
"path": "GaeaMac.dylib",
|
|
69
|
+
"rpaths": [],
|
|
70
|
+
"sha256": "b9981489099e309a66053ad97df8a0c27b2151532faa57b171ab04d9c3634311",
|
|
71
|
+
"type": "dylib"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"architectures": [
|
|
75
|
+
"x86_64"
|
|
76
|
+
],
|
|
77
|
+
"dependencies": [
|
|
78
|
+
"/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit",
|
|
79
|
+
"/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices",
|
|
80
|
+
"/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon",
|
|
81
|
+
"/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
|
|
82
|
+
"/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation",
|
|
83
|
+
"/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit",
|
|
84
|
+
"/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL",
|
|
85
|
+
"/System/Library/Frameworks/Security.framework/Versions/A/Security",
|
|
86
|
+
"@rpath/libdps.dylib",
|
|
87
|
+
"@rpath/libfml.dylib",
|
|
88
|
+
"@rpath/GaeaMac.dylib",
|
|
89
|
+
"/usr/lib/libresolv.9.dylib",
|
|
90
|
+
"/usr/lib/libz.1.dylib",
|
|
91
|
+
"/System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony",
|
|
92
|
+
"/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration",
|
|
93
|
+
"/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN",
|
|
94
|
+
"/usr/lib/libc++.1.dylib",
|
|
95
|
+
"/usr/lib/libSystem.B.dylib"
|
|
96
|
+
],
|
|
97
|
+
"installId": "@rpath/libaim.dylib",
|
|
98
|
+
"minOS": "10.9",
|
|
99
|
+
"path": "libaim.dylib",
|
|
100
|
+
"rpaths": [],
|
|
101
|
+
"sha256": "6c784d64bd4f3ce35d6c58d212feef630a7145acf10d1fca8ab3b6fb752ba5eb",
|
|
102
|
+
"type": "dylib"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"architectures": [
|
|
106
|
+
"x86_64"
|
|
107
|
+
],
|
|
108
|
+
"dependencies": [
|
|
109
|
+
"/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit",
|
|
110
|
+
"/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices",
|
|
111
|
+
"/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon",
|
|
112
|
+
"/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
|
|
113
|
+
"/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation",
|
|
114
|
+
"/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit",
|
|
115
|
+
"/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL",
|
|
116
|
+
"/System/Library/Frameworks/Security.framework/Versions/A/Security",
|
|
117
|
+
"@rpath/GaeaMac.dylib",
|
|
118
|
+
"/System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony",
|
|
119
|
+
"/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration",
|
|
120
|
+
"/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN",
|
|
121
|
+
"/usr/lib/libresolv.9.dylib",
|
|
122
|
+
"/usr/lib/libz.1.dylib",
|
|
123
|
+
"@rpath/libfml.dylib",
|
|
124
|
+
"/usr/lib/libc++.1.dylib",
|
|
125
|
+
"/usr/lib/libSystem.B.dylib",
|
|
126
|
+
"/usr/lib/libobjc.A.dylib"
|
|
127
|
+
],
|
|
128
|
+
"installId": "@rpath/libdps.dylib",
|
|
129
|
+
"minOS": "10.9",
|
|
130
|
+
"path": "libdps.dylib",
|
|
131
|
+
"rpaths": [],
|
|
132
|
+
"sha256": "6b685c96a43b11618bee8d3e949eb4f544435241799fd5dfaf83af68918148a6",
|
|
133
|
+
"type": "dylib"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"architectures": [
|
|
137
|
+
"x86_64"
|
|
138
|
+
],
|
|
139
|
+
"dependencies": [
|
|
140
|
+
"/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit",
|
|
141
|
+
"/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices",
|
|
142
|
+
"/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon",
|
|
143
|
+
"/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
|
|
144
|
+
"/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation",
|
|
145
|
+
"/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit",
|
|
146
|
+
"/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL",
|
|
147
|
+
"/System/Library/Frameworks/Security.framework/Versions/A/Security",
|
|
148
|
+
"/usr/lib/libc++.1.dylib",
|
|
149
|
+
"/usr/lib/libSystem.B.dylib",
|
|
150
|
+
"/usr/lib/libobjc.A.dylib"
|
|
151
|
+
],
|
|
152
|
+
"installId": "@rpath/libfml.dylib",
|
|
153
|
+
"minOS": "10.9",
|
|
154
|
+
"path": "libfml.dylib",
|
|
155
|
+
"rpaths": [],
|
|
156
|
+
"sha256": "ba30773c2a4721bf82b101d7ea24cfba8c9f1bedf0b548670c999ec32b686200",
|
|
157
|
+
"type": "dylib"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"fixtures": {
|
|
161
|
+
"canonicalSource": {
|
|
162
|
+
"manifestSha256": "7c26bedfcbe1be142755edf76a340231220b38df1fc66cc35d2ee0d247bca281",
|
|
163
|
+
"operationParamsSha256": "205e86ae67909186a2d00596f54d8d92f045b139fc607cbfeece86c07cf3f1ed",
|
|
164
|
+
"owner": "@ali/dps-cli",
|
|
165
|
+
"schemaVersion": 1
|
|
166
|
+
},
|
|
167
|
+
"count": 6,
|
|
168
|
+
"sha256": "47c4adab192bd9210bdc90c7d65be4bc584509f44d8f4cccbd95ecfd9a8d92b4"
|
|
169
|
+
},
|
|
170
|
+
"layout": "darwin-x86_64",
|
|
171
|
+
"minOS": [
|
|
172
|
+
"10.9",
|
|
173
|
+
"11.0"
|
|
174
|
+
],
|
|
175
|
+
"mode": "per-arch",
|
|
176
|
+
"platform": "darwin",
|
|
177
|
+
"protocol": {
|
|
178
|
+
"sha256": "ef475eae0e4cab4b4fa6349f1e383511cf6abbe32d5ca2fe2830ed4a55d7bd4e",
|
|
179
|
+
"transportAuthFixtureSha256": "4dbe8de0f9f075013a3f4e111edbd161b57f09a107b3e0cc5ff8f6c38393f888",
|
|
180
|
+
"transportAuthVersion": 2,
|
|
181
|
+
"version": 1
|
|
182
|
+
},
|
|
183
|
+
"schemaVersion": 2,
|
|
184
|
+
"sdk": {
|
|
185
|
+
"artifactSha256": "8de67fb66cc29c111fff9be485b63af8ac6759f642f071a4c29b575de365a50a",
|
|
186
|
+
"source": {
|
|
187
|
+
"dylibDirectory": "bin/macUniversal/release",
|
|
188
|
+
"files": [
|
|
189
|
+
"GaeaLsquicMac.dylib",
|
|
190
|
+
"GaeaMac.dylib",
|
|
191
|
+
"libaim.dylib",
|
|
192
|
+
"libdps.dylib",
|
|
193
|
+
"libfml.dylib"
|
|
194
|
+
],
|
|
195
|
+
"versionHeader": "include/libaim/dps_version.h"
|
|
196
|
+
},
|
|
197
|
+
"version": "a891d71"
|
|
198
|
+
},
|
|
199
|
+
"source": {
|
|
200
|
+
"contentSha256": "ffbfd3fbda2685bd7b456a937d2f212118732fc210f4c0ec7d8fc34810b414a3",
|
|
201
|
+
"dirty": false,
|
|
202
|
+
"fileCount": 664,
|
|
203
|
+
"gitCommit": "8db3663bfec90e0dffae2b5c3a05ca452cab22ac",
|
|
204
|
+
"identitySha256": "ab2561a033a13af7fe09b0b699302131f84433884cf3c38b60976350207938ff",
|
|
205
|
+
"statusSha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
|
206
|
+
}
|
|
207
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@accio-ai/dps-cli-darwin-x64",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "DingPaaS IM native runtime bundle for macOS x64",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"os": [
|
|
7
|
+
"darwin"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"x64"
|
|
11
|
+
],
|
|
12
|
+
"files": [
|
|
13
|
+
"bundle",
|
|
14
|
+
"README.md"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"registry": "https://registry.npmjs.org"
|
|
18
|
+
}
|
|
19
|
+
}
|