diff options
author | Vincent Bénony | 2015-12-01 21:43:12 +0100 |
---|---|---|
committer | Vincent Bénony | 2016-01-06 15:35:34 +0100 |
commit | 0c4bf5f00b911a53542a824a7ca05c85d552d301 (patch) | |
tree | 6553897082d0c6eda946c7a3129e1dac68f684e1 | |
parent | a6477e8ea07c7686d82703ef6a3abbc0aee718ae (diff) | |
download | scummvm-rg350-0c4bf5f00b911a53542a824a7ca05c85d552d301.tar.gz scummvm-rg350-0c4bf5f00b911a53542a824a7ca05c85d552d301.tar.bz2 scummvm-rg350-0c4bf5f00b911a53542a824a7ca05c85d552d301.zip |
IOS: Updates the compilation instructions.
-rw-r--r-- | dists/iphone/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/iphone/README.md b/dists/iphone/README.md index 01d65320fa..9369706b92 100644 --- a/dists/iphone/README.md +++ b/dists/iphone/README.md @@ -16,7 +16,7 @@ All the needed libraries are embedded as Xcode sub-projects, and added to the re In order to download the project, run this command in the Terminal application: ``` -git clone --recursive https://github.com/bSr43/scummvm.git +git clone -b ios-fix --recursive https://github.com/bSr43/scummvm.git ``` Once done, double-click on the Xcode project that you'll find in the path **dists/iphone/scummvm.xcodeproj**. |