Commit 6efb3959 authored by Marius Rackwitz's avatar Marius Rackwitz

[Doc] Explain return type of #remove_embed_frameworks_script_phases

parent 275d3f40
...@@ -148,9 +148,11 @@ module Pod ...@@ -148,9 +148,11 @@ module Pod
end end
end end
# Delete 'Embed Pods Frameworks' Build Phases if they exist # Delete 'Embed Pods Frameworks' Build Phases, if they exist
# and are not needed anymore due to not integrating the
# dependencies by frameworks.
# #
# @return [Bool] # @return [Bool] whether any changes to the project were made.
# #
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