Skip to content

Commit

Permalink
add readme and update popover content size
Browse files Browse the repository at this point in the history
  • Loading branch information
naman14 committed Mar 11, 2021
1 parent 95e2f24 commit e3dcfce
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# adb-tools-mac

adb-tools-mac is a macOS menu bar app written in SwiftUI for common adb tools.

<img src="https://raw.githubusercontent.com/naman14/adb-tools-mac/master/screenshots/screen1.png" width="500" >
<img src="https://raw.githubusercontent.com/naman14/adb-tools-mac/master/screenshots/screen2.png" width="500" >


- Connect device over tcp
- Take screenshots and record screen
- Open deeplinks
- Capture logcat


Download app from [Releases](https://github.com/naman14/adb-tools-mac/releases)

The app includes the adb executable internally to avoid having common installation issues with adb.
2 changes: 1 addition & 1 deletion adbconnect/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(_ aNotification: Notification) {
// Create the popover
let popover = DevicesPopover()
popover.contentSize = NSSize(width: 300, height: 320)
popover.contentSize = NSSize(width: 300, height: 250)
popover.behavior = .transient
self.popover = popover

Expand Down
Binary file added screenshots/screen1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/screen2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3dcfce

Please sign in to comment.