Skip to content

TheBrewery/cordova-ios

This branch is 161 commits behind forcedotcom/cordova-ios:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e688ca · Feb 14, 2019
Feb 11, 2019
Feb 7, 2019
Feb 14, 2019
Aug 29, 2017
Oct 5, 2016
Feb 18, 2015
Feb 5, 2019
Sep 27, 2017
Jul 14, 2017
Nov 3, 2015
Sep 11, 2018
Apr 22, 2017
Jan 30, 2019
Oct 23, 2015
Jul 10, 2014
Mar 28, 2014
Oct 3, 2018
Feb 7, 2019
Aug 2, 2018
Oct 13, 2014
Feb 7, 2019

Repository files navigation

Build status Build Status codecov.io

Cordova iOS

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).

Requires:

Create a Cordova project

Follow the instructions in the Command-Line Usage section of http://docs.cordova.io

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

Tests

  1. Run npm install
  2. Run npm test

Futher reading

About

Mirror of Apache Cordova iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 49.4%
  • Objective-C 45.0%
  • Batchfile 1.6%
  • Shell 1.2%
  • HTML 0.8%
  • Python 0.6%
  • Other 1.4%