From 943fe79d3ce5836354e95931d1a8ce5b650c38bb Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Mon, 25 Oct 2021 21:43:50 -0700 Subject: [PATCH] =?UTF-8?q?Limits=20=E2=80=9CEnable=20JIT=E2=80=9D=20conte?= =?UTF-8?q?xt=20menu=20action=20to=20BETA=20builds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AltStore/My Apps/MyAppsViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AltStore/My Apps/MyAppsViewController.swift b/AltStore/My Apps/MyAppsViewController.swift index d33d3d4e..847efc56 100644 --- a/AltStore/My Apps/MyAppsViewController.swift +++ b/AltStore/My Apps/MyAppsViewController.swift @@ -1584,10 +1584,12 @@ extension MyAppsViewController actions.append(activateAction) } + #if BETA if installedApp.isActive, #available(iOS 14, *) { actions.append(jitAction) } + #endif #if BETA actions.append(changeIconMenu)