-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
We need to use app specific passwords with Team ID (https://developer.apple.com/documentation/technotes/tn3147-migrating-to-the-latest-notarization-tool#App-specific-password). We do not have App Store applications to notarize and just notarize binaries.
Is this supported? I see TeamID is not according to #147.
If not, this is extremely important as almost every one of our projects are just golang binaries that need signing and notarization to be distributed on github for example, Quill is the perfect solution for this if it supports app specific password/team ID.
Our current scripts (which run on mac) are as follows:
codesign --sign "Developer ID Application" --force -o runtime --timestamp "$BINARY"- run
notarytool submit
if ! INFO=$(xcrun notarytool submit --team-id TTXXXXXX --apple-id "${NOTARIZE_USERNAME}" --password "${NOTARIZE_PASSWORD}" --wait "$TEMP"); then
echo "problem with notarization command -- run manually to determine failure reason"
exit 3
fi
pythoninthegrass and halprin
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Stalled