mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 19:23:43 +01:00
Includes the invalid name in error message for registering App ID with invalid characters
This commit is contained in:
2
Dependencies/AltSign
vendored
2
Dependencies/AltSign
vendored
Submodule Dependencies/AltSign updated: 88aac399cf...76ee2abb12
@@ -15,7 +15,6 @@ extern NSErrorDomain const AltServerConnectionErrorDomain;
|
|||||||
extern NSErrorUserInfoKey const ALTUnderlyingErrorDomainErrorKey;
|
extern NSErrorUserInfoKey const ALTUnderlyingErrorDomainErrorKey;
|
||||||
extern NSErrorUserInfoKey const ALTUnderlyingErrorCodeErrorKey;
|
extern NSErrorUserInfoKey const ALTUnderlyingErrorCodeErrorKey;
|
||||||
extern NSErrorUserInfoKey const ALTProvisioningProfileBundleIDErrorKey;
|
extern NSErrorUserInfoKey const ALTProvisioningProfileBundleIDErrorKey;
|
||||||
extern NSErrorUserInfoKey const ALTAppNameErrorKey;
|
|
||||||
extern NSErrorUserInfoKey const ALTDeviceNameErrorKey;
|
extern NSErrorUserInfoKey const ALTDeviceNameErrorKey;
|
||||||
extern NSErrorUserInfoKey const ALTOperatingSystemNameErrorKey;
|
extern NSErrorUserInfoKey const ALTOperatingSystemNameErrorKey;
|
||||||
extern NSErrorUserInfoKey const ALTOperatingSystemVersionErrorKey;
|
extern NSErrorUserInfoKey const ALTOperatingSystemVersionErrorKey;
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ NSErrorDomain const AltServerConnectionErrorDomain = @"AltServer.ConnectionError
|
|||||||
NSErrorUserInfoKey const ALTUnderlyingErrorDomainErrorKey = @"underlyingErrorDomain";
|
NSErrorUserInfoKey const ALTUnderlyingErrorDomainErrorKey = @"underlyingErrorDomain";
|
||||||
NSErrorUserInfoKey const ALTUnderlyingErrorCodeErrorKey = @"underlyingErrorCode";
|
NSErrorUserInfoKey const ALTUnderlyingErrorCodeErrorKey = @"underlyingErrorCode";
|
||||||
NSErrorUserInfoKey const ALTProvisioningProfileBundleIDErrorKey = @"bundleIdentifier";
|
NSErrorUserInfoKey const ALTProvisioningProfileBundleIDErrorKey = @"bundleIdentifier";
|
||||||
NSErrorUserInfoKey const ALTAppNameErrorKey = @"appName";
|
|
||||||
NSErrorUserInfoKey const ALTDeviceNameErrorKey = @"deviceName";
|
NSErrorUserInfoKey const ALTDeviceNameErrorKey = @"deviceName";
|
||||||
NSErrorUserInfoKey const ALTOperatingSystemNameErrorKey = @"ALTOperatingSystemName";
|
NSErrorUserInfoKey const ALTOperatingSystemNameErrorKey = @"ALTOperatingSystemName";
|
||||||
NSErrorUserInfoKey const ALTOperatingSystemVersionErrorKey = @"ALTOperatingSystemVersion";
|
NSErrorUserInfoKey const ALTOperatingSystemVersionErrorKey = @"ALTOperatingSystemVersion";
|
||||||
|
|||||||
Reference in New Issue
Block a user