macOS |
---|
Tthe source code of the WebKit Wrapper - the core that powers the WebKit-based apps created with WebCatalog.
# 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