Description
Hello. Thanks for your great tool.
I have a suggestion to add some improvements to your tool.
For now, we can define the path to xcodeproj/xcworkspace because we need the Package.resolved
file.
But for now, in iOS community, teams are using Tuist to configure their project. With using Tuist you don't have Package.resolved
file like other standard projects. Instead, you have a .package.resolved
file that creates by Tuist when you setup the project.
What do you think about it?