https://github.com/strvcom/ios-academy-2022
Repository for STRV Academy: Becoming an iOS Engineer 2022
https://github.com/strvcom/ios-academy-2022
ios ios-learning
Last synced: about 1 year ago
JSON representation
Repository for STRV Academy: Becoming an iOS Engineer 2022
- Host: GitHub
- URL: https://github.com/strvcom/ios-academy-2022
- Owner: strvcom
- License: mit
- Created: 2022-06-20T13:06:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T12:01:30.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T20:22:25.743Z (about 1 year ago)
- Topics: ios, ios-learning
- Language: Swift
- Homepage:
- Size: 58.4 MB
- Stars: 5
- Watchers: 13
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STRV Academy: Becoming an iOS engineer
Repository for STRV Academy: Becoming an iOS Engineer 2022. Here you can find the project that is being developed during the lectures and other complementary resources. You can find more structured info in the [Wiki](../../wiki).
## Getting started
Follow this section to get the project running on your MacBook.
### Prerequisites
- [Xcode 13.4+](https://apps.apple.com/us/app/xcode/id497799835)
- [CocoaPods](https://cocoapods.org)
### Installation Rick&Morty application
Before opening the workspace, make sure you install CocoaPods dependencies. You can do so by executing
```ruby
pod install
```
in the Rick&Morty folder from Terminal.