chore(deps): bump lodash from 4.17.23 to 4.18.1 (#1646)
Bumps lodash from 4.17.23 to 4.18.1.
updated-dependencies:
- dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
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).
Requirements
Create a Cordova project
Follow the instructions in the Create your first Cordova app section of Apache Cordova Docs
Updating a Cordova project
When you install a new version of the
Cordova CLIthat pins a new version of theCordova-iOSplatform, you can follow these simple upgrade steps within your project:Debugging in Xcode
Import project in Xcode through File > Open and targeting
/path/to/your-cdv-project/platforms/ios/App.xcworkspace.Further reading