CocoaPods / cocoapods-acknowledgements

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

Update to work with 1.10 release of cocoapods #58

Closed dnkoutso closed 4 years ago

dnkoutso commented 4 years ago

closes https://github.com/CocoaPods/cocoapods-acknowledgements/issues/57

dnkoutso commented 4 years ago

Verified this works on a sample app project of mine:

Analyzing dependencies
Downloading dependencies
Generating Pods project
Integrating client project
Adding Acknowledgements
Pod installation complete! There is 1 dependency from the Podfile and 2 total pods installed.
AliSoftware commented 4 years ago

@dnkoutso I won't have access to my Mac in the upcoming days (holidays! ☀️), so feel free to do a release for this yourself if you want (I think you too are an owner of this gem on RubyGems right?)

dnkoutso commented 4 years ago

Thanks @AliSoftware will do!

DavidJRobertson commented 3 years ago

It looks like this still hasn't been released, which is particularly problematic now that cocoapods 1.10.0 has been released.

segiddins commented 3 years ago

Cc dnkoutso another gem that missed a release

dnkoutso commented 3 years ago

Shipped 1.3.0 https://github.com/CocoaPods/cocoapods-acknowledgements/releases/1.3.0 that includes this fix.