@dmsdc-ai/aterm-darwin-arm64 0.1.0
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.
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleExecutable</key>
|
|
6
|
+
<string>aterm</string>
|
|
7
|
+
<key>CFBundleIdentifier</key>
|
|
8
|
+
<string>com.aigentry.aterm</string>
|
|
9
|
+
<key>CFBundleName</key>
|
|
10
|
+
<string>aterm</string>
|
|
11
|
+
<key>CFBundleVersion</key>
|
|
12
|
+
<string>3.0.0</string>
|
|
13
|
+
<key>CFBundleShortVersionString</key>
|
|
14
|
+
<string>3.0</string>
|
|
15
|
+
<key>CFBundlePackageType</key>
|
|
16
|
+
<string>APPL</string>
|
|
17
|
+
<key>NSHighResolutionCapable</key>
|
|
18
|
+
<true/>
|
|
19
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
20
|
+
<string>6.0</string>
|
|
21
|
+
</dict>
|
|
22
|
+
</plist>
|
|
Binary file
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>files</key>
|
|
6
|
+
<dict/>
|
|
7
|
+
<key>files2</key>
|
|
8
|
+
<dict>
|
|
9
|
+
<key>Frameworks/libaterm_core.dylib</key>
|
|
10
|
+
<dict>
|
|
11
|
+
<key>cdhash</key>
|
|
12
|
+
<data>
|
|
13
|
+
hLRFCKDLtbwdEU0RW+Vvby5IxtI=
|
|
14
|
+
</data>
|
|
15
|
+
<key>requirement</key>
|
|
16
|
+
<string>cdhash H"84b44508a0cbb5bc1d114d115be56f6f2e48c6d2"</string>
|
|
17
|
+
</dict>
|
|
18
|
+
</dict>
|
|
19
|
+
<key>rules</key>
|
|
20
|
+
<dict>
|
|
21
|
+
<key>^Resources/</key>
|
|
22
|
+
<true/>
|
|
23
|
+
<key>^Resources/.*\.lproj/</key>
|
|
24
|
+
<dict>
|
|
25
|
+
<key>optional</key>
|
|
26
|
+
<true/>
|
|
27
|
+
<key>weight</key>
|
|
28
|
+
<real>1000</real>
|
|
29
|
+
</dict>
|
|
30
|
+
<key>^Resources/.*\.lproj/locversion.plist$</key>
|
|
31
|
+
<dict>
|
|
32
|
+
<key>omit</key>
|
|
33
|
+
<true/>
|
|
34
|
+
<key>weight</key>
|
|
35
|
+
<real>1100</real>
|
|
36
|
+
</dict>
|
|
37
|
+
<key>^Resources/Base\.lproj/</key>
|
|
38
|
+
<dict>
|
|
39
|
+
<key>weight</key>
|
|
40
|
+
<real>1010</real>
|
|
41
|
+
</dict>
|
|
42
|
+
<key>^version.plist$</key>
|
|
43
|
+
<true/>
|
|
44
|
+
</dict>
|
|
45
|
+
<key>rules2</key>
|
|
46
|
+
<dict>
|
|
47
|
+
<key>.*\.dSYM($|/)</key>
|
|
48
|
+
<dict>
|
|
49
|
+
<key>weight</key>
|
|
50
|
+
<real>11</real>
|
|
51
|
+
</dict>
|
|
52
|
+
<key>^(.*/)?\.DS_Store$</key>
|
|
53
|
+
<dict>
|
|
54
|
+
<key>omit</key>
|
|
55
|
+
<true/>
|
|
56
|
+
<key>weight</key>
|
|
57
|
+
<real>2000</real>
|
|
58
|
+
</dict>
|
|
59
|
+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
|
|
60
|
+
<dict>
|
|
61
|
+
<key>nested</key>
|
|
62
|
+
<true/>
|
|
63
|
+
<key>weight</key>
|
|
64
|
+
<real>10</real>
|
|
65
|
+
</dict>
|
|
66
|
+
<key>^.*</key>
|
|
67
|
+
<true/>
|
|
68
|
+
<key>^Info\.plist$</key>
|
|
69
|
+
<dict>
|
|
70
|
+
<key>omit</key>
|
|
71
|
+
<true/>
|
|
72
|
+
<key>weight</key>
|
|
73
|
+
<real>20</real>
|
|
74
|
+
</dict>
|
|
75
|
+
<key>^PkgInfo$</key>
|
|
76
|
+
<dict>
|
|
77
|
+
<key>omit</key>
|
|
78
|
+
<true/>
|
|
79
|
+
<key>weight</key>
|
|
80
|
+
<real>20</real>
|
|
81
|
+
</dict>
|
|
82
|
+
<key>^Resources/</key>
|
|
83
|
+
<dict>
|
|
84
|
+
<key>weight</key>
|
|
85
|
+
<real>20</real>
|
|
86
|
+
</dict>
|
|
87
|
+
<key>^Resources/.*\.lproj/</key>
|
|
88
|
+
<dict>
|
|
89
|
+
<key>optional</key>
|
|
90
|
+
<true/>
|
|
91
|
+
<key>weight</key>
|
|
92
|
+
<real>1000</real>
|
|
93
|
+
</dict>
|
|
94
|
+
<key>^Resources/.*\.lproj/locversion.plist$</key>
|
|
95
|
+
<dict>
|
|
96
|
+
<key>omit</key>
|
|
97
|
+
<true/>
|
|
98
|
+
<key>weight</key>
|
|
99
|
+
<real>1100</real>
|
|
100
|
+
</dict>
|
|
101
|
+
<key>^Resources/Base\.lproj/</key>
|
|
102
|
+
<dict>
|
|
103
|
+
<key>weight</key>
|
|
104
|
+
<real>1010</real>
|
|
105
|
+
</dict>
|
|
106
|
+
<key>^[^/]+$</key>
|
|
107
|
+
<dict>
|
|
108
|
+
<key>nested</key>
|
|
109
|
+
<true/>
|
|
110
|
+
<key>weight</key>
|
|
111
|
+
<real>10</real>
|
|
112
|
+
</dict>
|
|
113
|
+
<key>^embedded\.provisionprofile$</key>
|
|
114
|
+
<dict>
|
|
115
|
+
<key>weight</key>
|
|
116
|
+
<real>20</real>
|
|
117
|
+
</dict>
|
|
118
|
+
<key>^version\.plist$</key>
|
|
119
|
+
<dict>
|
|
120
|
+
<key>weight</key>
|
|
121
|
+
<real>20</real>
|
|
122
|
+
</dict>
|
|
123
|
+
</dict>
|
|
124
|
+
</dict>
|
|
125
|
+
</plist>
|
package/package.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@dmsdc-ai/aterm-darwin-arm64",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "darwin-arm64 native bundle for @dmsdc-ai/aterm",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist/aterm.app",
|
|
8
|
+
"package.json"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"prepack": "node ../prepare-platform-package.mjs aterm-darwin-arm64"
|
|
12
|
+
},
|
|
13
|
+
"os": [
|
|
14
|
+
"darwin"
|
|
15
|
+
],
|
|
16
|
+
"cpu": [
|
|
17
|
+
"arm64"
|
|
18
|
+
],
|
|
19
|
+
"license": "UNLICENSED",
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"access": "public"
|
|
22
|
+
}
|
|
23
|
+
}
|