From 2c163da51741340ac451d53ecee50a9a379c1b15 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Wed, 18 Feb 2015 10:28:22 +0100 Subject: [PATCH] Update README for new KIF use case. --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c4b2f6384..1092f11f3 100644 --- a/README.md +++ b/README.md @@ -91,21 +91,9 @@ After the SDK is built, just open the Linphone Xcode project with Xcode, and pre ## TESTING THE APPLICATION -You need the cocoapods gem installed: +We are using the KIF framework to test the UI of Linphone. It is used as a submodule (instead of CocoaPods) for ease. - sudo gem install cocoapods - pod setup # the first time that cocoapods is installed, not needed if you have it already - pod init - -This will install the KIF framework, which is used for testing: - - pod install - -After this, you should open the xcworkspace instead of the xcodeproj - - open linphone.xcworkspace - -Now, simply press `Command + U` and the default simulator will launch and try to pass all the tests. +Simply press `Command + U` and the default simulator / device will launch and try to pass all the tests. ## LIMITATIONS, KNOWN BUGS