Is there a way in Xcode to share a run script build phase across multiple projects in a workspace?
I am using SwiftLint to enforce coding styles, but I don't want to manually add the necessary run script to all of the projects (that I maintain, not 3rd party) in my Xcode project.