mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
Updates AltSign
This commit is contained in:
@@ -387,7 +387,7 @@ To prevent this from happening, feel free to try again with another Apple ID to
|
|||||||
func updateFeatures(for appID: ALTAppID, app: ALTApplication, team: ALTTeam, completionHandler: @escaping (Result<ALTAppID, Error>) -> Void)
|
func updateFeatures(for appID: ALTAppID, app: ALTApplication, team: ALTTeam, completionHandler: @escaping (Result<ALTAppID, Error>) -> Void)
|
||||||
{
|
{
|
||||||
let requiredFeatures = app.entitlements.compactMap { (entitlement, value) -> (ALTFeature, Any)? in
|
let requiredFeatures = app.entitlements.compactMap { (entitlement, value) -> (ALTFeature, Any)? in
|
||||||
guard let feature = ALTFeature(entitlement) else { return nil }
|
guard let feature = ALTFeature(entitlement: entitlement) else { return nil }
|
||||||
return (feature, value)
|
return (feature, value)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -252,7 +252,7 @@ private extension ResignAppOperation
|
|||||||
func updateFeatures(for appID: ALTAppID, app: ALTApplication, team: ALTTeam, completionHandler: @escaping (Result<ALTAppID, Error>) -> Void)
|
func updateFeatures(for appID: ALTAppID, app: ALTApplication, team: ALTTeam, completionHandler: @escaping (Result<ALTAppID, Error>) -> Void)
|
||||||
{
|
{
|
||||||
let requiredFeatures = app.entitlements.compactMap { (entitlement, value) -> (ALTFeature, Any)? in
|
let requiredFeatures = app.entitlements.compactMap { (entitlement, value) -> (ALTFeature, Any)? in
|
||||||
guard let feature = ALTFeature(entitlement) else { return nil }
|
guard let feature = ALTFeature(entitlement: entitlement) else { return nil }
|
||||||
return (feature, value)
|
return (feature, value)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
Dependencies/AltSign
vendored
2
Dependencies/AltSign
vendored
Submodule Dependencies/AltSign updated: 279f6e7b08...44d0d6f0f2
Reference in New Issue
Block a user