TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | BSD |
ReleasedLast Release | Oct 2015 |
Maintained by Jonathan Dong.
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.
For hybrid developers, the easiest way to integrate Crosswalk extensions is using CocoaPods. You need to make sure you've already installed the CocoaPods on your computer. For the installation and usage of CocoaPods, please refer to: https://cocoapods.org/.
Basically the only thing you need to do is to create a Podfile
in your project directory, and add a line of pod dependency which you need to use:
pod 'crosswalk-extension-cordova', '~> 1.0'
And in your app's manifest.json, add a line in xwalk_extensions
to load the extension:
'xwalk_extensions': [
'xwalk.cordova'
],
Please refer to the instruction of each extension for more details.
git clone https://github.com/crosswalk-project/ios-extensions-crosswalk.git
cd ios-extensions-crosswalk
git submodule update --init --recursive
pod install
iOSExtension.xcworkspace
, build the extension targets.There are several demo applications to illustrate the usage of each extension, please refer to the directory demos for more details.
This project is available under the BSD license. See the LICENSE file for more info.