https://github.com/mainasuk/adbautomator
https://github.com/mainasuk/adbautomator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mainasuk/adbautomator
- Owner: MainasuK
- Created: 2020-05-15T13:57:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T12:54:27.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T14:47:46.876Z (over 1 year ago)
- Language: Swift
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.