gym/lib/gym.rb in fastlane-2.42.0 vs gym/lib/gym.rb in fastlane-2.43.0.beta.20170629010015
- old
+ new
@@ -30,14 +30,10 @@
"Gymfile"
end
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/generic_archive_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
UI = FastlaneCore::UI