The iOS Extension Crosswalk project implements the iOS Crosswalk APIs on top of the Crosswalk app runtime and its extension framework.
This repository is going to hold all the officially published Crosswalk iOS extensions, as well as the extension demos and samples.
- Clone the repo with command:
git clone https://github.com/crosswalk-project/ios-extensions-crosswalk.git
- Initialize the repo with command:
cd ios-extensions-crosswalk
git submodule update --init --recursive
- Open the
iOSExtension.xcworkspace
, build the extension targets.
This project is available under the BSD license. See the LICENSE file for more info.