@mcesystems/apple-kit 1.0.41 → 1.0.44
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/dist/index.js +133 -181
- package/dist/index.js.map +4 -4
- package/dist/index.mjs +133 -180
- package/dist/index.mjs.map +4 -4
- package/dist/types/logic/actions/device.d.ts +1 -6
- package/dist/types/logic/actions/device.d.ts.map +1 -1
- package/dist/types/logic/actions/proxy.d.ts.map +1 -1
- package/dist/types/logic/actions/tool.d.ts +8 -0
- package/dist/types/logic/actions/tool.d.ts.map +1 -0
- package/dist/types/logic/utils/resolvePath.d.ts +11 -0
- package/dist/types/logic/utils/resolvePath.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Get the path to idevice binaries
|
|
3
|
+
*
|
|
4
|
+
* Priority:
|
|
5
|
+
* 1. IDeviceBinPath environment variable (for custom paths)
|
|
6
|
+
* 2. Bundled resources in the package (resources/bin/{platform}/)
|
|
7
|
+
* 3. Homebrew on macOS (/opt/homebrew/bin or /usr/local/bin)
|
|
8
|
+
* 4. System PATH (assumes tools are globally installed)
|
|
9
|
+
*/
|
|
10
|
+
export declare function getResourcesBinPath(): string;
|
|
11
|
+
//# sourceMappingURL=resolvePath.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolvePath.d.ts","sourceRoot":"","sources":["../../../../src/logic/utils/resolvePath.ts"],"names":[],"mappings":"AA+BA;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,IAAI,MAAM,CAmD5C"}
|