From 2ec38aa5799aeedd9fb37765d1f629a4670f0261 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Mon, 21 Nov 2022 16:46:57 -0600 Subject: [PATCH] Includes the invalid name in error message for registering App ID with invalid characters --- Dependencies/AltSign | 2 +- Shared/Categories/NSError+ALTServerError.h | 1 - Shared/Categories/NSError+ALTServerError.m | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dependencies/AltSign b/Dependencies/AltSign index 88aac399..76ee2abb 160000 --- a/Dependencies/AltSign +++ b/Dependencies/AltSign @@ -1 +1 @@ -Subproject commit 88aac399cff2001c5f00b0306a4d7d1507777a29 +Subproject commit 76ee2abb125d9e5598826660038ba894f3c4f23e diff --git a/Shared/Categories/NSError+ALTServerError.h b/Shared/Categories/NSError+ALTServerError.h index 4efa8105..173a4d38 100644 --- a/Shared/Categories/NSError+ALTServerError.h +++ b/Shared/Categories/NSError+ALTServerError.h @@ -15,7 +15,6 @@ extern NSErrorDomain const AltServerConnectionErrorDomain; extern NSErrorUserInfoKey const ALTUnderlyingErrorDomainErrorKey; extern NSErrorUserInfoKey const ALTUnderlyingErrorCodeErrorKey; extern NSErrorUserInfoKey const ALTProvisioningProfileBundleIDErrorKey; -extern NSErrorUserInfoKey const ALTAppNameErrorKey; extern NSErrorUserInfoKey const ALTDeviceNameErrorKey; extern NSErrorUserInfoKey const ALTOperatingSystemNameErrorKey; extern NSErrorUserInfoKey const ALTOperatingSystemVersionErrorKey; diff --git a/Shared/Categories/NSError+ALTServerError.m b/Shared/Categories/NSError+ALTServerError.m index 205a5dc7..7712154d 100644 --- a/Shared/Categories/NSError+ALTServerError.m +++ b/Shared/Categories/NSError+ALTServerError.m @@ -21,7 +21,6 @@ NSErrorDomain const AltServerConnectionErrorDomain = @"AltServer.ConnectionError NSErrorUserInfoKey const ALTUnderlyingErrorDomainErrorKey = @"underlyingErrorDomain"; NSErrorUserInfoKey const ALTUnderlyingErrorCodeErrorKey = @"underlyingErrorCode"; NSErrorUserInfoKey const ALTProvisioningProfileBundleIDErrorKey = @"bundleIdentifier"; -NSErrorUserInfoKey const ALTAppNameErrorKey = @"appName"; NSErrorUserInfoKey const ALTDeviceNameErrorKey = @"deviceName"; NSErrorUserInfoKey const ALTOperatingSystemNameErrorKey = @"ALTOperatingSystemName"; NSErrorUserInfoKey const ALTOperatingSystemVersionErrorKey = @"ALTOperatingSystemVersion";