Skip to content

Releases: sander1095/soundtouch-maui

Release list

AfterTouch v1.0.0

Choose a tag to compare

@sander1095 sander1095 released this 18 Jun 18:29
c8bb581

Download & install

Android

  1. Download com.stenbrinke.aftertouchmobile-Signed.apk
  2. On your Android device, open the file — you may need to enable Install unknown apps for your browser or file manager
  3. Tap Install

Windows

  1. Download SoundTouchMaui-windows.zip
  2. Unzip it to a folder of your choice
  3. Run SoundTouchMaui.exe — keep all files in the same folder

Mac

  1. Download AfterTouch-mac.zip
  2. Unzip it
  3. Drag AfterTouch.app to /Applications, or run it directly from the unzipped folder
  4. If macOS warns that the app is from an unidentified developer, right-click the app and choose Open the first time

iOS

Not included. Apple's distribution model doesn't let me ship a general downloadable iOS build this way.

If you want iOS, build it yourself using the instructions in the README, CONTRIBUTING.md, and the scripts/ folder, or contact me and I can consider it depending on how much interest there is.


For developers — build it yourself

Use the scripts in scripts/:

Platform Script
Android bash scripts/publish_android.sh
Windows pwsh scripts/publish_windows.ps1
Mac bash scripts/publish_mac.sh
iOS Simulator bash scripts/publish_ios.sh

Each script checks prerequisites, builds a Release artifact, and prints the output path with install instructions.