mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-27 23:47:39 +01:00
fix build issue
This commit is contained in:
@@ -368,7 +368,7 @@ private extension FeaturedViewController
|
|||||||
#keyPath(StoreApp._source._apps),
|
#keyPath(StoreApp._source._apps),
|
||||||
#keyPath(StoreApp.bundleIdentifier),
|
#keyPath(StoreApp.bundleIdentifier),
|
||||||
StoreApp.altstoreAppID,
|
StoreApp.altstoreAppID,
|
||||||
#keyPath(StoreApp.installedApp),
|
#keyPath(StoreApp.installedApp)
|
||||||
)
|
)
|
||||||
|
|
||||||
let primaryFetchRequest = fetchRequest.copy() as! NSFetchRequest<StoreApp>
|
let primaryFetchRequest = fetchRequest.copy() as! NSFetchRequest<StoreApp>
|
||||||
|
|||||||
Reference in New Issue
Block a user