complexdatacollective / Architect

A tool that builds Network Canvas interviews.
http://www.networkcanvas.com
GNU General Public License v3.0
4 stars 4 forks source link

Fix/notarize notarytool #806

Closed jthrilly closed 1 year ago

jthrilly commented 1 year ago

Apple is removing support for altool when notarizing. This PR updates Architect to use the newer notarytool method.

This didn't work with our existing credentials based approach. Instead, I need to create an API key and use that. I stored the key itself on my iCloud drive, for future reference.

This PR also updates the Interviewer reference of the submodule to a version which also includes these changes.