@mcesystems/apple-kit 1.0.32 → 1.0.33
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 +284 -284
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types/utils/portManager.d.ts +68 -0
- package/dist/types/utils/portManager.d.ts.map +1 -0
- package/package.json +1 -1
- package/scripts/README.md +209 -209
- package/scripts/build-windows.sh.template +134 -134
- package/scripts/export-resources.mts +690 -690
- package/dist/resources/bin/darwin/idevice_id +0 -0
- package/dist/resources/bin/darwin/idevicedebug +0 -0
- package/dist/resources/bin/darwin/idevicediagnostics +0 -0
- package/dist/resources/bin/darwin/ideviceinfo +0 -0
- package/dist/resources/bin/darwin/ideviceinstaller +0 -0
- package/dist/resources/bin/darwin/idevicename +0 -0
- package/dist/resources/bin/darwin/idevicepair +0 -0
- package/dist/resources/bin/darwin/idevicescreenshot +0 -0
- package/dist/resources/bin/darwin/idevicesyslog +0 -0
- package/dist/resources/bin/darwin/iproxy +0 -0
- package/dist/resources/bin/darwin/libcrypto.3.dylib +0 -0
- package/dist/resources/bin/darwin/libimobiledevice-1.0.6.dylib +0 -0
- package/dist/resources/bin/darwin/libimobiledevice-glue-1.0.0.dylib +0 -0
- package/dist/resources/bin/darwin/liblzma.5.dylib +0 -0
- package/dist/resources/bin/darwin/libplist-2.0.4.dylib +0 -0
- package/dist/resources/bin/darwin/libssl.3.dylib +0 -0
- package/dist/resources/bin/darwin/libusbmuxd-2.0.7.dylib +0 -0
- package/dist/resources/bin/darwin/libzip.5.dylib +0 -0
- package/dist/resources/bin/darwin/libzstd.1.dylib +0 -0
- package/dist/resources/licenses/LGPL-2.1.txt +0 -33
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
GNU LESSER GENERAL PUBLIC LICENSE
|
|
2
|
-
Version 2.1, February 1999
|
|
3
|
-
|
|
4
|
-
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
|
5
|
-
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
6
|
-
|
|
7
|
-
Everyone is permitted to copy and distribute verbatim copies
|
|
8
|
-
of this license document, but changing it is not allowed.
|
|
9
|
-
|
|
10
|
-
[This is the first released version of the Lesser GPL. It also counts
|
|
11
|
-
as the successor of the GNU Library Public License, version 2, hence
|
|
12
|
-
the version number 2.1.]
|
|
13
|
-
|
|
14
|
-
Preamble
|
|
15
|
-
|
|
16
|
-
The licenses for most software are designed to take away your
|
|
17
|
-
freedom to share and change it. By contrast, the GNU General Public
|
|
18
|
-
Licenses are intended to guarantee your freedom to share and change
|
|
19
|
-
free software--to make sure the software is free for all its users.
|
|
20
|
-
|
|
21
|
-
This license, the Lesser General Public License, applies to some
|
|
22
|
-
specially designated software packages--typically libraries--of the
|
|
23
|
-
Free Software Foundation and other authors who decide to use it. You
|
|
24
|
-
can use it too, but we suggest you first think carefully about whether
|
|
25
|
-
this license or the ordinary General Public License is the better
|
|
26
|
-
strategy to use in any particular case, based on the explanations below.
|
|
27
|
-
|
|
28
|
-
libimobiledevice is licensed under the GNU Lesser General Public License
|
|
29
|
-
version 2.1 or later (LGPL-2.1+).
|
|
30
|
-
|
|
31
|
-
For the full text of the LGPL-2.1 license, see:
|
|
32
|
-
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
|
|
33
|
-
|