@backtomyfuture/exchange-cli-darwin-arm64 0.2.4 → 0.2.6
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/base_library.zip +0 -0
- package/bin/exchange-cli +0 -0
- package/package.json +1 -1
- package/bin/_internal/Python.framework/Python +0 -0
- package/bin/_internal/Python.framework/Resources/Info.plist +0 -30
- package/bin/_internal/Python.framework/Versions/Current/Python +0 -0
- package/bin/_internal/Python.framework/Versions/Current/Resources/Info.plist +0 -30
|
Binary file
|
package/bin/exchange-cli
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -1,30 +0,0 @@
|
|
|
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.12.10, (c) 2001-2023 Python Software Foundation.</string>
|
|
21
|
-
<key>CFBundleLongVersionString</key>
|
|
22
|
-
<string>3.12.10, (c) 2001-2023 Python Software Foundation.</string>
|
|
23
|
-
<key>CFBundleSignature</key>
|
|
24
|
-
<string>????</string>
|
|
25
|
-
<key>CFBundleVersion</key>
|
|
26
|
-
<string>3.12.10</string>
|
|
27
|
-
<key>CFBundleAllowMixedLocalizations</key>
|
|
28
|
-
<true/>
|
|
29
|
-
</dict>
|
|
30
|
-
</plist>
|
|
Binary file
|
|
@@ -1,30 +0,0 @@
|
|
|
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.12.10, (c) 2001-2023 Python Software Foundation.</string>
|
|
21
|
-
<key>CFBundleLongVersionString</key>
|
|
22
|
-
<string>3.12.10, (c) 2001-2023 Python Software Foundation.</string>
|
|
23
|
-
<key>CFBundleSignature</key>
|
|
24
|
-
<string>????</string>
|
|
25
|
-
<key>CFBundleVersion</key>
|
|
26
|
-
<string>3.12.10</string>
|
|
27
|
-
<key>CFBundleAllowMixedLocalizations</key>
|
|
28
|
-
<true/>
|
|
29
|
-
</dict>
|
|
30
|
-
</plist>
|