|
hace 5 años | |
---|---|---|
.. | ||
.github | hace 5 años | |
CordovaLib | hace 5 años | |
bin | hace 5 años | |
cordova-js-src | hace 5 años | |
guides | hace 5 años | |
hooks | hace 5 años | |
tests | hace 5 años | |
.eslintignore | hace 5 años | |
.eslintrc.yml | hace 5 años | |
.gitattributes | hace 5 años | |
.ratignore | hace 5 años | |
.travis.yml | hace 5 años | |
CONTRIBUTING.md | hace 5 años | |
LICENSE | hace 5 años | |
NOTICE | hace 5 años | |
README.md | hace 5 años | |
RELEASENOTES.md | hace 5 años | |
appveyor.yml | hace 5 años | |
component.json | hace 5 años | |
package.json | hace 5 años |
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:
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
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
npm install
npm test