mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 07:43:28 +01:00
Removes support for “background mode” permissions
This commit is contained in:
@@ -16,7 +16,6 @@ public extension ALTAppPermissionType
|
||||
case .unknown: return NSLocalizedString("Permission", comment: "")
|
||||
case .entitlement: return NSLocalizedString("Entitlement", comment: "")
|
||||
case .privacy: return NSLocalizedString("Privacy Permission", comment: "")
|
||||
case .backgroundMode: return NSLocalizedString("Background Mode", comment: "")
|
||||
default: return nil
|
||||
}
|
||||
}
|
||||
@@ -150,14 +149,3 @@ extension ALTAppPrivacyPermission: ALTAppPermission
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
extension ALTAppBackgroundMode: ALTAppPermission
|
||||
{
|
||||
public var type: ALTAppPermissionType { .backgroundMode }
|
||||
public var symbolName: String? { nil }
|
||||
|
||||
public var localizedName: String? { nil }
|
||||
public var synthesizedName: String? { nil }
|
||||
|
||||
public var localizedDescription: String? { nil }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user