Files
callstack__agent-device/.gitignore
T
Michał Pierzchała e58cbcdb5f refactor: colocate native platform sources under android/, apple/, linux/ (#1273)
Move the scattered root-level native projects into per-platform folders and drop
the now-redundant platform prefix:

- android-ime-helper/        -> android/ime-helper/
- android-multitouch-helper/ -> android/multitouch-helper/
- android-snapshot-helper/   -> android/snapshot-helper/
- apple-runner/              -> apple/runner/
- macos-helper/              -> apple/macos-helper/
- src/platforms/linux/atspi-dump.py -> linux/atspi-dump.py

Only repo source paths move. Identity surfaces stay frozen so no user's runner
cache is invalidated on upgrade: the derived-cache key hashes source paths
relative to AgentDeviceRunner and excludes packageVersion, and the
~/.agent-device/{apple-runner,macos-helper} namespaces, the
agent-device-android-*-helper artifact/manifest/protocol names, the
AgentDeviceRunner Xcode project, and the `prepare ios-runner` CLI command are
unchanged. Updates build/package scripts, CI, package.json files+scripts,
ignore/attr/fallow configs, runtime path resolvers, and test fixtures.

Also: re-base repo-root-relative refs inside the moved apple/runner for the
added nesting level (gated XCUITest fixture walk + two doc links), and clean the
legacy dist/apple-runner packaged output so the relocated runner can't
double-ship into the wholesale-included dist (with a regression test).
2026-07-15 21:47:38 +02:00

43 lines
655 B
Plaintext

node_modules/
examples/test-app/.env.local
scripts/perf/.results/
.pnpm-store/
.fallow/
dist/
coverage/
.tmp/
.DS_Store
__pycache__/
*.pyc
*.log
test/screenshots/*.png
test/artifacts/
*.gesture-telemetry.json
.build/
.swiftpm/
DerivedData/
*.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
xcuserdata/
*.xcuserstate
*.xccheckout
*.xcscmblueprint
*.xcuserdatad/
*.xcuserdata/
*.xcsettings
*.xcresult
*.ipa
*.apk
*.dSYM
*.dSYM.zip
*.app
*.xctestrun
*.xcarchive
.skillgym-results/
android/snapshot-helper/build/
android/snapshot-helper/dist/
android/multitouch-helper/build/
android/multitouch-helper/dist/
android/ime-helper/build/
android/ime-helper/dist/