Sha256: 9fd807fee3365e7660e3d35e95a48f5c84c9b17e9e04b43a7d65f5b6937a8ad8

Contents?: true

Size: 294 Bytes

Versions: 7

Compression:

Stored size: 294 Bytes

Contents

require 'slather'

Pod::HooksManager.register(:post_install) do |installer_context|
  sandbox_root = installer_context.sandbox_root
  sandbox = Pod::Sandbox.new(sandbox_root)
  project = Xcodeproj::Project.open(sandbox.project_path)
  project.slather_setup_for_coverage()
  project.save()
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
slather-1.5.5 lib/cocoapods_plugin.rb
slather-1.5.4 lib/cocoapods_plugin.rb
slather-1.5.3 lib/cocoapods_plugin.rb
slather-1.5.2 lib/cocoapods_plugin.rb
slather-1.5.1 lib/cocoapods_plugin.rb
slather-1.5.0 lib/cocoapods_plugin.rb
slather-1.4.0 lib/cocoapods_plugin.rb