GithubHelp home page GithubHelp logo

isabella232 / crosswalk-app-tools-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crosswalk-project/crosswalk-app-tools-ios

0.0 0.0 0.0 1.68 MB

Crosswalk App Tools iOS Backend

Home Page: https://crosswalk-project.org/

License: Apache License 2.0

JavaScript 100.00%

crosswalk-app-tools-ios's Introduction

Crosswalk App Tools iOS Backend

The iOS backend for Crosswalk application command line tools to create and package Crosswalk iOS applications.

Installation

iOS backend only works on Mac OS X. The following components are required:

  1. Xcode 7 above * Install Xcode through Mac App Store

  2. Node.js and NPM * Use HomeBrew or MacPorts to install Node.js and NPM.

  3. Git & Ruby * Should be pre-installed on your Mac already.

  4. CocoaPods * Install CocoaPods through ruby gem: sudo gem install cocoapods.

In order to get the crosswalk-app script available everywhere, global NPM installation is required.

npm install -g crosswalk-app-tools
npm install -g crosswalk-app-tools-backend-ios

Usage

For the detailed usage, please refer to the Usage section in Crosswalk App tools.

To create an iOS project, use:

crosswalk-app create <package-id> --platforms=ios     Create project <package-id>
                                                      for platform iOS.

Run development versions from git

  1. Clone App Tool:
git clone https://github.com/crosswalk-project/crosswalk-app-tools.git
  1. Install App Tool's dependencies:
cd crosswalk-app-tools
npm install
  1. Install iOS backend:
cd node_modules
git clone https://github.com/crosswalk-project/crosswalk-app-tools-ios.git crosswalk-app-tools-backend-ios
cd crosswalk-app-tools-backend-ios
npm install
cd ../..
  1. The main script is crosswalk-app-tools/src/crosswalk-app. Add it into PATH environment variable, or invoke the script within the directory path.

License

Crosswalk App Tools iOS Backend is available under the Apache V2 license. See the LICENSE file for more info.

crosswalk-app-tools-ios's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.