fix build issue

This commit is contained in:
Huge_Black
2026-02-24 14:30:03 +08:00
parent c2cecb63ac
commit e27d44eece

View File

@@ -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>