Sha256: 08cb7ddde43badb360ab7d8e57f57df3a95a74276e8b6670c8a3dd8304087b75
Contents?: true
Size: 182 Bytes
Versions: 676
Compression:
Stored size: 182 Bytes
Contents
module Fastlane module Actions def self.ignore_cocoapods_path(all_xcodeproj_paths) all_xcodeproj_paths.reject { |path| %r{/Pods/.*.xcodeproj} =~ path } end end end
Version data entries
676 entries across 676 versions & 1 rubygems