diff --git a/README.md b/README.md index e03562bc0..32044b792 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/linphone.xcodeproj/project.pbxproj b/linphone.xcodeproj/project.pbxproj index 0421ab9a2..dc095911f 100755 --- a/linphone.xcodeproj/project.pbxproj +++ b/linphone.xcodeproj/project.pbxproj @@ -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;