DMG containing multiple apps: what to use for --primary-bundle-id?

I'm looking at notarizing a .dmg containing more than one app, and I'm wondering what id I provide for the --primary-bundle-id argument to altool --notarize-app. Does it matter?

Accepted Reply

It doesn't matter.

"Include the

primary-bundle-id
flag—which is required—to specify an identifier that helps you keep track of automated correspondence from the notarization service. The value you give doesn’t need to match the bundle identifier of the submitted app or have any particular value. It only needs to make sense to you. The notarization service includes the value whenever it emails you regarding the given
altool
submission". https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution/customizing_the_notarization_workflow?language=objc

Replies

It doesn't matter.

"Include the

primary-bundle-id
flag—which is required—to specify an identifier that helps you keep track of automated correspondence from the notarization service. The value you give doesn’t need to match the bundle identifier of the submitted app or have any particular value. It only needs to make sense to you. The notarization service includes the value whenever it emails you regarding the given
altool
submission". https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution/customizing_the_notarization_workflow?language=objc

Thank you.