Skip to content

3.0.0

Choose a tag to compare

@wwwcg wwwcg released this 17 Aug 18:31
· 9 commits to main since this release

Breaking release. The in-app debug panel has been removed. The device now keeps a single connection screen — connection state, console address, a switch for remote write commands, and stop.

Upgrading

  • import Telepath and #import <Telepath/Telepath.h> are unchanged.
  • Panel-related public classes no longer exist. If you referenced them directly, use the equivalent agent command or the web console.
  • New: Telepath.presentConnectionScreen() opens the connection screen from your own debug menu; Telepath.sdkVersion reports the installed version.
  • The SDK does not link Contacts, EventKit, Photos or AVFoundation into your binary.

Install

The pod is now published under two names. Both install the same binary — pick one, do not add both.

pod 'AppTelepath', '~> 3.0', :configurations => ['Debug']
# or the original name:
# pod 'Telepath', '~> 3.0', :configurations => ['Debug']

Package

XCFramework (device arm64, simulator arm64/x86_64), TelepathResources.bundle, license and required third-party notices.

c6700e05e6007f2a0017e42b4425a49437e83427d76e3c3fab225197581474a6  Telepath-3.0.0.zip

Documentation: apptelepath.com