Fix version numbering

This commit is contained in:
CelloSerenity
2025-11-08 19:23:59 -07:00
committed by GitHub
parent d98e0dde72
commit 7a34d7ac67

View File

@@ -18,7 +18,7 @@ SideStore's goal is to provide an untethered sideloading experience. It's a comm
## Requirements
- Xcode 15
- iOS 15+
- iOS 14+
- Rustup (`brew install rustup`)
Why iOS 15? Targeting such a recent version of iOS allows us to accelerate development, especially since not many developers have older devices to test on. This is corrobated by the fact that SwiftUI support is much better, allowing us to transistion to a more modern UI codebase.