mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 08:13:26 +01:00
spm SideBackup builds, if we need it?
This commit is contained in:
@@ -7,9 +7,12 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import AltSign
|
||||
import os.log
|
||||
|
||||
import AltSign
|
||||
import Roxas
|
||||
import protocol SideStoreCore.ALTLocalizedError
|
||||
|
||||
extension ErrorUserInfoKey {
|
||||
static let sourceFile: String = "alt_sourceFile"
|
||||
static let sourceFileLine: String = "alt_sourceFileLine"
|
||||
@@ -146,7 +149,7 @@ class BackupController: NSObject {
|
||||
// Replace previous backup with new backup.
|
||||
_ = try FileManager.default.replaceItemAt(appBackupDirectory, withItemAt: temporaryAppBackupDirectory)
|
||||
|
||||
os_log("Replaced previous backup with new backup: %@", type: .info , temporaryAppBackupDirectory)
|
||||
os_log("Replaced previous backup with new backup: %@", type: .info, temporaryAppBackupDirectory.absoluteString)
|
||||
|
||||
completionHandler(.success(()))
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user