lib/xcode/install.rb in xcode-install-2.6.0 vs lib/xcode/install.rb in xcode-install-2.6.1
- old
+ new
@@ -680,10 +680,10 @@
def plist_entry(keypath)
`/usr/libexec/PlistBuddy -c "Print :#{keypath}" "#{path}/Contents/Info.plist"`.chomp
end
def verify_app_security_assessment
- puts `/usr/sbin/spctl --assess --verbose=4 --type execute #{@path}`
+ puts `/usr/bin/codesign --verify --verbose #{@path}`
$?.exitstatus.zero?
end
def verify_app_cert
cert_info = Fastlane::Actions::VerifyBuildAction.gather_cert_info(@path.to_s)