Leaves apps activated if there is no active app limit during migration

This commit is contained in:
Riley Testut
2020-04-01 13:05:31 -07:00
parent 664c31aba8
commit b8e1921b74
4 changed files with 29 additions and 6 deletions

View File

@@ -11,6 +11,9 @@ import CoreData
import AltSign
// Free developer accounts are limited to only 3 active sideloaded apps at a time as of iOS 13.3.1.
let ALTActiveAppsLimit = 3
protocol InstalledAppProtocol: Fetchable
{
var name: String { get }