From c8df94433c35683d4b0cfad0983a8500d5fce5b5 Mon Sep 17 00:00:00 2001 From: yesmanchyk <91508478+yesmanchyk@users.noreply.github.com> Date: Fri, 1 Oct 2021 19:02:57 -0400 Subject: [PATCH] Removed Cocoapods installation requirement No longer needed - was able to build and run the project in Xcode right after ./configure.sh step. Signed-off-by: Alex Yesmanchyk --- docs/INSTALL.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 6a40424198..d5d6b637e6 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -366,18 +366,6 @@ or with private repository ./configure.sh ``` -Install [CocoaPods](https://cocoapods.org/): - -```bash -brew install cocoapods -``` - -Install required pods for the project: - -```bash -(cd iphone/Maps && pod install) -``` - ### Configuring Xcode Set up your developer account and add certificates: