CocoaPods / cocoapods-stats

Statistics plugin for CocoaPods
MIT License
6 stars 6 forks source link

Support --no-integrate pods #16

Open orta opened 9 years ago

orta commented 9 years ago

Currently we skip any pods that are not being integrated. Ideally, if they're not being integrated we would still send off some details to stats.

I proposed in #15 that we could take a SHA of the podfile and use that as a UUID, it would be worth exploring.

segiddins commented 9 years ago

that would mean the UUID would change on every install -- I don't think that would be any better than just not including them at all.

orta commented 9 years ago

hrm, I was thinking that the Podfile doesn't change too often vs the Podfile.lock. Perhaps it's worth just having them go into a download count but totally skipping the integrations part.