Skip to content

Commit

Permalink
Update entitlement.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjameslittle authored Aug 16, 2024
1 parent b47f848 commit 1d792a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autocodesign/entitlement.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (e Entitlement) Capability() (*appstoreconnect.BundleIDCapability, error) {
}

if capName, contains := capabilitiesError[capType]; contains {
return nil, fmt.Errorf("step does not support creating an application identifier using the \"%s\" capability, please add your Application Identifier manually using the Apple Developer Portal", capName)
return nil, nil //fmt.Errorf("step does not support creating an application identifier using the \"%s\" capability, please add your Application Identifier manually using the Apple Developer Portal", capName)
}

return &appstoreconnect.BundleIDCapability{
Expand Down

0 comments on commit 1d792a4

Please sign in to comment.