Skip to content

Commit d5af505

Browse files
author
Dimitar Kerezov
committed
Clarify xcodeproj and xcproj installation commands
1 parent 59804d6 commit d5af505

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ sudo ruby -e "$(curl -fsSL https://raw.githubusercontent.com/NativeScript/native
153153
* For iOS development
154154
* [Latest Xcode][12]
155155
* [Xcode command-line tools][12]
156-
* [xcodeproj ruby gem][13]
157-
* (Optional) [CocoaPods 0.38.2][CocoaPods 0.38.2]
158-
* (Optional) [Xcproj][Xcproj]
156+
* [xcodeproj ruby gem][13] - can be installed by running `$ [sudo] gem install xcodeproj` in the terminal
157+
* (Optional) [CocoaPods][CocoaPods]
158+
* (Optional) [xcproj][xcproj] - you only need this command line tool in case you have Xcode 7.3 or later installed and CocoaPods 0.39.0 or earlier. `xcproj` can either be installed by running `$ brew install xcproj` in the terminal, or by building it manually with xcodebuild
159159
* For Android development
160160
* [JDK 8][JDK 8] or a later stable official release
161161
* [Android SDK 22][Android SDK 22] or a later stable official release
@@ -608,8 +608,8 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
608608
[JDK 8]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
609609
[Android SDK 22]: http://developer.android.com/sdk/index.html
610610
[Genymotion]: https://www.genymotion.com/#!/
611-
[CocoaPods 0.38.2]: https://guides.cocoapods.org/using/getting-started.html#getting-started
612-
[Xcproj]: https://github.com/0xced/xcproj#installation
611+
[CocoaPods]: https://guides.cocoapods.org/using/getting-started.html#getting-started
612+
[xcproj]: https://github.com/0xced/xcproj#installation
613613
[Android SDK Build-tools 23.0.0]: http://developer.android.com/sdk/index.html
614614
[Local Maven repository for Support Libraries]: http://developer.android.com/sdk/index.html
615615
![](https://ga-beacon.appspot.com/UA-111455-24/nativescript/nativescript-cli?pixel)

0 commit comments

Comments
 (0)