Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CONTRIBUTING.md3
-rw-r--r--docs/INSTALL.md7
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index d6665790c7..957da9517b 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -50,8 +50,9 @@ you'll need to create a "data" symlink in the shadow-dir path to the /repo/data
### XCode
* Install [Homebrew](http://brew.sh/) and run `brew install qt5`.
+* Install Carthage: `brew install carthage`.
* Run XCode, open `xcode/omim.xcworkspace`.
-* Select "MapsMe" scheme and run the product.
+* Select "xcMAPS.ME" scheme and run the product.
## Coding Style
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 4da8455f5a..3117f65ccb 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -205,10 +205,9 @@ to SDK and NDK. Or specify these in command line:
## iOS
-For XCode configuration instructions, see [CONTRIBUTING.md](CONTRIBUTING.md).
-
-* Open `omim/iphone/Maps/Maps.xcodeproj` in XCode.
-* Open "Product → Scheme → Edit Scheme", then "Info" and change build configuration to Simulator.
+* Install [Homebrew](http://brew.sh/) and run `brew install carthage`.
+* Open `xcode/omim.xcworkspace` in XCode.
+* Select "xcMAPS.ME" product scheme for developing, or "MAPS.ME" to make a distribution package.
* Run the project (Product → Run).
If a script has trouble finding your Qt 5 installation, edit `omim/tools/autobuild/detect_qmake.sh`,