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