Bug 89606

Summary: run-webkit and debug-webkit should work even if Safari.app has entitlements
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: Tools / TestsAssignee: Mark Rowe (bdash) <mrowe>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 mitz: review+

Description Mark Rowe (bdash) 2012-06-20 15:10:00 PDT
As it says in the summary.
Comment 1 Mark Rowe (bdash) 2012-06-20 15:11:48 PDT
Created attachment 148664 [details]
Patch v1
Comment 2 mitz 2012-06-20 15:18:44 PDT
Comment on attachment 148664 [details]
Patch v1

View in context: https://bugs.webkit.org/attachment.cgi?id=148664&action=review

> Tools/Scripts/webkitdirs.pm:639
> +    return (`codesign -d --entitlements - $executablePath 2>&1` =~ /<key>/);

Might be a little cleaner to add a colon before the - there to strip out the binary header.
Comment 3 Mark Rowe (bdash) 2012-06-20 16:01:44 PDT
Fixed in r120878.