Sha256: 17e8376d548f81139177f8cdccebcc84a7a9793e92f3db29395eeca158ef5e18

Contents?: true

Size: 314 Bytes

Versions: 6

Compression:

Stored size: 314 Bytes

Contents

require_relative 'slather'

Pod::HooksManager.register('slather', :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

6 entries across 6 versions & 1 rubygems

Version Path
slather-2.8.5 lib/cocoapods_plugin.rb
slather-2.8.4 lib/cocoapods_plugin.rb
slather-2.8.3 lib/cocoapods_plugin.rb
slather-2.8.2 lib/cocoapods_plugin.rb
slather-2.8.1 lib/cocoapods_plugin.rb
slather-2.8.0 lib/cocoapods_plugin.rb