Yonas Kolb
Yonas Kolb
I haven't had time to work on this. But yes, the directories would probably still be symlinked back to the mint directory
Because Mint 0.11.3 can't parse the package dump when compiling in Swift 5 this will fail. You will have to install Mint using another method like homebrew, github release, or...
Thanks @flovilmart, glad mint has been useful to you. This sounds interesting. It’s a bit out of my wheelhouse so I couldn’t commit to maintaining it. If you wanted to...
Man-pages aren't really a standard among Swift command line tools. Many just rely on the help generators of various CLI libraries. For that reason I don't quite see the need...
Yeah, I'm not the biggest fan of Homebrew either. At least when Mint is installed it can update itself 😄 I'd suggest using SPM itself to install otherwise ``` swift...
@keith, would you mind testing this on the Lyft codebase?
You can apply the setting to the whole project under the top level `settings`, instead of in a target
Hi @grav If you have `podfile.lock` checked in that operation should be pretty fast. As you say though it could be faster if cocoapods gave you a way to integrate...
A `postGenCommand` has been added here https://github.com/yonaskolb/XcodeGen/pull/759 This will allow for only running pod install if the project has actually changed
Happy to accept a PR if you'd like to use different target and product names