CocoaPods / cocoapods-acknowledgements

CocoaPods plugin that generates a plist which includes the installation metadata
MIT License
111 stars 17 forks source link

Check if there are any pods in a target #11

Closed orta closed 9 years ago

orta commented 9 years ago

When running against Artsy/Eigen it would generate a plist for a target with no pods.

screen shot 2015-07-14 at 16 56 20

segiddins commented 9 years ago

Why shouldn't it generate a file?

orta commented 9 years ago

In this case? There is no Pods project, the podfile is basically:


plugin 'cocoapods-acknowledgements', :settings_bundle => true , :settings_post_process => Proc.new { |settings_plist_path|
  puts "ACK" 
  puts settings_plist_path
}

target 'Artsy' do
   ...
end

target 'Artsy Tests' do
   ...
end
segiddins commented 9 years ago

Ahhhh ok. Not super-important, imho.

orta commented 9 years ago

True, but it's useful polish