Codesign and notarise

When codesigning at the command line, what does APPBUNDLEID look like for this part?
is it the com.company.appname thing?

–primary-bundle-id

Yes, it should match the one you entered into Xojo.

That option is outdated and from the time we used “xcrun altool” to notarize. But now we use “xcrun notarytool”, which doesn’t need it.

3 Likes