Releases: frida/frida-core
Releases · frida/frida-core
17.9.2-snapshot.20260420
ci: Bypass success() chain for xcframework publish The needs.xcframework.result alone isn't enough to escape GitHub Actions' chained success() check; add !cancelled() so the condition is evaluated even when needed jobs transitively report failure.
17.9.1
17.9.0
subprojects: Prepare for release
17.8.3
subprojects: Prepare for release
17.8.1
subprojects: Prepare for release
17.8.0
android: Implement sigchain logic when needed
17.5.2
subprojects: Prepare for release
17.5.2-snapshot.20251211
ci: Move xcframework .modulemap inside a subdir To avoid clashes when an app links with multiple static frameworks, each with their own modulemap.
17.5.2-snapshot.20251208
ci: Remove snapshot-tag.yml Actually triggering ci.yml seems like a rabbit-hole. Leaving for later.