Skip to content

Commit

Permalink
Remove the verify_integrity method of Installer class because it does…
Browse files Browse the repository at this point in the history
… not use it
  • Loading branch information
kenchan0130 committed Oct 28, 2018
1 parent ead4020 commit fab68c5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/xcode/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,6 @@ def prereleases
links
end

def verify_integrity(path)
puts `/usr/sbin/spctl --assess --verbose=4 --type execute #{path}`
$?.exitstatus.zero?
end

def hdiutil(*args)
io = IO.popen(['hdiutil', *args])
result = io.read
Expand Down

0 comments on commit fab68c5

Please sign in to comment.