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

Create homebrew formula #4

Merged
merged 2 commits into from
Feb 16, 2025
Merged

Conversation

derian-cordoba
Copy link
Owner

Description

This PR resolved #2 and added the homebrew formula file to install this project using brew command using following command:

brew tap DerianCordobaPerez/secure-keys-generator
brew install secure-keys

Medias (if needed)

  • None.

Testplan

  • I tested this change on my local environment.
  • I ran the unit tests.

Checklist

  • I added tests for this change.
  • I checked the code style and run the linter.
  • I added necessary documentation (if applicable).

@derian-cordoba derian-cordoba added the enhancement New feature or request label Feb 16, 2025
@derian-cordoba derian-cordoba self-assigned this Feb 16, 2025
@derian-cordoba derian-cordoba merged commit be99783 into main Feb 16, 2025
@derian-cordoba derian-cordoba deleted the derian/task/create-homebrew-formula branch February 16, 2025 06:08
@derian-cordoba derian-cordoba mentioned this pull request Feb 16, 2025
5 tasks
derian-cordoba added a commit that referenced this pull request Feb 16, 2025
### Description

This PR addressed the homebew issue introduced in #4 

### Medias (if needed)

- None.

### Testplan

- [ ] I tested this change on my local environment.
- [ ] I ran the unit tests.

### Checklist

- [ ] I added tests for this change.
- [ ] I checked the code style and run the linter.
- [x] I added necessary documentation (if applicable).
@@ -18,7 +18,14 @@ Utility to generate a `xcframework` for handling secure keys in iOS projects.

### Installation

You can install the `Keys` utility using `gem` command:
You can install the `Keys` utility using Homebrew using the following command:

Choose a reason for hiding this comment

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

Suggested change
You can install the `Keys` utility using Homebrew using the following command:
You can install the `Keys` utility using Homebrew with the following command:

nit: you may change this word for better readability

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Homebrew compatibilty
3 participants