Title: [291833] branches/safari-614.1.5.5-branch/Source/WebKit
- Revision
- 291833
- Author
- repst...@apple.com
- Date
- 2022-03-24 16:59:05 -0700 (Thu, 24 Mar 2022)
Log Message
Cherry-pick r291828. rdar://problem/90794287
After r291814, we need to create the INSTALL_PATH for the iOS sandbox files
https://bugs.webkit.org/show_bug.cgi?id=238351
Reviewed by Saam Barati.
We need to create the $(INSTALL_PATH) for the preprocessed iOS sandbox files.
Before r291814, the built-in Xcode copy step used ditto when copying the .sb
files thus creating $(INSTALL_PATH) and its intermediate directories.
That change set made it so that all WebKit iOS sandbox profile files are preprocessed
thus eliminating the Xcode copy step.
* WebKit.xcodeproj/project.pbxproj:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@291828 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-614.1.5.5-branch/Source/WebKit/ChangeLog (291832 => 291833)
--- branches/safari-614.1.5.5-branch/Source/WebKit/ChangeLog 2022-03-24 23:57:01 UTC (rev 291832)
+++ branches/safari-614.1.5.5-branch/Source/WebKit/ChangeLog 2022-03-24 23:59:05 UTC (rev 291833)
@@ -1,5 +1,40 @@
2022-03-24 Russell Epstein <repst...@apple.com>
+ Cherry-pick r291828. rdar://problem/90794287
+
+ After r291814, we need to create the INSTALL_PATH for the iOS sandbox files
+ https://bugs.webkit.org/show_bug.cgi?id=238351
+
+ Reviewed by Saam Barati.
+
+ We need to create the $(INSTALL_PATH) for the preprocessed iOS sandbox files.
+ Before r291814, the built-in Xcode copy step used ditto when copying the .sb
+ files thus creating $(INSTALL_PATH) and its intermediate directories.
+ That change set made it so that all WebKit iOS sandbox profile files are preprocessed
+ thus eliminating the Xcode copy step.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@291828 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2022-03-24 Michael Saboff <msab...@apple.com>
+
+ After r291814, we need to create the INSTALL_PATH for the iOS sandbox files
+ https://bugs.webkit.org/show_bug.cgi?id=238351
+
+ Reviewed by Saam Barati.
+
+ We need to create the $(INSTALL_PATH) for the preprocessed iOS sandbox files.
+ Before r291814, the built-in Xcode copy step used ditto when copying the .sb
+ files thus creating $(INSTALL_PATH) and its intermediate directories.
+ That change set made it so that all WebKit iOS sandbox profile files are preprocessed
+ thus eliminating the Xcode copy step.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+2022-03-24 Russell Epstein <repst...@apple.com>
+
Cherry-pick r291814. rdar://problem/90343926
Update Sandbox profiles for system content path
Modified: branches/safari-614.1.5.5-branch/Source/WebKit/WebKit.xcodeproj/project.pbxproj (291832 => 291833)
--- branches/safari-614.1.5.5-branch/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2022-03-24 23:57:01 UTC (rev 291832)
+++ branches/safari-614.1.5.5-branch/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2022-03-24 23:59:05 UTC (rev 291833)
@@ -15517,7 +15517,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "echo \"Preprocessing sandbox\"\nScripts/generate-derived-sources.sh sandbox-profiles-ios\ncp ${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/com.apple.WebKit.adattributiond.sb ${DSTROOT}/${INSTALL_PATH}\ncp ${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/com.apple.WebKit.GPU.sb ${DSTROOT}/${INSTALL_PATH}\ncp ${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/com.apple.WebKit.Networking.sb ${DSTROOT}/${INSTALL_PATH}\ncp ${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/com.apple.WebKit.WebAuth.sb ${DSTROOT}/${INSTALL_PATH}\ncp ${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/com.apple.WebKit.WebContent.sb ${DSTROOT}/${INSTALL_PATH}\n";
+ shellScript = "echo \"Preprocessing sandbox\"\nScripts/generate-derived-sources.sh sandbox-profiles-ios\nmkdir -p ${DSTROOT}/${INSTALL_PATH}\ncp ${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/com.apple.WebKit.adattributiond.sb ${DSTROOT}/${INSTALL_PATH}\ncp ${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/com.apple.WebKit.GPU.sb ${DSTROOT}/${INSTALL_PATH}\ncp ${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/com.apple.WebKit.Networking.sb ${DSTROOT}/${INSTALL_PATH}\ncp ${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/com.apple.WebKit.WebAuth.sb ${DSTROOT}/${INSTALL_PATH}\ncp ${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/com.apple.WebKit.WebContent.sb ${DSTROOT}/${INSTALL_PATH}\n";
};
F4EFBAD522540CBB00049BA6 /* Replace WebKitAdditions in Framework Headers */ = {
isa = PBXShellScriptBuildPhase;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes