Replace CI build with local release script

This commit is contained in:
Micha
2025-11-19 23:55:18 +01:00
parent f6c4773ac7
commit 726df91d2d
3 changed files with 42 additions and 37 deletions

View File

@@ -30,12 +30,22 @@ iKeyMon is a native macOS app written in SwiftUI that provides live monitoring f
## 🚀 How to Run
Clone the repo and open it in [Xcode](https://developer.apple.com/xcode/). You can build and run the app on macOS 14+.
```
git clone https://git.24unix.net/tracer/iKeyMon
cd iKeyMon
open iKeyMon.xcodeproj
```
### Local release build
Use the helper script to produce a zipped `.app` in `dist/`:
```bash
./scripts/build_release.sh
```
It cleans previous artifacts, builds the `Release` configuration, and drops `iKeyMon-<version>.zip` into the `dist` folder (ignored by git).
## 📦 License
MIT — see [LICENSE](LICENSE) for details.