Skip to content

Commit

Permalink
MobileMiniBrowser fails to link due to missing WebKit.framework
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=248951
<rdar://103119948>

Reviewed by Jonathan Bedard.

Link MobileMiniBrowser to WebKit.framework to fix the missing
WKProcessPool symbol.

* Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj:
(MobileMiniBrowser):

Canonical link: https://commits.webkit.org/257571@main
  • Loading branch information
David Kilzer authored and ddkilzer committed Dec 8, 2022
1 parent ce82d43 commit c76c4c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
4484520429424D840059B0FE /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD1DAFC11D70E12D00017CF0 /* WebKit.framework */; };
457D0F7A29088D9000AE5914 /* SettingsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 457D0F7729088C9500AE5914 /* SettingsViewController.h */; };
45BE567C2908C74600FD7A95 /* SettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 457D0F7829088D4000AE5914 /* SettingsViewController.m */; };
CD1DAF971D709E3600017CF0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CD1DAF961D709E3600017CF0 /* main.m */; };
Expand Down Expand Up @@ -121,6 +122,7 @@
buildActionMask = 2147483647;
files = (
CD498B421D76348000681FA7 /* MobileMiniBrowser.framework in Frameworks */,
4484520429424D840059B0FE /* WebKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit c76c4c2

Please sign in to comment.