android-reverse-engineering.../plugins/clone-app/tests
fatih.bulut f7da7007fc fix(clone-app): Unity XAPK detection, mono DLL path, game-assets manifest
- detect-unity.sh: handle XAPK bundles by extracting nested *.apk entries
  to a mktemp dir and merging their listings before grepping; /dev/stdin
  pipe approach is unreliable on macOS (unzip central-dir seek fails)
- tests/test-detect-unity.sh: add xapk il2cpp fixture — outer xapk wraps
  a Unity base.apk; asserts classification returns il2cpp
- SKILL.md mono branch: replace hardcoded $WORK/output/Managed/ path (jadx
  never creates it) with correct extract-from-APK step into $WORK/managed/;
  mirrors the il2cpp branch wording and adds XAPK note
- SKILL.md il2cpp+mono branches: add game-assets/manifest.json inventory
  step after unity-assets.sh so re-digest-contract.md claim is satisfied
- extract-design.py: remove unused imports sys and re

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 02:30:37 +03:00
..
fixtures feat(clone-app): scrape screenshots, feature graphic, description from Play 2026-06-25 02:09:33 +03:00
run-all.sh test(clone-app): add aggregate test runner 2026-06-21 02:10:40 +03:00
smoke-structure.sh test(clone-app): smoke coverage for design + Unity scripts and rubrics 2026-06-25 02:23:20 +03:00
test-check-appstore.py feat(clone-app): add check-appstore.py iTunes search with tests 2026-06-21 02:09:02 +03:00
test-detect-unity.sh fix(clone-app): Unity XAPK detection, mono DLL path, game-assets manifest 2026-06-25 02:30:37 +03:00
test-download-apk.sh feat(clone-app): download APKs via apkeep instead of APKCombo scraping 2026-06-21 19:19:54 +03:00
test-extract-design.py feat(clone-app): extract-design.py — design tokens from decompiled res/ 2026-06-25 02:04:03 +03:00
test-extract-package.sh feat(clone-app): add extract-package.sh URL parser with tests 2026-06-21 02:00:26 +03:00
test-re-digest-contract.sh feat(clone-app): run RE via isolated subagent with script fallback + payloads 2026-06-21 17:19:29 +03:00
test-references-content.sh docs(clone-app): design-capture, unity-re, build-spec rubrics + contract/report updates 2026-06-25 02:15:02 +03:00
test-resolve-re-scripts.sh feat(clone-app): enhance HTTP request handling and update test cases for Play Store scraping 2026-06-21 20:12:31 +03:00
test-scrape-play-store.py feat(clone-app): scrape screenshots, feature graphic, description from Play 2026-06-25 02:09:33 +03:00
test-skill-phases.sh feat(clone-app): wire design capture, Unity branch, Phase 8 build spec into SKILL 2026-06-25 02:20:12 +03:00
test-unity-wrappers.sh feat(clone-app): Unity tool wrappers (Il2CppInspectorRedux, AssetRipper) 2026-06-25 02:11:55 +03:00