[AltStoreCore] Generates Source.identifier from sourceURL

This commit is contained in:
Riley Testut
2023-10-10 17:39:20 -05:00
committed by Magesh K
parent e33a40ecb1
commit d7384cfae9
4 changed files with 238 additions and 13 deletions

View File

@@ -251,7 +251,7 @@ private extension DatabaseManager
}
// Make sure to always update source URL to be current.
altStoreSource.sourceURL = Source.altStoreSourceURL
try! altStoreSource.setSourceURL(Source.altStoreSourceURL)
let storeApp: StoreApp