MiniSim
MiniSim copied to clipboard
MacOS menu bar app for launching iOS and Android 🤖 emulators
There's a erroneous entry in the android emulator list  For reference: ``` $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager list avd Available Android Virtual Devices: Name: Pixel_7_Pro_API_34 Device: pixel_7_pro (Google) Path: /Users/rigor789/.android/avd/Pixel_7_Pro_API_34.avd Target: Google Play...
In this issue I want to track future feature ideas and gather some feedback around what you want to see next! - [x] Turn on / off accessibility on Android...
It would be great if you could connect an Android v11+ device over WiFi by scanning the a QR Code just like Android Studio has it.
This pull request introduces the ability to pin simulators/emulators to the top of the list. It includes changes to the `UserDefaults` extension to store pinned devices, modifications to the `SubMenuItem`...
Adds an option in the preferences for the user to change the menu bar icon for MiniSim. Addresses #69 (nice). https://github.com/okwasniewski/MiniSim/assets/72168352/6500bb85-9aeb-48e3-a84e-e2ded421b013
Goal of this PR is to implement tests for ADB module
Goal of this PR would be to create a Release CI pipeline automatically publishing to Github Releases and notarizing the app
The goal of this issue is to indicate if there is available update that the user didn't download / install. It could work / look simillarly to [Cleanshot](https://cleanshot.com/)
The goal of this issue is to make users update their app more often. Adding a new button - above "Preferences" will make it easier to update the app.
The goal of this PR is to enable `implicitly_unwrapped_optional` SwiftLint rule and refactor pieces of the app to make SwiftLint happy.