Skip to content

Instantly share code, notes, and snippets.

@kewlbear
Last active January 18, 2023 12:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kewlbear/5ff05aeb7c935847cfde4187703ac549 to your computer and use it in GitHub Desktop.
Save kewlbear/5ff05aeb7c935847cfde4187703ac549 to your computer and use it in GitHub Desktop.
build webkit for iOS using Xcode
git clone https://github.com/WebKit/WebKit.git WebKit
cd WebKit
sudo Tools/Scripts/configure-xcode-for-embedded-development
open WebKit.xcworkspace
  • in Xcode
File > Workspace Settings
Build System -> New Build System
Adavanced...
  Custom -> Relative to Workspace
  Productes     -> WebKitBuild
  Intermediates -> WebKitBuild

MobileMiniBrowser project > Build Settings
Base SDK -> iOS

"All Sources" scheme > Run > Info
Executable -> MobileMiniBrowser

Build!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment