Limits “Enable JIT” context menu action to BETA builds

This commit is contained in:
Riley Testut
2021-10-25 21:43:50 -07:00
parent 310d4619b4
commit 943fe79d3c

View File

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