Skip to content

3.1.0

Choose a tag to compare

@wwwcg wwwcg released this 20 Aug 13:00
· 7 commits to main since this release

In-app feedback: a tester long-presses the floating ball (or shakes the device) and writes one sentence. It is submitted with the screen, the element they picked, the build, and the appearance and simulation state at that moment, so an agent can act on it directly.

Adds Swift Package Manager support:

.package(url: "https://github.com/PsionicLab/AppTelepath-iOS.git", from: "3.1.0")

⚠️ SwiftPM consumers must add -ObjC to the app target Other Linker Flags. CocoaPods does this for you; without it some features fail at runtime with unrecognized selector, and the SDK warns at startup.

CocoaPods is unchanged: pod 'AppTelepath', '~> 3.1'