Skip to content

apache/cordova-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f1a6737 · Jul 12, 2020
Jul 6, 2020
Jun 22, 2020
Jul 12, 2020
May 27, 2020
Oct 5, 2016
Feb 18, 2015
Jun 19, 2020
Apr 22, 2020
Nov 7, 2019
Dec 17, 2019
Nov 3, 2015
Sep 11, 2018
May 22, 2020
May 27, 2020
Apr 13, 2020
Jun 5, 2020
May 27, 2020
Mar 28, 2014
May 28, 2020
Jun 22, 2020
Jun 22, 2020
Jun 22, 2020
May 28, 2020

Repository files navigation

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