Skip to content

Commit

Permalink
Update badges and add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vitor-rc1 committed Feb 14, 2024
1 parent 8a8ba0a commit d424850
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](https://github.com/vitor-rc1/recipe-app-ios/actions/workflows/ios.yml/badge.svg)
![](https://github.com/vitor-rc1/recipe-app-ios/actions/workflows/main_status.yml/badge.svg)

# Recipe App iOS - MVVM+C+S

Expand All @@ -13,9 +13,18 @@
## APIs
- [TheMealDB API](https://www.themealdb.com/)
- [The CockTailDB API](https://www.thecocktaildb.com/api.php)
## Requirements
- XCode 13.1
- CocoaPod 1.11.3
## Minimum Requirements
- XCode 13.1+
- CocoaPod 1.11.3+
- Ruby 2.6.3+

## Installation
1. Clone the repository
2. Run `pod install` in the project directory
3. Run `bundle install` in the project directory
4. Now you can open RecipeApp.xcworkspace and run the project
5. If you want to run the tests, you can run `bundle exec fastlane tests` in the project directory
6. To check the coverage, you can run `bundle exec fastlane tests_coverage` in the project directory

## Pods
- SwiftLint
Expand Down

0 comments on commit d424850

Please sign in to comment.