Skip to content

fix: support portable zip install-source extraction#401

Merged
thymikee merged 1 commit intomainfrom
codex/install-source-unzip-fallback
Apr 11, 2026
Merged

fix: support portable zip install-source extraction#401
thymikee merged 1 commit intomainfrom
codex/install-source-unzip-fallback

Conversation

@thymikee
Copy link
Copy Markdown
Contributor

@thymikee thymikee commented Apr 11, 2026

Summary

Use unzip for install-source zip extraction instead of ditto, including direct .ipa extraction. This removes the macOS-only extractor dependency from the zip-like install-source flow and keeps Linux/remote bridge environments working when unzip is available.

Add regression coverage that exposes unzip without ditto in PATH and verifies materializeInstallablePath can extract a nested .apk. Update Android/iOS install fixtures to use real zip archives or unzip shims instead of ditto shims.

Touched files: 5. Scope stayed within install-source and install artifact extraction coverage.

Validation

unzip -v | sed -n '1,3p'\npnpm exec vitest run src/platforms/__tests__/install-source.test.ts\npnpm exec vitest run src/platforms/__tests__/install-source.test.ts src/platforms/android/__tests__/index.test.ts src/platforms/ios/__tests__/index.test.ts\npnpm format\npnpm check:quick\npnpm check:unit\n\nDocs/skills were not updated because this is an implementation fix with no CLI flag, workflow, or usage-contract change.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 11, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://callstackincubator.github.io/agent-device/pr-preview/pr-401/

Built to branch gh-pages at 2026-04-11 19:07 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@thymikee thymikee force-pushed the codex/install-source-unzip-fallback branch from 61310a4 to 61386b9 Compare April 11, 2026 19:07
@thymikee thymikee merged commit 43110aa into main Apr 11, 2026
16 checks passed
@thymikee thymikee deleted the codex/install-source-unzip-fallback branch April 11, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant