diff options
author | Vincent Bénony | 2015-12-04 11:49:37 +0100 |
---|---|---|
committer | Vincent Bénony | 2016-01-06 16:17:32 +0100 |
commit | de6e78eecd11abccb4ab7278a39b5493d26061ce (patch) | |
tree | 9e6da043f99b5c658ba65c6f7b98dd1c77725a98 /backends/platform/iphone | |
parent | 43f02471ea48806fda697380b82dcfd34f993ae1 (diff) | |
download | scummvm-rg350-de6e78eecd11abccb4ab7278a39b5493d26061ce.tar.gz scummvm-rg350-de6e78eecd11abccb4ab7278a39b5493d26061ce.tar.bz2 scummvm-rg350-de6e78eecd11abccb4ab7278a39b5493d26061ce.zip |
IOS: Fixes a typo
Diffstat (limited to 'backends/platform/iphone')
-rw-r--r-- | backends/platform/iphone/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/README.md b/backends/platform/iphone/README.md index bb7265e6f5..0e22e6d2bd 100644 --- a/backends/platform/iphone/README.md +++ b/backends/platform/iphone/README.md @@ -13,7 +13,7 @@ $ git clone -b ios-fix --recursive https://github.com/bSr43/scummvm.git ### Compilation from Xcode ### -This is the recommanded way to compile ScummVM, and the only one which makes it possible to run ScummVM on a non-jailbroken device! +This is the recommended way to compile ScummVM, and the only one which makes it possible to run ScummVM on a non-jailbroken device! The next step is to compile the **create_project** tool. Open the Xcode project you'll found in the **devtools/create\_project/xcode/** directory. Once compiled, copy the binary somewhere in your *PATH*, and create a **build** directory somewhere on your harddisk. It is recommended to create this directory next to the cloned repository (they share the same parent). |