Skip to content

Commit

Permalink
Follow-up: [WebRTC] Fix broken target for avif_decode_fuzzer
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=270936
<rdar://124556987>

Unreviewed Xcode project change.

* Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj:
- Let Xcode have its way with the project.

Canonical link: https://commits.webkit.org/276868@main
  • Loading branch information
David Kilzer authored and ddkilzer committed Mar 31, 2024
1 parent 889829b commit 4563c83
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,13 @@
remoteGlobalIDString = 1C4FAE8F28FC83DC00FFE212;
remoteInfo = libavif;
};
44EC6BC72BB9CE7100513744 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1C4FAE9628FC83DC00FFE212 /* libavif.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 44F97F252B2C19420018D785;
remoteInfo = avif_decode_fuzzer;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -1041,6 +1048,7 @@
isa = PBXGroup;
children = (
1C2D0DF8296A44CC00BE33A3 /* libavif.a */,
44EC6BC82BB9CE7100513744 /* avif_decode_fuzzer */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -1614,6 +1622,13 @@
remoteRef = 1C2D0DF7296A44CC00BE33A3 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
44EC6BC82BB9CE7100513744 /* avif_decode_fuzzer */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.executable";
path = avif_decode_fuzzer;
remoteRef = 44EC6BC72BB9CE7100513744 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXSourcesBuildPhase section */
Expand Down

0 comments on commit 4563c83

Please sign in to comment.