commit | 84774fe198803611f5618b9a9f2415bf7b147653 | [log] [tgz] |
---|---|---|
author | emw@apple.com <emw@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Jun 22 23:33:57 2022 +0000 |
committer | emw@apple.com <emw@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Jun 22 23:33:57 2022 +0000 |
tree | 877805478f8f2056e924989b266b1eef8996795d | |
parent | 43b3b88a0f183213f2e5936dc9491c857b881fd8 [diff] |
Fix CodeSign error caused by Product Dependencies phase https://bugs.webkit.org/show_bug.cgi?id=241713 Unreviewed build fix. Product Dependencies phases must be set to the "Products Directory" destination. Otherwise, they unintentionally embed the dependencies into their target's build product. This one must have been a default setting that got overlooked. * Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: Canonical link: https://commits.webkit.org/251760@main git-svn-id: http://svn.webkit.org/repository/webkit/trunk@295755 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj b/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj index cfca06d..1636721 100644 --- a/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj +++ b/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
@@ -1721,7 +1721,7 @@ isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; - dstSubfolderSpec = 7; + dstSubfolderSpec = 16; files = ( DD42949F284BE0B7004D49ED /* WebKit.framework in Product Dependencies */, );