-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clarification with cocoapods #12
Comments
Hi @johndpope , In my case I had CocoaPods' xcconfigs setup as well, and it has been working fine after applying xcconfig-extractor.👌 |
I'll have another crack thanks. Did you run pod update ? I worry it will be hard to maintain. I know the dudes at artsy and think this code is fantastic and worth considering to merge into cocoa pods. |
@johndpope |
By the way I'm working on pbxproj parser right now, so adding xcconfig to xcodeproj will be handled automatically in near future. |
Done in #13 . |
Closing this. |
nice. |
I run the xcconfig-extractor and it successfully rips out settings to Configuration folder.
It seems that cocoapods overrides all configs with it's own files.
Perhaps need to have cocoapods optionally adopt this library to strip out settings.
Is there any way to have the new config files piggy back off the pod settings? (inherit from)
The text was updated successfully, but these errors were encountered: