- Notifications
You must be signed in to change notification settings - Fork1k
apache/cordova-ios
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 ofThe Apache Software Foundation (ASF).
- Xcode 15.x or greater. Download it at theApple Developer - Downloads or theMac App Store.
- Node.js 20.5.0 or greater
Follow the instructions in theCreate your first Cordova app section ofApache Cordova Docs
To use ashared 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 version of theCordova CLI
that pins a new version of theCordova-iOS
platform, you can follow these simple upgrade steps within your project:
cordova platform rm ioscordova platform add ios
Import project in Xcode throughFile > Open and targeting/path/to/your-cdv-project/platforms/ios/App.xcworkspace
.
npm installnpmtest
About
Apache Cordova iOS
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.