Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.25 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.25 KB

CI-iOS CI-macOS Deploy

EssentialFeed

Project following the iOS Lead Essentials curriculum.

Branches

This repository contains two branches:

  1. main: State after finishing the iOS Lead Essentials curriculum. See the original repo for more information.
  2. main-tuist (created from main): 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)