You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have the ability to automatically add source files in the right places based on their directory names. The goal is to tie into a save event in an editor and/or to make a file monitor.
The text was updated successfully, but these errors were encountered:
Related to this, it'd be nice to be able to specify that *test.swift or *spec.swift files belong in a test target. It'd be nice to have specs in the same place as the code they test.
Similar to this: https://bottleofcode.com/2014/08/11/adding-files-to-xcode-projects-from-command-line/
Have the ability to automatically add source files in the right places based on their directory names. The goal is to tie into a save event in an editor and/or to make a file monitor.
The text was updated successfully, but these errors were encountered: