[AltStoreCore] Generates Source.identifier from sourceURL

This commit is contained in:
Riley Testut
2023-10-10 17:39:20 -05:00
parent 990abb3162
commit 7c9de40d25
4 changed files with 239 additions and 15 deletions

View File

@@ -221,7 +221,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