From ff24ea81c97c57093733a34c51c27d96aab2cd76 Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:27:27 -0700 Subject: [PATCH] Add proper GitHub issues Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- AltStore/Unstable Features/UnstableFeatures.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AltStore/Unstable Features/UnstableFeatures.swift b/AltStore/Unstable Features/UnstableFeatures.swift index 3671be79..6b2fef30 100644 --- a/AltStore/Unstable Features/UnstableFeatures.swift +++ b/AltStore/Unstable Features/UnstableFeatures.swift @@ -22,8 +22,8 @@ class UnstableFeatures { // // Please order the case by the issue number. They will be ordered by issue number (ascending) in the unstable features menu, so please order them the same way here and in `metadata`. - case swiftUI = "0" - case jitUrlScheme = "00" + case swiftUI = "386" + case jitUrlScheme = "385" /// Dummy variant to ensure there is always at least one variant. DO NOT USE! case dummy = "dummy"