Our optimized iOS template used in our projects using Xcode Templates
Xcode 12.0
- Standard File Organization
- Project Configurations
- Why having project's dependencies
- Github Actions
- Bitrise Template
Run the following command in your terminal for the Tuist installation:
bash <(curl -Ls https://install.tuist.io)
Documentation : Tuist Official Documents
-
Change the project name at line 3 in
Project.swift
let project = Project.project(name: "ios-template")
to:
let project = Project.project(name: "<Your Project Name>")
-
Execute the following command:
tuist generate
The command
tuist generate
will generate your project files, folders and two important files*.xcodeproj
and*.xcworkspace
.