-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
class ALTApplication:
if (![fileURL.pathExtension.lowercaseString isEqualToString:@"appex"])
{
continue;
}
It only sign the *.appex, may *.xctest" should sign.
Like this:
if (![@[@"appex", @"xctest"] containsObject:fileURL.pathExtension.lowercaseString])
{
continue;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels