docs: include info on Developer Mode

This commit is contained in:
naturecodevoid
2023-04-09 13:31:39 -07:00
parent 1dd0cd7d90
commit 82e8fb7389

View File

@@ -39,6 +39,10 @@ This guide assumes you:
Next, make and test your changes. Then, commit and push your changes using git and make a pull request. Next, make and test your changes. Then, commit and push your changes using git and make a pull request.
## Developer Mode
If you are using the SwiftUI version of SideStore, there is a developer mode that has some useful development tools. You can access it at the bottom of Settings; the password is in `DevModeView.swift`.
## Prebuilt binary information ## Prebuilt binary information
minimuxer and em_proxy use prebuilt static library binaries built by GitHub Actions to speed up builds and remove the need for Rust to be installed when working on SideStore. minimuxer and em_proxy use prebuilt static library binaries built by GitHub Actions to speed up builds and remove the need for Rust to be installed when working on SideStore.