lib/snapshot.rb in snapshot-1.12.1 vs lib/snapshot.rb in snapshot-1.12.2
- old
+ new
@@ -36,10 +36,11 @@
def snapfile_name
"Snapfile"
end
def kill_simulator
- `killall iOS Simulator &> /dev/null`
+ `killall 'iOS Simulator' &> /dev/null`
+ `killall Simulator &> /dev/null`
end
end
Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
UI = FastlaneCore::UI