deactivate SDK download from standard process -> use prepare.py

This commit is contained in:
Benjamin Reis 2017-01-03 14:50:56 +01:00
parent 10bd05e4cd
commit 796aac542e
2 changed files with 1 additions and 9 deletions

View file

@ -4,14 +4,6 @@ Linphone is a free VoIP and video softphone based on the SIP protocol.
![Dialer screenshot](http://www.linphone.org/img/slideshow-phone.png)
# Getting started
Here's how to launch Linphone for iPhone (more details below) in the most straightforward way:
1. Install [Xcode from AppStore](https://itunes.apple.com/us/app/Xcode/id497799835?mt=12#).
2. Open linphone.xcodeproj in Xcode: `open linphone.xcodeproj`
3. Press `⌘R` and voilà!
# How can I contribute?
Thanks for asking! We love pull requests from everyone. Depending on what you want to do, you can help us improve Linphone in

View file

@ -3860,7 +3860,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ ! -f \"$SRCROOT/liblinphone-sdk/apple-darwin/share/linphone/rootca.pem\" ]; then\necho '********************************************************************'\necho 'warning: Liblinphone SDK missing! Downloading it (latest release)...'\n$SRCROOT/Tools/sdk_download.sh \"latest\"\necho '********************************************************************'\nfi";
shellScript = "if [ ! -f \"$SRCROOT/liblinphone-sdk/apple-darwin/share/linphone/rootca.pem\" ]; then\necho '********************************************************************'\necho 'warning: Liblinphone SDK missing! Downloading it (latest release)...'\n#$SRCROOT/Tools/sdk_download.sh \"latest\"\necho 'Deactivated'\necho '********************************************************************'\nfi";
};
63DCC71D1A07B08E00916627 /* Run Script */ = {
isa = PBXShellScriptBuildPhase;