Skip to content

Commit a713a0b

Browse files
authored
chore(readme): Update Xcode/node versions in README (#1499)
1 parent 0ddab0a commit a713a0b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Cordova iOS is an iOS application library that allows for Cordova-based projects
3232

3333
## Requirements
3434

35-
* 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).
36-
* [Node.js](https://nodejs.org)
35+
* 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).
36+
* [Node.js](https://nodejs.org) 18.x or greater
3737

3838
## Create a Cordova project
3939

@@ -56,7 +56,7 @@ cordova platform add ios
5656

5757
## Debugging in Xcode
5858

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

6161
## How to Test Repo Development
6262

@@ -68,3 +68,4 @@ npm test
6868
## Further reading
6969

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

0 commit comments

Comments
 (0)