File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/cocoapods-binary/helper Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ class ResourcePath
26
26
#
27
27
# @return [Hash<String, [Passer::ResourcePath]>]
28
28
class_attr_accessor :resources_to_copy_for_static_framework
29
- resources_to_copy_for_static_framework = { }
29
+ self . resources_to_copy_for_static_framework = { }
30
30
31
31
# Some pod won't be build in prebuild stage even if it have `binary=>true`.
32
- # The targets of this pods have `should_build ? == true`.
32
+ # The targets of this pods have `oshould_build ? == true`.
33
33
# We should skip integration (patch spec) for this pods
34
34
#
35
35
# @return [Array<String>]
36
36
class_attr_accessor :target_names_to_skip_integration_framework
37
- target_names_to_skip_integration_framework = [ ]
37
+ self . target_names_to_skip_integration_framework = [ ]
38
38
39
39
end
40
40
end
You can’t perform that action at this time.
0 commit comments