From c37b483107ce30178c21b154eedeee7598efdf25 Mon Sep 17 00:00:00 2001 From: bnickel Date: Sun, 8 Sep 2013 21:21:16 -0700 Subject: [PATCH] Added instructions to Readme for getting KIF 1.0. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba5a7215..db2d8372b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ KIF-next is a branch of KIF which builds and performs the tests using a standard There's [a port underway to use KIF with Mac OS X apps](https://github.com/joshaber/KIF), as well. +**Note:** KIF 2.0 is not API compatible with KIF 1.0 and uses a different test execution mechanism. KIF 1.0 can be found in the [Releases](https://github.com/kif-framework/KIF/releases/) section or on [CocoaPods](http://cocoapods.org). + Features -------- @@ -43,7 +45,7 @@ The testing target will add a header and implementation file, likely "Acceptance Once your test target set up, add the following to your Podspec file. Use your target's name as appropriate. target 'Acceptance Tests' do - pod 'KIF-next', '~> 2.0.0pre5' + pod 'KIF', '~> 2.0' end After running `pod install` complete the tasks in [**Final Test Target Configurations**](#configure-the-testing-target) below for the final details on getting your tests to run.