Skip to content

Commit

Permalink
Merge branch 'running-on-device' of https://github.com/mkauppila/Quick
Browse files Browse the repository at this point in the history
…into documentation

Conflicts:
	README.md
  • Loading branch information
modocache committed Feb 27, 2015
2 parents 0105630 + e6ae40c commit 427700b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/InstallingQuick.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,12 @@ to copy them to the target's Frameworks destination.
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).
### (Not Recommended) Running Quick Specs on a Physical iOS Device
In order to run specs written in Quick on device, you need to add `Quick.framework` and
`Nimble.framework` as `Embedded Binaries` to the `Host Application` of the
test target. After adding a framework as an embedded binary, Xcode will
automatically link the host app against the framework.
![](http://indiedev.kapsi.fi/images/embed-in-host.png)

0 comments on commit 427700b

Please sign in to comment.