Skip to content

Commit

Permalink
Trim excessive whitespace usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Feb 21, 2015
1 parent 4893aa0 commit 7045a7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ pod 'Quick', :head
```

## How to Install Quick using [Carthage](https://github.com/Carthage/Carthage)
As Test targets do not have the "Embedded Binaries" section, the frameworks must be added to the target's "Link Binary With Libraries" as well as a "Copy Files" build phase to copy them to the target's Frameworks destination.
As Test targets do not have the "Embedded Binaries" section, the frameworks must be added to the target's "Link Binary With Libraries" as well as a "Copy Files" build phase to copy them to the target's Frameworks destination.
> As Carthage builds dynamic frameworks, you will need a valid code signing identity set up.
1. Add Quick to your **[Cartfile.private](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfileprivate)**
Expand All @@ -984,18 +984,18 @@ As Test targets do not have the "Embedded Binaries" section, the frameworks must
github "Quick/Quick"
github "Quick/Nimble"
```
2. Run `carthage update`
2. Run `carthage update`
3. From your `Carthage/Build/[platform]/` directory, add both Quick and Nimble to your test target's **Link Binary With Libraries** build phase
![](http://i.imgur.com/pBkDDk5.png)
4. For your test target, create a new build phase of type **Copy Files**
![](http://i.imgur.com/jZATIjQ.png)
![](http://i.imgur.com/jZATIjQ.png)
5. Set the **Destination** to **Frameworks**, then add both frameworks
![](http://i.imgur.com/rpnyWGH.png)
This is not 'the one and only way' to use Carthage to manage dependencies, for further reference check out the [Carthage documentation](https://github.com/Carthage/Carthage/blob/master/README.md)
This is not 'the one and only way' to use Carthage to manage dependencies, for further reference check out the [Carthage documentation](https://github.com/Carthage/Carthage/blob/master/README.md)
## How to Install Quick File Templates
Expand Down

0 comments on commit 7045a7a

Please sign in to comment.