We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d8ac3 commit 60ca9a7Copy full SHA for 60ca9a7
lib/cocoapods-developing-folder/command/folder.rb
@@ -17,7 +17,6 @@ def use_folders(*skipped_top_level_folder_names)
17
def inhibit_warnings_with_condition(&condition)
18
require 'cocoapods-developing-folder/command/inhibit_warnings_with_condition.rb'
19
Pod.set_inhibit_waning_condition_block proc(&condition)
20
- Pod.inhibit_waning_condition_block.call("aaaaaa")
21
end
22
23
lib/cocoapods-developing-folder/command/inhibit_warnings_with_condition.rb
@@ -23,7 +23,7 @@ class PodTarget
# return the original
24
return old_method.bind(self).()
25
else
26
- return Pod.inhibit_waning_condition_block.call(pod_name)
+ return Pod.inhibit_waning_condition_block.call(pod_name, self)
27
28
29
0 commit comments