cocoapods-generate
cocoapods-generate copied to clipboard
When using --single-workspace, `Workspace` is too vague a name
We've been using cocoapods-generate to generate our Xcode workspaces and we love it!
Recently, one of our developers pointed out that their Xcode recent workspace history could be better if the generated workspaces weren't all named Workspace (We have lots of cases where we use the --single-workspace flag i.e. we've got multiple Podspecs in the same repo)
I figured I could tweak cocoapods-generate to use the first spec name but add a suffix like _Unified. This provides a more searchable name and provides a better Xcode UI experience.