Sha256: 422f8210c22456a512c7d21ee0f3442b7e433759b581a3834cba51e2ba18f142

Contents?: true

Size: 305 Bytes

Versions: 33

Compression:

Stored size: 305 Bytes

Contents

require '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

33 entries across 33 versions & 2 rubygems

Version Path
slather-2.7.5 lib/cocoapods_plugin.rb
slather-2.7.4 lib/cocoapods_plugin.rb
slather-2.7.3 lib/cocoapods_plugin.rb
slather-2.7.2 lib/cocoapods_plugin.rb
slather-2.7.1 lib/cocoapods_plugin.rb
slather-2.7.0 lib/cocoapods_plugin.rb
slather-2.6.1 lib/cocoapods_plugin.rb
slather-2.6.0 lib/cocoapods_plugin.rb
slather-2.5.0 lib/cocoapods_plugin.rb
slather-2.4.9 lib/cocoapods_plugin.rb
slather-2.4.8 lib/cocoapods_plugin.rb
slather-2.4.7 lib/cocoapods_plugin.rb
slather-2.4.6 lib/cocoapods_plugin.rb
slather-2.4.5 lib/cocoapods_plugin.rb
slather-2.4.4 lib/cocoapods_plugin.rb
slather-2.4.3 lib/cocoapods_plugin.rb
slather-2.4.2 lib/cocoapods_plugin.rb
slather-2.4.1 lib/cocoapods_plugin.rb
slather-2.4.0 lib/cocoapods_plugin.rb
slather-2.3.0 lib/cocoapods_plugin.rb