This is a template for a VisionOS project. It uses Tuist to generate the project.
- Install Tuist (
brew tap tuist/tuist; brew install --formula tuist
) - Clone this repository
- In Project.swift, update the
name
of your project - Run
tuist generate
- In XCode, run the project
- Add the dependency in the
package
array in Project.swift- packages can be
.local
or.remote
- packages can be
- Add the dependency in the
dependencies
array in Project.swift - Run
tuist generate
- Add the
.usdz
file in theResources
folder - Look at what's done in GramophoneView and do the same !