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:
authorIlya Zverev <zverik@textual.ru>2017-03-27 14:29:02 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2017-03-30 13:14:35 +0300
commit968f8283fec37681f9499d6dca1a3db2f66390ef (patch)
tree8dc298d0142e07a48337263caeee76c4c43153ce
parent60a583044afd78f89f4dfab29d356f4b86f16019 (diff)
[docs] Updated iOS building instructions
-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`,