Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.18 KB

VisionOS Template

This is a template for a VisionOS project. It uses Tuist to generate the project.

How to use ?

Clone & run

  1. Install Tuist (brew tap tuist/tuist; brew install --formula tuist)
  2. Clone this repository
  3. In Project.swift, update the name of your project
  4. Run tuist generate
  5. In XCode, run the project

Install a new dependency

  1. Add the dependency in the package array in Project.swift
    1. packages can be .local or .remote
  2. Add the dependency in the dependencies array in Project.swift
  3. Run tuist generate

Add an UZDZ (3D) Asset

  1. Add the .usdz file in the Resources folder
  2. Look at what's done in GramophoneView and do the same !

Useful resources