mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 07:13:28 +01:00
[AltStoreCore] Fixes incorrectly merging permissions for same app from different sources
This commit is contained in:
@@ -69,6 +69,11 @@ public class StoreApp: NSManagedObject, Decodable, Fetchable
|
||||
{
|
||||
version.sourceID = newValue
|
||||
}
|
||||
|
||||
for permission in self.permissions
|
||||
{
|
||||
permission.sourceID = self.sourceIdentifier ?? ""
|
||||
}
|
||||
}
|
||||
}
|
||||
@NSManaged private var primitiveSourceIdentifier: String?
|
||||
|
||||
Reference in New Issue
Block a user