Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

cordova-ios

Package Overview
Dependencies
Maintainers
21
Versions
2454
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-ios

cordova-ios release

Source
npmnpm
Version
6.3.0
Version published
Weekly downloads
30K
1.71%
Maintainers
21
Weekly downloads
 
Created
Source

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

Keywords

ios

FAQs

Package last updated on 17 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts