Skip to content

Commit

Permalink
Merge pull request #805 from wanbok/master
Browse files Browse the repository at this point in the history
CocoaPods 1.0 Migration
  • Loading branch information
phatmann committed Mar 2, 2016
2 parents c761610 + e72a201 commit 4ebc8c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ The testing target will add a header and implementation file, likely "Acceptance
Once your test target set up, add the following to your Podfile file. Use your target's name as appropriate.

```Ruby
target 'Acceptance Tests', :exclusive => true do
target 'Your Apps' do
...
end

target 'Acceptance Tests' do
pod 'KIF', '~> 3.0', :configurations => ['Debug']
end
```

The `:exclusive => true` option will prevent CocoaPods from including dependencies from your main target in your test target causing double-linking issues when you test link against the app.

After running `pod install` complete the tasks in [**Final Test Target Configurations**](#final-test-target-configurations) below for the final details on getting your tests to run.

Installation (from GitHub)
Expand Down

0 comments on commit 4ebc8c5

Please sign in to comment.