Commit e4724166 authored by Marius Rackwitz's avatar Marius Rackwitz

[Doc] Fixed return type of TargetIntegrator#remove_embed_frameworks_script_phases

parent 5b76b2cf
...@@ -148,7 +148,7 @@ module Pod ...@@ -148,7 +148,7 @@ module Pod
# Delete 'Embed Pods Frameworks' Build Phases if they exist # Delete 'Embed Pods Frameworks' Build Phases if they exist
# #
# @return [void] # @return [Bool]
# #
def remove_embed_frameworks_script_phases def remove_embed_frameworks_script_phases
return false if target.requires_frameworks? return false if target.requires_frameworks?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment