Skip to content

Commit

Permalink
doc(ios): install cocoapods with homebrew (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitToTheHub authored Feb 16, 2025
1 parent 3e22d39 commit 54bfcc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/docs/en/12.x-2025.01/guide/platforms/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion www/docs/en/12.x/guide/platforms/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion www/docs/en/dev/guide/platforms/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54bfcc3

Please sign in to comment.