How to provide multiple provisioning profile values

Hello,


I understand you can overwrite any provisioning profile setting in the xcode project by using PROVISIONING_PROFILE argument when archiving with xcodebuild command.


I do have sticker pack and notification extension in addition to the app itself. Is there a way to provide UUID of all 3 provisioning profiles to xcodebuild command for archive purpose? I managed to find exportOption plist for export stage, but I am having trouble getting xcodebuild to use correct provisioning profile for archive stage on CI platform.


Thank you.