Title: [285044] branches/safari-612-branch/Source/WebCore/PAL
- Revision
- 285044
- Author
- [email protected]
- Date
- 2021-10-29 12:28:34 -0700 (Fri, 29 Oct 2021)
Log Message
Cherry-pick r284494. rdar://problem/84816590
REGRESSION (r284220): [PAL] TCCSPI.h should be a project header, not a private header
<https://webkit.org/b/231977>
<rdar://problem/84425384>
Reviewed by Wenson Hsieh.
* PAL.xcodeproj/project.pbxproj:
- Change TCCSPI.h from a private header to a project header.
PAL uses a build phase script to install its headers.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@284494 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-612-branch/Source/WebCore/PAL/ChangeLog (285043 => 285044)
--- branches/safari-612-branch/Source/WebCore/PAL/ChangeLog 2021-10-29 19:02:43 UTC (rev 285043)
+++ branches/safari-612-branch/Source/WebCore/PAL/ChangeLog 2021-10-29 19:28:34 UTC (rev 285044)
@@ -1,3 +1,32 @@
+2021-10-29 Russell Epstein <[email protected]>
+
+ Cherry-pick r284494. rdar://problem/84816590
+
+ REGRESSION (r284220): [PAL] TCCSPI.h should be a project header, not a private header
+ <https://webkit.org/b/231977>
+ <rdar://problem/84425384>
+
+ Reviewed by Wenson Hsieh.
+
+ * PAL.xcodeproj/project.pbxproj:
+ - Change TCCSPI.h from a private header to a project header.
+ PAL uses a build phase script to install its headers.
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@284494 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2021-10-19 David Kilzer <[email protected]>
+
+ REGRESSION (r284220): [PAL] TCCSPI.h should be a project header, not a private header
+ <https://webkit.org/b/231977>
+ <rdar://problem/84425384>
+
+ Reviewed by Wenson Hsieh.
+
+ * PAL.xcodeproj/project.pbxproj:
+ - Change TCCSPI.h from a private header to a project header.
+ PAL uses a build phase script to install its headers.
+
2021-10-26 Alan Coon <[email protected]>
Cherry-pick r284344. rdar://problem/84625558
Modified: branches/safari-612-branch/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj (285043 => 285044)
--- branches/safari-612-branch/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj 2021-10-29 19:02:43 UTC (rev 285043)
+++ branches/safari-612-branch/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj 2021-10-29 19:28:34 UTC (rev 285044)
@@ -137,7 +137,7 @@
4450FCA021F5F602004DFA56 /* QuickLookSoftLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 4450FC9E21F5F602004DFA56 /* QuickLookSoftLink.h */; };
44E1A8AF21FA54E600C3048E /* LookupSoftLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 44E1A8AD21FA54DA00C3048E /* LookupSoftLink.h */; };
44E1A8B021FA54EB00C3048E /* LookupSoftLink.mm in Sources */ = {isa = PBXBuildFile; fileRef = 44E1A8AE21FA54DA00C3048E /* LookupSoftLink.mm */; };
- 4996C0F32717644C002C125D /* TCCSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 4996C0F22717642B002C125D /* TCCSPI.h */; settings = {ATTRIBUTES = (Private, ); }; };
+ 4996C0F32717644C002C125D /* TCCSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 4996C0F22717642B002C125D /* TCCSPI.h */; };
517E03F924B7C0070054895A /* IOKitSPIMac.h in Headers */ = {isa = PBXBuildFile; fileRef = 517E03F824B7C0060054895A /* IOKitSPIMac.h */; };
570AB8F120AE2E8D00B8BE87 /* SecKeyProxySPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 570AB8F020AE2E8D00B8BE87 /* SecKeyProxySPI.h */; };
570AB8F920AF6E3D00B8BE87 /* NSXPCConnectionSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 570AB8F820AF6E3D00B8BE87 /* NSXPCConnectionSPI.h */; };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes