Logs Fugu14-related events with OSLog

This commit is contained in:
Riley Testut
2023-10-18 14:09:06 -05:00
committed by Magesh K
parent 93b6da4855
commit 27ca2f285b
3 changed files with 8 additions and 6 deletions

View File

@@ -13,6 +13,8 @@ public extension Logger
static let altstoreSubsystem = Bundle.main.bundleIdentifier!
static let sideload = Logger(subsystem: altstoreSubsystem, category: "Sideload")
static let fugu14 = Logger(subsystem: altstoreSubsystem, category: "Fugu14")
}
@available(iOS 15, *)