Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jul 2, 2021
1 parent bdbd956 commit 725e969
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/cocoapods/sandbox/file_accessor.rb
Expand Up @@ -177,9 +177,7 @@ def vendored_dynamic_frameworks
#
def vendored_static_xcframeworks
vendored_xcframeworks.select do |path|
if Xcode::XCFramework.new(path).build_type == BuildType.static_framework
path
end
Xcode::XCFramework.new(path).build_type == BuildType.static_framework
end
end

Expand Down

0 comments on commit 725e969

Please sign in to comment.