Skip to content

phongvhd93/async-demo

Repository files navigation

ios-template

Our optimized iOS template used in our projects using Xcode Templates

Requirements

Xcode 12.0

Wiki

  1. Standard File Organization
  2. Project Configurations
  3. Why having project's dependencies
  4. Github Actions
  5. Bitrise Template

Tuist Installation and Documentations

Run the following command in your terminal for the Tuist installation:

bash <(curl -Ls https://install.tuist.io)

Documentation : Tuist Official Documents

How to use

  1. 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>")
  2. Execute the following command:

    tuist generate

    The command tuist generate will generate your project files, folders and two important files *.xcodeproj and *.xcworkspace.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published