mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Add increasedMemoryLimit by default
This commit is contained in:
@@ -335,6 +335,7 @@ extension FetchProvisioningProfilesOperation
|
|||||||
|
|
||||||
func updateFeatures(for appID: ALTAppID, app: ALTApplication, team: ALTTeam, session: ALTAppleAPISession, completionHandler: @escaping (Result<ALTAppID, Error>) -> Void)
|
func updateFeatures(for appID: ALTAppID, app: ALTApplication, team: ALTTeam, session: ALTAppleAPISession, completionHandler: @escaping (Result<ALTAppID, Error>) -> Void)
|
||||||
{
|
{
|
||||||
|
additionalEntitlements += [ALTEntitlement.increasedMemoryLimit : true]
|
||||||
var entitlements = app.entitlements
|
var entitlements = app.entitlements
|
||||||
for (key, value) in additionalEntitlements ?? [:]
|
for (key, value) in additionalEntitlements ?? [:]
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user