I noticed that the Altool has been downgraded and is being replaced by the notary tool. I used to send pkg in for notarization like this
xcrun altool --notarize-app --primary-bundle-id "com.Product.pkg" -u "Email@com" -p "1111-2222-3333-4444" -t osx -f Product.pkg
Is it possible to see/get an example of the new notary tool terminal command to be used instead?
I assume also that stapling would be done in the same manor like this directly after notarization is complete and confirmed via email,
xcrun stapler staple Product.pkg
Thank you!!