Skip to content

Plguins not sign *.xctest #42

@AdobeLu

Description

@AdobeLu

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions