Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cordova-ios-dev

apache3Apache-2.04.5.0-dev

cordova-ios release

ios, cordova, apache, ecosystem:cordova, cordova:platform

readme

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:

:warning: Report issues on the Apache Cordova issue tracker

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

changelog

0.3.1 / 2016-01-14

  • add MIT LICENSE file (#23, @kasicka)
  • preserve chaining after redundant style-method calls (#19, @drewblaisdell)
  • package: add "license" field (#16, @BenjaminTsai)

0.3.0 / 2014-05-09

  • package: remove "test" script and "devDependencies"
  • package: remove "engines" section
  • pacakge: remove "bin" section
  • package: beautify
  • examples: remove starwars example (#15)
  • Documented goto, horizontalAbsolute, and eraseLine methods in README.md (#12, @Jammerwoch)
  • add .jshintrc file

< 0.3.0

  • Prehistoric