lib/gym.rb in gym-1.2.0 vs lib/gym.rb in gym-1.3.0

- old
+ new

@@ -38,8 +38,9 @@ require 'gym/xcodebuild_fixes/package_application_fix' end end Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore + UI = FastlaneCore::UI Gym.init_libs end