Bug 235976

Summary: Catalyst builds of WebKit with system content path put XPCServices and Daemons in the normal location
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: PlatformAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: mark.lam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

Description Michael Saboff 2022-02-01 14:48:00 PST
When building with a system content path the Catalyst versions of WebKit Daemons and XPCServices end up in .../System/Library/Frameworks/WebKit.framework/Versions/A/{Daemons|XPCServices} instead of .../System//iOSSupport/System/Library/Frameworks/WebKit.framework/Versions/A/{Daemons|XPCServices}.
Comment 1 Michael Saboff 2022-02-01 14:48:13 PST
<rdar://88334496>
Comment 2 Michael Saboff 2022-02-01 15:01:01 PST
Created attachment 450573 [details]
Patch
Comment 3 Mark Lam 2022-02-01 15:05:14 PST
Comment on attachment 450573 [details]
Patch

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

> Source/WebKit/ChangeLog:8
> +        The production of WEBKIT_FRAMEWORKS_DIR_USE_SYSTEM_CONTENT_PATH_YES used the system framekwork path

/framekwork/framework.
Comment 4 Michael Saboff 2022-02-01 15:18:09 PST
(In reply to Mark Lam from comment #3)
> Comment on attachment 450573 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=450573&action=review
> 
> > Source/WebKit/ChangeLog:8
> > +        The production of WEBKIT_FRAMEWORKS_DIR_USE_SYSTEM_CONTENT_PATH_YES used the system framekwork path
> 
> /framekwork/framework.

Fixed locally.
Comment 5 Michael Saboff 2022-02-01 15:53:19 PST
Committed r288917 (246656@trunk): <https://commits.webkit.org/246656@trunk>