bitrise-steplib / steps-xcode-build-for-simulator

MIT License
4 stars 18 forks source link

Reduce the scope of targets to search for the .app target. #27

Closed ileitch closed 2 years ago

ileitch commented 2 years ago

Checklist

Version

Requires a MAJOR/MINOR/PATCH version update

Context

For large projects the identification of application targets can result in a huge amount of output, as a log line is printed for every target that's not an application target. Using DependentExecutableProductTargets instead greatly reduces the number of targets that need to be checked.

Changes

Investigation details

Decisions

shams-ahmed commented 2 years ago

Sorry about the delay, we just running CI tests right now.