Skip to content

Commit

Permalink
chore(readme): Update Xcode/node versions in README (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue authored Oct 18, 2024
1 parent 0ddab0a commit a713a0b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Cordova iOS is an iOS application library that allows for Cordova-based projects

## Requirements

* Xcode 11.x or greater. Download it at the [Apple Developer - Downloads](https://developer.apple.com/downloads) or the [Mac App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12).
* [Node.js](https://nodejs.org)
* Xcode 15.x or greater. Download it at the [Apple Developer - Downloads](https://developer.apple.com/downloads) or the [Mac App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12).
* [Node.js](https://nodejs.org) 18.x or greater

## Create a Cordova project

Expand All @@ -56,7 +56,7 @@ cordova platform add ios

## Debugging in Xcode

Import project in Xcode through _File > Open_ and targeting `/path/to/your-cdv-project/platforms/ios/PROJECT_NAME.xcworkspace`.
Import project in Xcode through _File > Open_ and targeting `/path/to/your-cdv-project/platforms/ios/App.xcworkspace`.

## How to Test Repo Development

Expand All @@ -68,3 +68,4 @@ npm test
## Further reading

* [Apache Cordova](https://cordova.apache.org/)
* [Cordova iOS API Documentation](https://apache.github.io/cordova-ios/)

0 comments on commit a713a0b

Please sign in to comment.