zeplin / fastlane-plugin-notarize

fastlane plugin to notarize a macOS app 🛂
MIT License
68 stars 8 forks source link

Add ability to use app specific password for user accounts with 2FA #7

Closed nekrich closed 5 years ago

nekrich commented 5 years ago

Hi.

altool fails to upload the app for notarization with a password specified in the Keychain, if 2FA is on.
A workaround is to use an app-specific password.

This PR will allow using the app-specific password from ENV['FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD'] instead of the one stored in the Keychain.

berkcebi commented 5 years ago

Hey @nekrich, do you think you'll be able to continue working on this? I can take over if not!