Enables AltJIT for public versions

This commit is contained in:
Riley Testut
2022-05-04 12:46:14 -07:00
parent eef23ae49d
commit ae3c0acfc0

View File

@@ -1587,12 +1587,10 @@ extension MyAppsViewController
actions.append(activateAction)
}
#if BETA
if installedApp.isActive, #available(iOS 14, *)
{
actions.append(jitAction)
}
#endif
#if BETA
actions.append(changeIconMenu)