ConfigGenerator icon indicating copy to clipboard operation
ConfigGenerator copied to clipboard

Consider making available as CocoaPod

Open samdods opened this issue 8 years ago • 3 comments

as requested by @jtbthethird in issue #1

samdods avatar Jan 12 '17 10:01 samdods

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).

ealeksandrov avatar Jul 14 '17 12:07 ealeksandrov

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.

phatblat avatar May 07 '18 01:05 phatblat