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

- old
+ new

@@ -32,9 +32,10 @@ def init_libs # Import all the fixes require 'gym/xcodebuild_fixes/swift_fix' require 'gym/xcodebuild_fixes/watchkit_fix' + require 'gym/xcodebuild_fixes/watchkit2_fix' 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