Aucune description
alejandro.alvarez5 70bb213259 articulo il y a 2 ans
..
CordovaLib articulo il y a 2 ans
bin articulo il y a 2 ans
cordova-js-src articulo il y a 2 ans
node_modules articulo il y a 2 ans
.DS_Store articulo il y a 2 ans
CONTRIBUTING.md articulo il y a 2 ans
LICENSE articulo il y a 2 ans
NOTICE articulo il y a 2 ans
README.md articulo il y a 2 ans
RELEASENOTES.md articulo il y a 2 ans
package.json articulo il y a 2 ans

README.md

Cordova iOS

NPM

Node CI codecov.io

Cordova iOS is an iOS application library that allows for Cordova-based projects to be built for the iOS Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript.

Apache Cordova is a project of The Apache Software Foundation (ASF).

Requirements

Create a Cordova project

Follow the instructions in the Command-Line Usage section of Apache Cordova Docs

To use a shared CordovaLib, for example in development, link the appropriate cordova-ios platform folder path:

cordova platform add --link /path/to/cordova-ios

Updating a Cordova project

When you install a new cordova-cli version that comes with a new iOS platform version, from within your project:

cordova platform rm ios
cordova platform add ios

How to Test Repo Development

npm install
npm test

Futher reading