mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Ready for tests
This commit is contained in:
parent
07c3f6235b
commit
320c65fc22
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -87,6 +87,25 @@ After the SDK is built, just open the Linphone Xcode project with Xcode, and pre
|
|||
Linphone controls the embedding of these codecs thanks to the preprocessor macros HAVE_SILK, HAVE_AMR, HAVE_G729 HAVE_OPENH264 positioned in Xcode project.
|
||||
Before embedding these 4 codecs in the final application, make sure to have the right to do so.
|
||||
|
||||
## TESTING THE APPLICATION
|
||||
|
||||
You need the cocoapods gem installed:
|
||||
|
||||
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.
|
||||
|
||||
|
||||
## LIMITATIONS, KNOWN BUGS
|
||||
|
||||
* Video capture does not work in simulator (not implemented by simulator?).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue