Open samdods opened 7 years ago
I don't think that such tool should be connected as cocoapod. It will require different settings for different targets, I'm not sure it is possible at all. And different developers can prefer completely different approach to splitting project into environments (see https://github.com/theappbusiness/ConfigGenerator/issues/21 for example).
I agree with @ealeksandrov that this tool doesn't make sense as a CocoaPod. While a pod can be installed in some or all build configurations, it is difficult to do anything fancy with the limited pre/post-install hooks.
The only thing that might be useful is the relatively new pod script_phase, which allows a pod to install a run script into the build phases of the configured target.
as requested by @jtbthethird in issue #1