diff options
author | Vincent Bénony | 2016-01-11 16:44:20 +0100 |
---|---|---|
committer | Vincent Bénony | 2016-01-11 16:44:20 +0100 |
commit | 9a5143e080ab8c76b0212dcb722c90a50467eaf8 (patch) | |
tree | 5e18391626a3cf492fa1a3eb4a8728d4229be21b /backends/platform | |
parent | 3b3668bb95b14a1876f55de9eb8bc10838f19c25 (diff) | |
download | scummvm-rg350-9a5143e080ab8c76b0212dcb722c90a50467eaf8.tar.gz scummvm-rg350-9a5143e080ab8c76b0212dcb722c90a50467eaf8.tar.bz2 scummvm-rg350-9a5143e080ab8c76b0212dcb722c90a50467eaf8.zip |
IOS: Updates the compilation instructions
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/ios7/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ios7/README.md b/backends/platform/ios7/README.md index 1f34c15cc6..f7d828ee94 100644 --- a/backends/platform/ios7/README.md +++ b/backends/platform/ios7/README.md @@ -8,7 +8,7 @@ I tried to use all the latest iOS features to replace the old code. For instance First, clone the repository: ``` -$ git clone -b ios-fix --recursive https://github.com/bSr43/scummvm.git +$ git clone https://github.com/scummvm/scummvm.git ``` ### Compilation from Xcode ### |