CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

Adopt Tuist to manage the project

Open pepicrft opened this issue 1 year ago • 0 comments

Tuist removes the intricacies, inconvenience, and slowness of working at scale with Xcode. This PR migrates CodeEdit to use Tuist.

  • [x] Extract the build settings into .xcconfig files using Tuist's command for that
  • [x] Extract the dependencies into Tuist/Package.swift, ensuring that they align with the current project's requirements.
  • [x] Remove InspectorSidebarToolbarTop.swift, FindNavigatorResultFileItem.swift, and NavigatorSidebarToolbar.swift, which don't seem to be used anywhere.
  • [ ] Adjust the CI pipelines to use Tuist
  • [ ] Update the documentation to mention the Tuist requirement
  • [ ] Manual testing by someone familiar with all the project workflows and the app itself

pepicrft avatar Jun 11 '24 13:06 pepicrft