fix typo in READMe

This commit is contained in:
Benjamin Reis 2018-02-22 11:42:32 +01:00
parent 3e1e7a8864
commit 9903c98ed8

View file

@ -72,7 +72,7 @@ After the SDK has been built, add all the `.framework` files located in `liblinp
Make sure that your project FRAMEWORK_SEARCH_PATHS contains "$(PROJECT_DIR)/liblinphone-sdk/apple-darwin/Frameworks"
Make sure that your project HEADER_SEARCH_PATHS contains "$(SRCROOT)/liblinphone-sdk/apple-darwin/include"
Make sure that your project LD_RUNPATH_SEARCH_PATHS contains "$(inherited) @executable_path/Frameworks";
Add a Run Script step to your build steps, put it after your step to embed frameworks, set it to use our `deploy.sh` script located in `liblinphone-sdk/apple-darwin/Tools`.
Add a Run Script step to your build steps, put it after your step to embed frameworks, set it to use our `deploy.sh` script located in the `Tools` folder of linphone-iphone root directory.
## Licensing: GPL third parties versus non GPL third parties