lib/snapshot.rb in snapshot-1.4.2 vs lib/snapshot.rb in snapshot-1.4.3
- old
+ new
@@ -37,9 +37,10 @@
`killall iOS Simulator &> /dev/null`
end
end
Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
+ UI = FastlaneCore::UI
Snapshot::DependencyChecker.check_dependencies
def self.xcode_version
`xcodebuild -version`.match(/Xcode (.*)/)[1]