User suggests adding more device settings options like dark mode, permissions, and battery simulation to Simvyn, a mobile dev tool for managing app testing.
Hello fellow redditors, Been doing mobile dev for \~5 years. Got tired of juggling `simctl` commands I can never remember, fighting `adb`, and manually tweaking random emulator settings... So I built **Simvyn** --- one dashboard + CLI that wraps both platforms. No SDK. No code changes. Works with any app & runtime. ## What it does - **Mock location** --- pick a spot on an interactive map or play a GPX route so your device "drives" along a path\ - **Log viewer** --- real-time streaming, level filtering, regex search\ - **Push notifications** --- send to iOS simulators with saved templates\ - **Database inspector** --- browse SQLite, run queries, read SharedPreferences / NSUserDefaults\ - **File browser** --- explore app sandboxes with inline editing\ - **Deep links** --- saved library so you stop copy-pasting from Slack\ - **Device settings** --- dark mode, permissions, battery simulation, status bar overrides, accessibility\ - **Screenshots, screen recording, crash logs** --- plus clipboard and media management Everything also works via CLI --- so you can script it. ## Try it ``` bash npx simvyn ``` Opens a local dashboard in your browser. That's it. **GitHub:**\ https://github.com/pranshuchittora/simvyn If this saves you even a few minutes a day, please consider giving it a ā on GitHub --- thanks š