From a56b99690d64567965dabcd53ee7dc1d71671f07 Mon Sep 17 00:00:00 2001 From: khalildh Date: Wed, 19 Nov 2025 13:00:12 -0500 Subject: [PATCH] Update SPM instructions for Xcode project Without doing this, no matter what version of SuiKit I used, it wouldn't work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93a685b..de0a25e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) allows for devel * File > Swift Packages > Add Package Dependency * Add `https://github.com/opendive/SuiKit.git` -* Select "Up to next Major" with "1.3.0" +* Select "Branch" with "main" #### SPM Through Xcode Package