Closed orta closed 9 years ago
Why shouldn't it generate a file?
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
Ahhhh ok. Not super-important, imho.
True, but it's useful polish
When running against Artsy/Eigen it would generate a plist for a target with no pods.