An open API service indexing awesome lists of open source software.

https://github.com/mainasuk/adbautomator


https://github.com/mainasuk/adbautomator

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# AdbAutomator

Swift Adb command line client.

## Prepare

```shell
$ brew cask install android-platform-tools
$ adb --version
Android Debug Bridge version 1.0.41
Version 29.0.6-6198805
Installed as /usr/local/bin/adb
```

## Usage
This wrapper use `Foundation.Process` to spawn a new process to drive the adb. Please check the [Adb.swift](./Sources/AdbAutomator/Adb.swift) to learn more details.