mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 04:03:26 +01:00
[AltJIT] Adds AltJIT CLI tool to enable JIT on devices running iOS 17+
Commands: altjit enable [app/pid] --udid [udid] * Enables JIT for given app/process altjit mount --udid [udid] * Mounts personalized developer disk
This commit is contained in:
16
AltJIT/Extensions/Logger+AltJIT.swift
Normal file
16
AltJIT/Extensions/Logger+AltJIT.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Logger+AltJIT.swift
|
||||
// AltJIT
|
||||
//
|
||||
// Created by Riley Testut on 8/29/23.
|
||||
// Copyright © 2023 Riley Testut. All rights reserved.
|
||||
//
|
||||
|
||||
import OSLog
|
||||
|
||||
public extension Logger
|
||||
{
|
||||
static let altjitSubsystem = Bundle.main.bundleIdentifier!
|
||||
|
||||
static let main = Logger(subsystem: altjitSubsystem, category: "AltJIT")
|
||||
}
|
||||
Reference in New Issue
Block a user