@stevegill/cordova-ios
v4.4.0-dev
Published
cordova-ios release
Downloads
566
Maintainers
Readme
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:
- Xcode 7.x or greater. Download it at http://developer.apple.com/downloads or the Mac App Store.
: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 update ios
Tests
- Run
npm install
- Run
npm test