refactor: streamline the repo again and removed unused files from altstore

This commit is contained in:
mahee96
2026-02-22 21:27:31 +05:30
parent 747a9c7b5a
commit 6d4cbf1c59
91 changed files with 3093 additions and 627 deletions

View File

@@ -10,6 +10,7 @@ import Foundation
import OSLog
import Combine
#if os(macOS)
@available(macOS 12, *)
extension Process
{
@@ -149,3 +150,5 @@ extension Process
}
}
}
#endif