Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

webcatalog/webkit-wrapper

Repository files navigation

WebKit Wrapper License: MIT

macOS
GitHub Actions macOS Build Status

Tthe source code of the WebKit Wrapper - the core that powers the WebKit-based apps created with WebCatalog.


Development

# clone the project:
git clone https://github.com/webcatalog/webkit-wrapper.git
cd webkit-wrapper
# run development mode
swift run

# build universal binary
# output to .build/apple/Products/Release/WebkitWrapper
./build

# package template app as zip file
yarn
yarn dist