Project following the iOS Lead Essentials curriculum.
This repository contains two branches:
main
: State after finishing the iOS Lead Essentials curriculum. See the original repo for more information.main-tuist
(created frommain
): In this branch I adopted Tuist and explored various configuration options.- Defining workspaces, projects, targets and custom schemes
- Configure manual code signing
- Using testplans
- Working with different types of resources (Core Data models, localized strings, storyboards, xcassets)
- Sharing code between different Tuist manifests
- Using Tuist with CI/CD (GitHub Actions)