Commit 5d756c88 authored by Eloy Durán's avatar Eloy Durán Committed by Eloy Duran

Styling tweaks.

parent a4cd8342
...@@ -13,7 +13,7 @@ with, use the `link_with` method like so: ...@@ -13,7 +13,7 @@ with, use the `link_with` method like so:
```ruby ```ruby
platform :ios platform :ios
workspace 'MyFullWorkspace' workspace 'MyWorkspace'
link_with ['MyAppTarget', 'MyOtherAppTarget'] link_with ['MyAppTarget', 'MyOtherAppTarget']
dependency 'JSONKit' dependency 'JSONKit'
...@@ -27,16 +27,16 @@ end ...@@ -27,16 +27,16 @@ end
_NOTE: As you can see it can take either one target name, or an array of names._ _NOTE: As you can see it can take either one target name, or an array of names._
If no explicit Xcode workspace is specified and only **one** project exists in * If no explicit Xcode workspace is specified and only **one** project exists in
the same directory as the Podfile, then the name of that project is used as the the same directory as the Podfile, then the name of that project is used as the
workspace’s name. workspace’s name.
If no explicit Xcode project is specified for a target, it will use the Xcode * If no explicit Xcode project is specified for a target, it will use the Xcode
project of the parent target. If no target specifies an expicit Xcode project project of the parent target. If no target specifies an expicit Xcode project
and there is only **one** project in the same directory as the Podfile then that and there is only **one** project in the same directory as the Podfile then that
project will be used. project will be used.
If no explicit target is specified, then the Pods target will be linked with * If no explicit target is specified, then the Pods target will be linked with
the first target in your project. So if you only have one target you do not the first target in your project. So if you only have one target you do not
need to specify the target to link with. need to specify the target to link with.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment