v3.0.0
·
114 commits
to master
since this release
Breaking changes:
Public API for stoping application requires different arguments:
- old API:
stopApplication(deviceId: string, appIdentifier: string): string;
- new API:
stopApplication(deviceId: string, appIdentifier: string, bundleExecutable: string): string;