From 4a3bfb671b8583bb90a760236df9a7bc9dc233e1 Mon Sep 17 00:00:00 2001 From: nab138 Date: Tue, 12 Aug 2025 20:21:48 -0400 Subject: [PATCH] Add status badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 458cfb1..6107118 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # isideload +[![Build isideload](https://github.com/nab138/isideload/actions/workflows/build.yml/badge.svg)](https://github.com/nab138/isideload/actions/workflows/build.yml) + A Rust library for sideloading iOS applications. Designed for use in [YCode](https://github.com/nab138/YCode). ## Disclaimer