WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
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