| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
cli: Wire --frida through the pipeline, gated to cloudOS 26.4+ Expose --frida on patch-firmware, patch-component, fw patch, and vm create (plus `make fw_patch_jb/exp FRIDA=1`), threading it into KernelJBPatcher.applyFrida via FirmwarePipeline. The kernel patches apply only when the cloudOS kernel is 26.4+ (the versions where the shapes were validated); older kernels are left untouched. Baseline JB/EXP output is byte-identical without --frida (26.4 emits 83 records, 87 with). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> | 25 天前 | |
catalog: Replace iOS 26.6.1 RC with release build 23G83 The bundled 26.6.1 IPSW pointed at the 23G82 release candidate, which differs from the shipped release. Point it at the 23G83 final restore and update the tested-environment tables accordingly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | 18 天前 | |
cli: Rework vm export/import — presets, auto-naming, positional, progress Export/import UX overhaul, wiring in the counting-pipe and progress-bar primitives: - Compression: replace `--compress {fast,balanced,max}` with a fast (zstd -3) default and a single `--max` (xz -9) flag; drop balanced. - `vm export --out DIR`: when the destination is an existing directory, auto-name the archive `<vm>.tzst`/`.txz` and print the resolved path. - `vm import ARCHIVE`: take the archive as a positional argument instead of `--in`. - Progress bars: export runs a two-stage tar pipeline (uncompressed gnutar producer -> compressing consumer via bsdtar `@-`) so the bar is driven off the known uncompressed total; import extracts once (was decompressing twice) and counts the archive as it is fed into `tar -x`. gnutar avoids the pax-header `@-` mtree misbid on large members and, unlike ustar, carries files >8 GB. Import validates the single top-level bundle after extracting into a private staging dir, still failing fast on an explicit --name collision. Tests: default is fast zstd; --max is xz; directory auto-naming yields the right extensions; export/import invoke progress with monotonic, correctly-totalled callbacks. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> | 25 天前 | |
feat: add dock app icon (#182) | 5 个月前 | |
feat: add dock app icon (#182) | 5 个月前 | |
feat: forward host Touch ID events to VM (#208) Support single & double taps | 5 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 25 天前 | ||
| 18 天前 | ||
| 25 天前 | ||
| 5 个月前 | ||
| 5 个月前 | ||
| 5 个月前 |