Supports resigning apps with multiple app groups

This commit is contained in:
Riley Testut
2020-05-17 23:47:24 -07:00
parent a4d9188bc7
commit 1b8b043290
3 changed files with 51 additions and 38 deletions

View File

@@ -1117,7 +1117,7 @@ NSNotificationName const ALTDeviceManagerDeviceDidDisconnectNotification = @"ALT
NSString *name = [NSString stringWithCString:device_name encoding:NSUTF8StringEncoding];
NSString *identifier = [NSString stringWithCString:udid encoding:NSUTF8StringEncoding];
ALTDevice *altDevice = [[ALTDevice alloc] initWithName:name identifier:identifier];
ALTDevice *altDevice = [[ALTDevice alloc] initWithName:name identifier:identifier type:ALTDeviceTypeiPhone];
[connectedDevices addObject:altDevice];
if (device_name != NULL)