mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
deactivate SDK download from standard process -> use prepare.py
This commit is contained in:
parent
10bd05e4cd
commit
796aac542e
2 changed files with 1 additions and 9 deletions
|
|
@ -4,14 +4,6 @@ Linphone is a free VoIP and video softphone based on the SIP protocol.
|
|||
|
||||

|
||||
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue