spaceship/lib/spaceship/errors.rb in fastlane-2.96.0.beta.20180521050117 vs spaceship/lib/spaceship/errors.rb in fastlane-2.96.0

- old
+ new

@@ -20,9 +20,15 @@ def show_github_issues false end end + class AppleIDAndPrivacyAcknowledgementNeeded < BasicPreferredInfoError + def show_github_issues + false + end + end + # User doesn't have enough permission for given action class InsufficientPermissions < BasicPreferredInfoError TITLE = 'Insufficient permissions for your Apple ID:'.freeze def preferred_error_info