Method: XCCache::Lockfile#targets_data
- Defined in:
- lib/xccache/core/lockfile.rb
#targets_data ⇒ Object
76 77 78 |
# File 'lib/xccache/core/lockfile.rb', line 76 def targets_data @targets_data ||= product_dependencies_by_targets.transform_keys { |k| "#{k}.xccache" } end |