History log of /expo/packages/@expo/config-plugins/src/ios/Target.ts (Results 1 – 2 of 2)
Revision Date Author Comments
# f421f4ec 15-May-2023 Dominik Sokal <[email protected]>

[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 ...


# 082815dc 28-Jun-2022 Evan Bacon <[email protected]>

chore: migrate config, config-plugins, config-types, prebuild-config (#17958)