Replace some Roxas with Roxas UI

Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
Joseph Mattello
2023-02-25 01:38:29 -05:00
committed by Joe Mattiello
parent f270ecc537
commit a6559d8bb9
41 changed files with 55 additions and 44 deletions

View File

@@ -12,7 +12,7 @@
#include <stdlib.h>
#include <string.h>
@import Roxas;
@import RoxasUI;
#define CPU_SUBTYPE_PAC 0x80000000
#define FAT_MAGIC 0xcafebabe

View File

@@ -13,7 +13,7 @@ import System
import AltStoreCore
import AltSign
import Roxas
import RoxasUI
@available(iOS 14, *)
protocol PatchAppContext

View File

@@ -11,7 +11,7 @@ import Combine
import AltStoreCore
import AltSign
import Roxas
import RoxasUI
@available(iOS 14.0, *)
extension PatchViewController