This repository was archived by the owner on Feb 2, 2021. It is now read-only.
v0.13.0
·
1067 commits
to master
since this release
New API for deleting files in LiveSync operation
Introduce new API for deleting files in LiveSync operation:
liveSyncService.deleteFiles(devicesInfo: IDeviceLiveSyncInfo[], projectDir: string, filePaths: string[]): Promise<IDeviceLiveSyncResult>[] - Deletes specified files from devices's livesync directories.