You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ Cordova iOS is an iOS application library that allows for Cordova-based projects
32
32
33
33
## Requirements
34
34
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
37
37
38
38
## Create a Cordova project
39
39
@@ -56,7 +56,7 @@ cordova platform add ios
56
56
57
57
## Debugging in Xcode
58
58
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`.
60
60
61
61
## How to Test Repo Development
62
62
@@ -68,3 +68,4 @@ npm test
68
68
## Further reading
69
69
70
70
*[Apache Cordova](https://cordova.apache.org/)
71
+
*[Cordova iOS API Documentation](https://apache.github.io/cordova-ios/)
0 commit comments