Skip to content

Commit

Permalink
Add post compile hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mAu888 committed Nov 1, 2018
1 parent a9f0d76 commit ff3a54f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cocoapods-rome/post_install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,8 @@ def copy_dsym_files(dsym_destination, configuration)
copy_dsym_files(sandbox_root.parent + 'dSYM', configuration) if enable_dsym

build_dir.rmtree if build_dir.directory?

if user_options["post_compile"]
user_options["post_compile"].call(installer_context)
end
end

0 comments on commit ff3a54f

Please sign in to comment.