Skip to content
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

Add post compile hook #72

Merged
merged 1 commit into from
Nov 5, 2018
Merged

Add post compile hook #72

merged 1 commit into from
Nov 5, 2018

Conversation

mAu888
Copy link
Contributor

@mAu888 mAu888 commented Nov 2, 2018

What's in here

This adds another hook that will execute after the dependencies have been compiled and moved to the Rome directory. This was needed for us as the post_install hook from CocoaPods executes before the compilation, as does the pre_compile obviously 😄
I think this can be valuable for a broader audience, if they need to perform some actions after the compilation finished.

@orta
Copy link
Member

orta commented Nov 5, 2018

Yeah, I agree, this makes sense

@orta orta merged commit b9fcae3 into CocoaPods:master Nov 5, 2018
@orta
Copy link
Member

orta commented Nov 5, 2018

Any chance you can add some docs for this?

@mAu888
Copy link
Contributor Author

mAu888 commented Nov 5, 2018

Definitely 👍 Totally forgot to do so, sorry 😅 I'll open another PR for this.

@orta
Copy link
Member

orta commented Nov 6, 2018

This is shipped in 1.0.1

@mAu888 mAu888 deleted the add_post_compile_hook branch April 3, 2020 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants