zeplin / fastlane-plugin-notarize

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

Disable printing log file #13

Closed UrsKahmann closed 4 years ago

UrsKahmann commented 4 years ago

Added the parameter 'disable_detailed_log' to prevent the printing of the notarization service's response log. This log is often really log and makes the fastlane log quite unreadable. So for the case that the detailed log is not wanted in the fastlane log, it can be disabled with this new optional parameter. It defaults to false, so where ever notarize() is used so far in projects, it doesn't change anything.

berkcebi commented 4 years ago

Thanks again @UrsKahmann!