lib/gym/xcodebuild_fixes/swift_fix.rb in gym-0.4.3 vs lib/gym/xcodebuild_fixes/swift_fix.rb in gym-0.4.4
- old
+ new
@@ -27,10 +27,10 @@
# Add "SwiftSupport" to the .ipa archive
Dir.chdir(tmpdir) do
command_parts = ["zip --recurse-paths #{PackageCommandGenerator.ipa_path} SwiftSupport"]
command_parts << "> /dev/null" unless $verbose
- print_command(command_parts, "Fix Swift embedded code if needed") if $verbose
+ Runner.new.print_command(command_parts, "Fix Swift embedded code if needed") if $verbose
FastlaneCore::CommandExecutor.execute(command: command_parts,
print_all: false,
print_command: !Gym.config[:silent],
error: proc do |output|