mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[AltJIT] Removes unnecessary ALTErrorKeys.h/.m
Was originally added because AltJIT couldn’t link with AltSign, which is not true anymore.
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
// Use this file to import your target's public headers that you would like to expose to Swift.
|
||||
//
|
||||
|
||||
#import "ALTErrorKeys.h"
|
||||
|
||||
// Shared
|
||||
#import "ALTWrappedError.h"
|
||||
#import "NSError+ALTServerError.h"
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
//
|
||||
// ALTErrorKeys.h
|
||||
// AltJIT
|
||||
//
|
||||
// Created by Riley Testut on 9/1/23.
|
||||
// Copyright © 2023 Riley Testut. All rights reserved.
|
||||
//
|
||||
|
||||
@import Foundation;
|
||||
|
||||
// Can't import AltSign (for reasons), so re-declare these constants here instead.
|
||||
extern NSErrorUserInfoKey const ALTSourceFileErrorKey;
|
||||
extern NSErrorUserInfoKey const ALTSourceLineErrorKey;
|
||||
extern NSErrorUserInfoKey const ALTAppNameErrorKey;
|
||||
@@ -1,13 +0,0 @@
|
||||
//
|
||||
// ALTErrorKeys.m
|
||||
// AltJIT
|
||||
//
|
||||
// Created by Riley Testut on 9/1/23.
|
||||
// Copyright © 2023 Riley Testut. All rights reserved.
|
||||
//
|
||||
|
||||
#import "ALTErrorKeys.h"
|
||||
|
||||
NSErrorUserInfoKey const ALTSourceFileErrorKey = @"ALTSourceFile";
|
||||
NSErrorUserInfoKey const ALTSourceLineErrorKey = @"ALTSourceLine";
|
||||
NSErrorUserInfoKey const ALTAppNameErrorKey = @"appName";
|
||||
Reference in New Issue
Block a user