Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in 0x06i-Testing-Code-Quality-and-Build-Settings.md #1969

Merged
merged 1 commit into from Nov 12, 2021
Merged

Fix typo in 0x06i-Testing-Code-Quality-and-Build-Settings.md #1969

merged 1 commit into from Nov 12, 2021

Conversation

chrihala
Copy link
Contributor

sudo gem install CocoaPods does not work, and anyone doing this will end up with

gem install CocoaPods
ERROR:  Could not find a valid gem 'CocoaPods' (>= 0) in any repository

The correct gem should be cocoapods found here

Thank you for submitting a Pull Request to the Mobile Security Testing Guide. Please make sure that:

`sudo gem install CocoaPods` doesn't work, and anyone doing this will end up with 
```
gem install CocoaPods
ERROR:  Could not find a valid gem 'CocoaPods' (>= 0) in any repository
```

The correct gem should be `cocoapods` found here: https://rubygems.org/gems/cocoapods
Copy link
Collaborator

@cpholguera cpholguera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely seen, thank you @chrihala! Keep them coming :)

@cpholguera cpholguera merged commit a2aa368 into OWASP:master Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants