This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 54bfcc3b6c doc(ios): install cocoapods with homebrew (#1399)
54bfcc3b6c is described below

commit 54bfcc3b6c822571daf44219a3475e25ab73dddd
Author: Manuel Beck <manuelbec...@outlook.de>
AuthorDate: Sun Feb 16 06:25:50 2025 +0100

    doc(ios): install cocoapods with homebrew (#1399)
---
 www/docs/en/12.x-2025.01/guide/platforms/ios/index.md | 2 +-
 www/docs/en/12.x/guide/platforms/ios/index.md         | 2 +-
 www/docs/en/dev/guide/platforms/ios/index.md          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/docs/en/12.x-2025.01/guide/platforms/ios/index.md 
b/www/docs/en/12.x-2025.01/guide/platforms/ios/index.md
index af979723c2..bc1e9608cf 100644
--- a/www/docs/en/12.x-2025.01/guide/platforms/ios/index.md
+++ b/www/docs/en/12.x-2025.01/guide/platforms/ios/index.md
@@ -124,7 +124,7 @@ The [CocoaPods](https://cocoapods.org/#install) tools are 
needed to build iOS ap
 To install CocoaPods, run the following from command-line terminal:
 
 ```bash
-$ sudo gem install cocoapods
+$ brew install cocoapods
 ```
 
 ## Project Configuration
diff --git a/www/docs/en/12.x/guide/platforms/ios/index.md 
b/www/docs/en/12.x/guide/platforms/ios/index.md
index 187328e13e..9d52fcc50c 100644
--- a/www/docs/en/12.x/guide/platforms/ios/index.md
+++ b/www/docs/en/12.x/guide/platforms/ios/index.md
@@ -124,7 +124,7 @@ The [CocoaPods](https://cocoapods.org/#install) tools are 
needed to build iOS ap
 To install CocoaPods, run the following from command-line terminal:
 
 ```bash
-$ sudo gem install cocoapods
+$ brew install cocoapods
 ```
 
 ## Project Configuration
diff --git a/www/docs/en/dev/guide/platforms/ios/index.md 
b/www/docs/en/dev/guide/platforms/ios/index.md
index af979723c2..bc1e9608cf 100644
--- a/www/docs/en/dev/guide/platforms/ios/index.md
+++ b/www/docs/en/dev/guide/platforms/ios/index.md
@@ -124,7 +124,7 @@ The [CocoaPods](https://cocoapods.org/#install) tools are 
needed to build iOS ap
 To install CocoaPods, run the following from command-line terminal:
 
 ```bash
-$ sudo gem install cocoapods
+$ brew install cocoapods
 ```
 
 ## Project Configuration


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to