Injecting multiple bundle identifiers for Fastlane Match step

Currently in the Fastlane Match step setup right now, the App ID (Bundle Identifier) section just takes a plain string as input. As I’m working on an app with a main target + 2 app extensions. I’d like to be able to provide these in one step. With how things are currently working, I’m forced to have 3 Fastlane Match steps that run after each other.

For instance, doing this in Matchfile and using it from the command line works

app_identifier(["com.company.mainapp", 
                "com.company.MainApp.NotificationServiceExtension",
                "com.company.MainApp.NotificationContentExtension"])

I’m also attempting to achieve the above while migrating a local Fastlane setup to Bitrise.

Hello,

Thanks for the #feature-request! Makes perfect sense, don’t forget to vote for it! :slightly_smiling_face:We will keep an eye on the votes :wink: