gym/lib/gym/error_handler.rb in fastlane_hotfix-2.165.1 vs gym/lib/gym/error_handler.rb in fastlane_hotfix-2.187.0

- old
+ new

@@ -125,9 +125,17 @@ print("For an example you can check out") print("https://github.com/artsy/emission-nebula/commit/44fe51a7fea8f7d52f0f77d6c3084827fe5dd59e") UI.build_failure!("Archive invalid") end + def handle_empty_ipa + UI.build_failure!("IPA invalid") + end + + def handle_empty_pkg + UI.build_failure!("PKG invalid") + end + private # Just to make things easier def print(text) UI.error(text)