spm app builds

This commit is contained in:
Joe Mattiello
2023-03-01 14:36:52 -05:00
parent e036f07875
commit 8b1e87d2dd
117 changed files with 553 additions and 139 deletions

View File

@@ -10,7 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface ALTAppPatcher : NSObject
@interface SideAppPatcher : NSObject
- (BOOL)patchAppBinaryAtURL:(NSURL *)appFileURL withBinaryAtURL:(NSURL *)patchFileURL error:(NSError *_Nullable *)error;