@backtomyfuture/exchange-cli-darwin-arm64 0.1.5 → 0.1.7
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/bin/_internal/Python +0 -0
- package/bin/_internal/Python.framework/Python +0 -0
- package/bin/_internal/Python.framework/Resources/Info.plist +30 -0
- package/bin/_internal/Python.framework/Versions/Current/Python +0 -0
- package/bin/_internal/Python.framework/Versions/Current/Resources/Info.plist +30 -0
- package/bin/_internal/base_library.zip +0 -0
- package/bin/exchange-cli +0 -0
- package/package.json +4 -1
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
|
3
|
+
<plist version="0.9">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>English</string>
|
|
7
|
+
<key>CFBundleExecutable</key>
|
|
8
|
+
<string>Python</string>
|
|
9
|
+
<key>CFBundleGetInfoString</key>
|
|
10
|
+
<string>Python Runtime and Library</string>
|
|
11
|
+
<key>CFBundleIdentifier</key>
|
|
12
|
+
<string>org.python.python</string>
|
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
+
<string>6.0</string>
|
|
15
|
+
<key>CFBundleName</key>
|
|
16
|
+
<string>Python</string>
|
|
17
|
+
<key>CFBundlePackageType</key>
|
|
18
|
+
<string>FMWK</string>
|
|
19
|
+
<key>CFBundleShortVersionString</key>
|
|
20
|
+
<string>3.14.3, (c) 2001-2024 Python Software Foundation.</string>
|
|
21
|
+
<key>CFBundleLongVersionString</key>
|
|
22
|
+
<string>3.14.3, (c) 2001-2024 Python Software Foundation.</string>
|
|
23
|
+
<key>CFBundleSignature</key>
|
|
24
|
+
<string>????</string>
|
|
25
|
+
<key>CFBundleVersion</key>
|
|
26
|
+
<string>3.14.3</string>
|
|
27
|
+
<key>CFBundleAllowMixedLocalizations</key>
|
|
28
|
+
<true/>
|
|
29
|
+
</dict>
|
|
30
|
+
</plist>
|
|
Binary file
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
|
3
|
+
<plist version="0.9">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>English</string>
|
|
7
|
+
<key>CFBundleExecutable</key>
|
|
8
|
+
<string>Python</string>
|
|
9
|
+
<key>CFBundleGetInfoString</key>
|
|
10
|
+
<string>Python Runtime and Library</string>
|
|
11
|
+
<key>CFBundleIdentifier</key>
|
|
12
|
+
<string>org.python.python</string>
|
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
+
<string>6.0</string>
|
|
15
|
+
<key>CFBundleName</key>
|
|
16
|
+
<string>Python</string>
|
|
17
|
+
<key>CFBundlePackageType</key>
|
|
18
|
+
<string>FMWK</string>
|
|
19
|
+
<key>CFBundleShortVersionString</key>
|
|
20
|
+
<string>3.14.3, (c) 2001-2024 Python Software Foundation.</string>
|
|
21
|
+
<key>CFBundleLongVersionString</key>
|
|
22
|
+
<string>3.14.3, (c) 2001-2024 Python Software Foundation.</string>
|
|
23
|
+
<key>CFBundleSignature</key>
|
|
24
|
+
<string>????</string>
|
|
25
|
+
<key>CFBundleVersion</key>
|
|
26
|
+
<string>3.14.3</string>
|
|
27
|
+
<key>CFBundleAllowMixedLocalizations</key>
|
|
28
|
+
<true/>
|
|
29
|
+
</dict>
|
|
30
|
+
</plist>
|
|
Binary file
|
package/bin/exchange-cli
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backtomyfuture/exchange-cli-darwin-arm64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "exchange-cli binary for macOS arm64",
|
|
5
5
|
"homepage": "https://github.com/backtomyfuture/exchange-cli#readme",
|
|
6
6
|
"repository": {
|
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
},
|
|
13
13
|
"os": ["darwin"],
|
|
14
14
|
"cpu": ["arm64"],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"prepare:bin": "python ../../../scripts/prepare_darwin_arm64_package.py"
|
|
17
|
+
},
|
|
15
18
|
"files": ["bin/"],
|
|
16
19
|
"license": "Apache-2.0",
|
|
17
20
|
"publishConfig": {
|