erisu commented on a change in pull request #1133:
URL: https://github.com/apache/cordova-ios/pull/1133#discussion_r688375379



##########
File path: README.md
##########
@@ -7,9 +7,9 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#

Review comment:
       ```suggestion
   # 
   ```
   Revert

##########
File path: README.md
##########
@@ -47,20 +47,24 @@ cordova platform add --link /path/to/cordova-ios
 
 ## Updating a Cordova project
 
-When you install a new `cordova-cli` version that comes with a new iOS 
platform version, from within your project:
+When you install a new version of the [`Cordova 
CLI`](https://www.npmjs.com/package/cordova) that pins a new version of the 
[`Cordova-iOS`](https://www.npmjs.com/package/cordova-ios) platform, you can 
follow these simple upgrade steps within your project:
 
 ```bash
 cordova platform rm ios
 cordova platform add ios
 ```
 
+## Debugging in Xcode
+
+Import project in Xcode through _File > Open_ and targeting 
`/path/to/your-cdv-project/platforms/ios/`.

Review comment:
       ```suggestion
   Import project in Xcode through _File > Open_ and targeting 
`/path/to/your-cdv-project/platforms/ios/PROJECT_NAME.xcodeworkspace`.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to