mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 17:23:25 +01:00
[AltStore] Renames App to StoreApp
This commit is contained in:
@@ -277,7 +277,7 @@ private extension AppManager
|
||||
|
||||
if let installedApp = result.value
|
||||
{
|
||||
if let app = app as? App, let storeApp = installedApp.managedObjectContext?.object(with: app.objectID) as? App
|
||||
if let app = app as? StoreApp, let storeApp = installedApp.managedObjectContext?.object(with: app.objectID) as? StoreApp
|
||||
{
|
||||
installedApp.storeApp = storeApp
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user