| Summary: | [Xcode] Fold the WebKit2SandboxProfiles-IOSOverride target into the Sandbox Profiles target | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | mitz | ||||
| Component: | WebKit2 | Assignee: | mitz | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | andersca, dbates, sam | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
mitz
2015-06-21 22:40:50 PDT
Created attachment 255338 [details]
Part 1: prepare the Sandbox Profiles target
Comment on attachment 255338 [details] Part 1: prepare the Sandbox Profiles target View in context: https://bugs.webkit.org/attachment.cgi?id=255338&action=review > Source/WebKit2/Configurations/SandboxProfiles.xcconfig:1 > +INSTALL_PATH = $(INSTALL_PATH_ENGINEERING_BUILD_$(WK_INSTALL_OVERRIDE_SANDBOX_PROFILES)); I take it you meant to write "INSTALL_PATH_WK_INSTALL_OVERRIDE_SANDBOX_PROFILES_" instead of "INSTALL_PATH_ENGINEERING_BUILD_". (In reply to comment #2) > Comment on attachment 255338 [details] > Part 1: prepare the Sandbox Profiles target > > View in context: > https://bugs.webkit.org/attachment.cgi?id=255338&action=review > > > Source/WebKit2/Configurations/SandboxProfiles.xcconfig:1 > > +INSTALL_PATH = $(INSTALL_PATH_ENGINEERING_BUILD_$(WK_INSTALL_OVERRIDE_SANDBOX_PROFILES)); > > I take it you meant to write > "INSTALL_PATH_WK_INSTALL_OVERRIDE_SANDBOX_PROFILES_" instead of > "INSTALL_PATH_ENGINEERING_BUILD_". Good catch! Thank you. Committed attachment 255338 [details] in <http://trac.webkit.org/r185832>. Deleted the target in <http://trac.webkit.org/r185861>. |