[config-plugins] mark target as signable/non-signable (#22454)
# Why
Part of a fix for https://github.com/expo/eas-cli/issues/1812.
A user has a project with a framework target. EAS CLI expects
[config-plugins] mark target as signable/non-signable (#22454)
# Why
Part of a fix for https://github.com/expo/eas-cli/issues/1812.
A user has a project with a framework target. EAS CLI expects him to set
up credentials for that target.
# How
- `findApplicationTargetWithDependenciesAsync` is used in EAS CLI to
find targets for which we need to set up credentials.
- Framework targets are not signable. Mark them as non-signable.
# Test Plan
Added test case.
show more ...
|