lasso
lasso copied to clipboard
Add xcodeproj and tuist support.
- Added xcodeproj so users can import the project directly and use the targets without pods or SPM.
- Added tuist project support.
@mariuspatru I updated the the CI to use more Xcode versions. What would it take to add a job to the build-and-test workflow to test a Tuist build?
@mariuspatru I updated the the CI to use more Xcode versions. What would it take to add a job to the build-and-test workflow to test a Tuist build?
@g-mark We need to add the example app and the unit tests to Project.swift and then update the workflow to install tuist and run tuist test. Do you want tuist test in this PR?