Add import/export certificate feature (#1008)

This commit is contained in:
Huge_Black
2025-06-12 12:47:33 +08:00
committed by GitHub
parent 4b6ffa5d4a
commit 6c45eb096f
3 changed files with 233 additions and 25 deletions

View File

@@ -12,7 +12,7 @@ import AltStoreCore
class ImportExport {
private static var documentPickerHandler: DocumentPickerHandler?
public static var documentPickerHandler: DocumentPickerHandler?
public static func getPreviousBackupURL(_ backupURL: URL) -> URL {
let backupParentDirectory = backupURL.deletingLastPathComponent()