zeplin / fastlane-plugin-notarize

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

Fix ASC provider option #8

Closed stufi closed 5 years ago

stufi commented 5 years ago

Specifying the parameter asc_provider wasn't appended to the notarization_upload_command. Not speciyfing it, would add an empty asc_provider value to the command.

The fix, adds the asc_provider parameter and it's value, when it's specified.