We don’t need to maintain a separate build target for installing the sandbox profiles into the override location.
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>.