theappbusiness / ConfigGenerator

Configuration file code generator for use in Xcode projects
MIT License
157 stars 19 forks source link

Consider making available as CocoaPod #16

Open samdods opened 7 years ago

samdods commented 7 years ago

as requested by @jtbthethird in issue #1

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

KaneCheshire commented 6 years ago

Issue #16: Consider making available as CocoaPod

phatblat commented 6 years ago

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.